]> git-server-git.apps.pok.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>
Thu, 31 Jul 2025 21:57:54 +0000 (17:57 -0400)
commit16fab742a377c07afa9baa5d64c63f8e83d47ab7
tree6ddadbbdf2ae02442a0b1d0c36dccf7818d5292a
parent86f56a9b88016ff48e2543667a1a624243965371
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