]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
script/build-with-container: support --build-arg arguments
authorJohn Mulligan <jmulligan@redhat.com>
Fri, 20 Jun 2025 23:46:16 +0000 (19:46 -0400)
committerDavid Galloway <david.galloway@ibm.com>
Fri, 15 Aug 2025 17:57:29 +0000 (13:57 -0400)
commit543b9c38d1a9e2fcb3e504a40f824da6dfabd6c0
tree479044b990a4bc147620a3231d27cd0cf59b6c95
parent73d5dd518e3a98d8ecf695d89b8608e6125a5022
script/build-with-container: support --build-arg arguments

Allow passing --build-arg arguments to build-with-container.py
which are passed directly to the container build command.
This allows a developer to toggle certain features of the build
container, however this should not be used in CI.

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