]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
script/build-with-container: add build image variants
authorJohn Mulligan <jmulligan@redhat.com>
Mon, 13 Oct 2025 20:24:11 +0000 (16:24 -0400)
committerJohn Mulligan <jmulligan@redhat.com>
Tue, 14 Oct 2025 20:29:21 +0000 (16:29 -0400)
commitdc455a0c20805f5a2bfc83e5b603118ad0de48ae
treeee784e3a671ec1f9239e2692773f07c04495aace
parent70f8b5e43586a38e783a15ca2c3fec402d72a07e
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>
src/script/build-with-container.py