Skip to content

Commit 94e918e

Browse files
thrykolmuuki88
authored andcommitted
Updated dockerUpdateLatest documentation to indicate minimum docker version 1.10 requirement (#874)
1 parent eaae77c commit 94e918e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sphinx/formats/docker.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ Publishing Settings
115115
The repository to which the image is pushed when the ``docker:publish`` task is run. This should be of the form ``[username]`` (assumes use of the ``index.docker.io`` repository) or ``[repository.host]/[username]``.
116116

117117
``dockerUpdateLatest``
118-
The flag to automatic update the latest tag when the ``docker:publish`` task is run. Default value is ``FALSE``.
118+
The flag to automatic update the latest tag when the ``docker:publish`` task is run. Default value is ``FALSE``. In order to use this setting, the minimum docker console version required is 1.10. See https://github.com/sbt/sbt-native-packager/issues/871 for a detailed explanation.
119119

120120
``dockerAlias``
121121
The alias to be used for tagging the resulting image of the Docker build.

0 commit comments

Comments
 (0)