]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commit
setup_container_runtime.sh: add podman rm -f ceph_build 2468/head
authorDan Mick <dan.mick@redhat.com>
Thu, 9 Oct 2025 00:04:00 +0000 (17:04 -0700)
committerDan Mick <dan.mick@redhat.com>
Thu, 9 Oct 2025 00:04:00 +0000 (17:04 -0700)
commitce53ee22388002a061085284600a673b3aba8818
tree9b4ca38fa08522624b3c59b2a7d8eb2d669b744c
parent8c04f23171ce7a79b81d11063ee71b9af20f4849
setup_container_runtime.sh: add podman rm -f ceph_build

build-with-container.py's build containers are named ceph_build.
If something happens to a build and the container is left behind,
we can't start another.  Force-remove it at the beginning of a job.

Signed-off-by: Dan Mick <dan.mick@redhat.com>
scripts/setup_container_runtime.sh