Skip to content

Commit 7342d98

Browse files
authored
Update README.md
adding in a note to advise against using latest, or not specifying a tag at all is against best practise
1 parent 8aac067 commit 7342d98

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -343,6 +343,8 @@ The `extra_parameters` parameter contains an array of command line arguments to
343343

344344
By default, automatic restarting of the service on failure is enabled by the service file for systemd based systems.
345345

346+
It is highly recommended that an image tag be used at all times with the `docker::run` define type. If not, the latest image will be used, whether it be in a remote registry or installed on the server already by the `docker::image` define type.
347+
346348
To use an image tag, add the following code to the manifest file:
347349

348350
```puppet

0 commit comments

Comments
 (0)