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

Changes to the imagename #37

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

pieterlexis
Copy link
Contributor

@pieterlexis pieterlexis commented Sep 24, 2019

  • Add -t option to specify image tag name
  • Add -T option to specify image tag version, 'latest' by default. Can be set to 'version' to use $BUILDER_VERSION, used verbatim otherwise
  • Clean up usage by categorizing options
  • Sort the options in the getopts call and for statement

@wojas
Copy link
Member

wojas commented Sep 25, 2019

Tag images as builder-$repo-$target:$BUILDER_VERSION by default

I don't think this is a good idea. If you do this, builds will never be removed by the docker cleanup script, while simply using :latest by default will ensure that the previous build becomes untagged.

This should really be an opt-in thing.

@pieterlexis
Copy link
Contributor Author

This should really be an opt-in thing.

Fixed in the latest commit

@Habbie
Copy link
Member

Habbie commented Jan 26, 2021

This branch has conflicts that must be resolved.

@Habbie Habbie closed this Jan 26, 2021
@Habbie Habbie reopened this Jan 26, 2021
@aerique
Copy link
Member

aerique commented Jul 4, 2023

Is this still needed?

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