]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
script/build-with-container: add build image variants 65919/head
authorJohn Mulligan <jmulligan@redhat.com>
Mon, 13 Oct 2025 20:24:11 +0000 (16:24 -0400)
committerJohn Mulligan <jmulligan@redhat.com>
Mon, 13 Oct 2025 22:07:45 +0000 (18:07 -0400)
commit04d8e67d4a08d9a136bdf30b1cf19a1ec76034fa
tree93de2c12e0009db376fe3e14bf59f62a5e737f8b
parentf798d6a48a5cf08da36a76df98a287bc4ae90f9d
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