]> git.apps.os.sepia.ceph.com Git - ceph.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>
Sat, 21 Jun 2025 00:07:09 +0000 (20:07 -0400)
commit7802a61150af85ef49c666666af753cee5a14451
tree8879c74c58b4a83c3ab22a3e605b0a688e29ac2f
parent9cbadc2e6009cbbf3bc757f801d3508da6fe498d
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>
src/script/build-with-container.py