]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
qa/tasks/cephadm: override container image tags
authorKyr Shatskyy <kyrylo.shatskyy@clyso.com>
Wed, 7 May 2025 12:44:10 +0000 (14:44 +0200)
committerAdam King <adking@redhat.com>
Tue, 15 Jul 2025 14:08:32 +0000 (10:08 -0400)
commit66a724311af01822fe929407c080686f3dece2b1
treeafd861eb9c1b32b629b96c1dd95a1e40c38ca4e7
parent3d911bce7d6557aa2d1826543a4a4e88981639da
qa/tasks/cephadm: override container image tags

By default, container image name is tagged by branch name or
by sha1, i.e. corresponding values suffixed ':' are appended
to the image value.

This patch allows to override the tagging just by providing
desired tag with the standard notation using ':' separator
in the container image parameter value of cephadm task.

Fixes: https://tracker.ceph.com/issues/71844
Signed-off-by: Kyr Shatskyy <kyrylo.shatskyy@clyso.com>
(cherry picked from commit 0a7931f5ab478b9060b5bca79c95bf56ff699d0d)
qa/tasks/cephadm.py