]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
container/build.sh: Use dedicated debug tags 67041/head
authorMatan Breizman <mbreizma@redhat.com>
Thu, 22 Jan 2026 10:00:25 +0000 (12:00 +0200)
committerMatan Breizman <mbreizma@redhat.com>
Thu, 22 Jan 2026 10:12:20 +0000 (12:12 +0200)
commit525afef2d0bcfff987438190d1333b7e2f9fc309
tree14b9c663f381c8644322ce9c5451c6ffc0417e51
parentda9b2f15e73b0fff4be4d7a7ad1abb9f3a38f2ce
container/build.sh: Use dedicated debug tags

https://github.com/ceph/ceph-build/pull/2497 introduced a debug flavor.
This seems to cause conflicts with the image being pushed to quay as one
of the flavors might override the other.

Tag debug build containers explicitly.
Alternative solution would be to skip debug containers all together.
However. these might be useful for development purposes.

Note, prune-quay might also need to be updated once this is merged.

Signed-off-by: Matan Breizman <mbreizma@redhat.com>
container/build.sh