We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
According to docker-squash --help ..
-t TAG, --tag TAG Specify the tag to be used for the new image. by default it'll be set to 'image' argument
.. the new docker image should be tagged to IMAGE_NAME; but it doesn't happen now -- one needs to use:
docker IMAGE_NAME -t IMAGE_NAME
The text was updated successfully, but these errors were encountered:
Fix squashing - docker-squash does not tag image by default (it procl…
5439bef
…aims it) Also use the newest docker-squash-1.0.5 docker-squash report: goldmann/docker-squash#151 Fixes #13
Ooops, that help page is wrong, sorry about that! If -t is not set, it'll not add any tags.
-t
Sorry, something went wrong.
Fix misleading information in help about tagging
26e1306
If tag is not specified, no tag will be added. Fixes #151
d0bac43
No branches or pull requests
According to docker-squash --help ..
.. the new docker image should be tagged to IMAGE_NAME; but it doesn't happen now -- one needs to use:
The text was updated successfully, but these errors were encountered: