]> 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:13:16 +0000 (16:13 -0500)
commite58c8a65f1fd296e52de7b6aafab5b8ef0b46a19
treebfb08dc92304ab5c934bcb10c49b70855801db73
parentd98c9369cdf2b872f30151f43f496d8fbcd8d85a
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