]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
script/build-with-container: remove default --volume arg from ctr build
authorJohn Mulligan <jmulligan@redhat.com>
Wed, 19 Feb 2025 18:20:36 +0000 (13:20 -0500)
committerJohn Mulligan <jmulligan@redhat.com>
Thu, 6 Mar 2025 21:14:27 +0000 (16:14 -0500)
commite56df19133b2c5dbde3007f315eb861facf0134d
treed81e6c124e216bd90e8a57abed2055fc84b12cfc
parent915f6210d7e5bb2bd020dc02febaf1eb1afd1798
script/build-with-container: remove default --volume arg from ctr build

On the original github pr #59841 user fayak kindly informed us that the
--volume option was not supported by docker build. Since this section
was a leftover from a previous way of constructing the builder image and
was no longer needed we simply removed it.

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