]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
script/build-with-container: support custom tag suffixes
authorJohn Mulligan <jmulligan@redhat.com>
Fri, 14 Feb 2025 16:44:35 +0000 (11:44 -0500)
committerJohn Mulligan <jmulligan@redhat.com>
Fri, 28 Feb 2025 20:16:35 +0000 (15:16 -0500)
commit30836c4ed4b9332f22b31897ce4ece0ad4da6fc0
treecd3b4bf0ad84166cc8ff3a58376e80f879fce7d3
parentff34bf7241f1a1072f74494cc8f50156e0076019
script/build-with-container: support custom tag suffixes

Previously, one could use the `--tag` option to completely override the
container tag generated by the script. However, there are cases where
one may want to add information to the tag rather than override it.
Allow the tag value to start with a plus (+) character that indicates
that the remainder of the string is to be suffixed to the generated tag.

Signed-off-by: John Mulligan <jmulligan@redhat.com>
src/script/build-with-container.py