]> 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)
committerJohn Mulligan <jmulligan@redhat.com>
Thu, 21 Aug 2025 20:56:13 +0000 (16:56 -0400)
commitbc6afe202ac0cf0a161b5000fa375c0af5fa95e1
tree055872542bcbb187c35e3d1fd6f078da0d6b6b57
parenta87c09fc39d34d7703e6e7589ab23277950998bc
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