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

Add parameter to allow skipping of tagging #145

Closed
wants to merge 1 commit into from
Closed

Add parameter to allow skipping of tagging #145

wants to merge 1 commit into from

Conversation

twz123
Copy link
Contributor

@twz123 twz123 commented Apr 14, 2015

Naive approach to be able to skip tagging of images during docker:build using a property. When docker.skipTags is true, then built images won't be tagged.

@rhuss
Copy link
Collaborator

rhuss commented May 13, 2015

Looks good to me. Could you add some documentation to manual.md and add to changelog.md ?

Just out of curiosity: What is your use case for skipping configured tags ?

@rhuss rhuss added this to the 0.12.0 milestone May 13, 2015
@twz123
Copy link
Contributor Author

twz123 commented May 25, 2015

This used to be a CI issue when creating docker images tagged with the git commit ID. The current solution is a special profile in the POM for that. Not a big deal, but with the skipTags property there wouldn't have been the need to change the POM.

@twz123
Copy link
Contributor Author

twz123 commented May 25, 2015

Added some lines to the docs. I wasn't sure if I did it right for the change log, though.

Signed-off-by: Tom Wieczorek <tom@bibbu.net>
@rhuss
Copy link
Collaborator

rhuss commented Jun 14, 2015

Applied for 0.12.0

@rhuss rhuss added the applied label Jun 14, 2015
@rhuss rhuss closed this Jun 14, 2015
@twz123 twz123 deleted the skipTags branch August 28, 2015 06:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants