Closed lazovik closed 8 years ago
have our own command, e.g., publishLatest and publishLocalLatest additionally to publish and publishLocal, or re-define publish and publishLocal
docker does not check for updates to latest unless explicitly forced to via --no-cache parameter, as such, supporting latest tag is somewhat dangerous
the issue should be reopened if the benefits of simplified deployment outweights risks of having docker latest
possible solution:
https://github.com/sbt/sbt-native-packager/blob/master/src/main/scala/com/typesafe/sbt/packager/docker/DockerPlugin.scala#L112