]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
script/build-with-container: fix building on docker
authorJohn Mulligan <jmulligan@redhat.com>
Fri, 14 Mar 2025 18:39:09 +0000 (14:39 -0400)
committerDavid Galloway <david.galloway@ibm.com>
Fri, 15 Aug 2025 17:55:49 +0000 (13:55 -0400)
commit4a29dd08ddeb98a6e69c186805d7bcceddaf0b31
treee526ccc0e9827c85e12a4409ce7cbb86396d0231
parent14005a4e04d84d64762bc9fbdf75a705b533ed89
script/build-with-container: fix building on docker

Fix building images on docker by using the `--pull` option instead of
`--pull=always`. The latter apparently only works on podman. The former
should do the same thing on both container engines.

Fixes: https://tracker.ceph.com/issues/70470
Signed-off-by: John Mulligan <jmulligan@redhat.com>
(cherry picked from commit bc80c5fde5944f04a31d3f9f29db145b05214ab3)
src/script/build-with-container.py