]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
script/build-with-container: add build image variants 65946/head
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:28:22 +0000 (16:28 -0400)
commit2b190179037c031560a8bb41f71a04d44626e87d
treeb8bd4785a036365832dbabc14b4000d283cd13b5
parentbf35cf87637c7aa622a5a1f144a69b4496a9cfc3
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