]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
container/build.sh: FROM_IMAGE=rockylinux-10 default for >=tentacle 67959/head
authorDavid Galloway <david.galloway@ibm.com>
Mon, 23 Mar 2026 15:05:38 +0000 (11:05 -0400)
committerDavid Galloway <david.galloway@ibm.com>
Mon, 23 Mar 2026 16:10:58 +0000 (12:10 -0400)
commit5e0eaf5628595a7fd780b0e1481005fc39659783
tree252527c9e166ec77e4daf46b9ee1a6c1cb2f8b7a
parent9b8a9d14da91e8e67dbc64f92110bd0ee1f1e4b4
container/build.sh: FROM_IMAGE=rockylinux-10 default for >=tentacle

We build centos9 and rocky10 packages and containers by default now for wip, main, and tentacle branches as of https://github.com/ceph/ceph-build/pull/2557.

Starting with tentacle, we want a `podman pull quay.ceph.io/ceph-ci/ceph:tentacle` or `podman pull quay.ceph.io/ceph-ci/ceph:$SHA1` to get the container with Rocky 10 as the Base OS image, or FROM_IMAGE.

Fixes: https://tracker.ceph.com/issues/75673
Signed-off-by: David Galloway <david.galloway@ibm.com>
container/build.sh