-
Notifications
You must be signed in to change notification settings - Fork 111
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docker tag -f
deprecated in docker 1.10
#39
Comments
I agree, it would be great if the plug-in supported the v1.12 Docker release which aims to remove this flag as well as the previous versions that do support it. Currently, it appears that sbt-docker will stop working once v1.12 of Docker is released. |
FYI @sherzberg I submitted a pull request with a fix for this issue. |
Will release a new version later today with #46 included. |
Version 1.4.0 have now been released. |
You can now leave off the
-f
when tagging as it overwrites the previous no matter what. https://docs.docker.com/engine/deprecated/. Currently this just throws a warning, but soon will be removed.https://github.com/marcuslonnberg/sbt-docker/blob/master/src/main/scala/sbtdocker/DockerTag.scala#L17
I don't see a supported docker version list. Thoughts on how to support the flag for older versions of Docker as well as newer?
The text was updated successfully, but these errors were encountered: