Skip to content
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

Dynamically remove the image tag '-f' flag when running with Docker 1.10 or greater #46

Merged

Conversation

kurtkopchik
Copy link
Contributor

Docker is removing the '-f' flag from the 'tag' command in v1.12. It was deprecated as of v1.10. This pull request checks the version of Docker being used and will not include the '-f' flag when calling 'docker tag' starting with version v1.10.

…was deprecated as of v1.10. This pull request checks the version of Docker being used and will not include the '-f' flag when calling 'docker tag' starting with version v1.10.
@sherzberg
Copy link

sweet! thanks! 👍

@marcus-drake
Copy link
Owner

Had forgotten about this issue. Huge thanks for fixing it! 😄

@marcus-drake marcus-drake merged commit 03bc0c2 into marcus-drake:master May 18, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants