]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ci.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>
Thu, 31 Jul 2025 21:54:53 +0000 (17:54 -0400)
commit0589cdf0d89c4bafa86c8daed63ac0a1cd5f5108
treeebee1bb3114395404f551026117f1420bb842364
parent710fbac7b34c54f4dba6a6e96a813ff203181ab4
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