pdns-builder
pdns-builder copied to clipboard
Changes to the imagename
- Add
-toption to specify image tag name - Add
-Toption 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
getoptscall andforstatement
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.
This should really be an opt-in thing.
Fixed in the latest commit
This branch has conflicts that must be resolved.
Is this still needed?