]> git-server-git.apps.pok.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)
committerJohn Mulligan <jmulligan@redhat.com>
Sat, 15 Mar 2025 16:49:04 +0000 (12:49 -0400)
commitbc80c5fde5944f04a31d3f9f29db145b05214ab3
treed664d3630d108e8a2fe39ddae0238ef45890a98f
parentf026709b1f7e323908eaf8f4582ae1bd1ed7a323
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>
src/script/build-with-container.py