]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
script/build-with-container: add build image variants tentacle-release
authorJohn Mulligan <jmulligan@redhat.com>
Mon, 13 Oct 2025 20:24:11 +0000 (16:24 -0400)
committerJohn Mulligan <jmulligan@redhat.com>
Fri, 17 Oct 2025 16:25:30 +0000 (12:25 -0400)
commit180920f6d6cafc4ac112bef587e9a5e8dc6d41ce
treeaa3d594695f731eccb457bb9bceadc9022fd0ad8
parent708c3401ba21f03f02c29913f3fd5ec1ccd40b0b
script/build-with-container: add build image variants

Allow the user to control the content of the build image with a
high-level `--image-variant=` switch. Currently the supported values are
`default` (the same maximal image we have been generating) and
`packages` a slimmer image that avoids installing certain test-only
dependencies.

Signed-off-by: John Mulligan <jmulligan@redhat.com>
(cherry picked from commit 2b190179037c031560a8bb41f71a04d44626e87d)
src/script/build-with-container.py