rug-ds-lab / sbt-scala-parent

sbt plugin simplifying creating new sbt-based scala projects
MIT License
1 stars 1 forks source link

Auto-generate docker latest label #18

Closed lazovik closed 8 years ago

lazovik commented 9 years ago

possible solution:

https://github.com/sbt/sbt-native-packager/blob/master/src/main/scala/com/typesafe/sbt/packager/docker/DockerPlugin.scala#L112

lazovik commented 9 years ago

have our own command, e.g., publishLatest and publishLocalLatest additionally to publish and publishLocal, or re-define publish and publishLocal

lazovik commented 8 years ago

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