]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
container: default FROM_IMAGE to Rocky Linux 10 70296/head
authorDavid Galloway <david.galloway@ibm.com>
Fri, 17 Jul 2026 18:34:44 +0000 (14:34 -0400)
committerDavid Galloway <david.galloway@ibm.com>
Fri, 17 Jul 2026 18:34:44 +0000 (14:34 -0400)
commit194e58aa9be34a39310c29eb6504537b79b4b95a
tree6d0edef5f776e31f14beefcdb0c84b6411b7f3ae
parent3a64c5588d469837d7e19b8a91f95cab9011162a
container: default FROM_IMAGE to Rocky Linux 10

Since tentacle, the preferred base image for ceph containers has been
Rocky Linux 10, and the CI tag-naming logic in build.sh already assumes
rockylinux-10 is the default fromtag for every branch except reef and
squid.  The actual build default was never flipped, though: anything
that ran build.sh without FROM_IMAGE set (e.g. the release container
job in ceph-build) still got a CentOS Stream 9 base.

Flip the Containerfile ARG and the build.sh fallback to
docker.io/rockylinux/rockylinux:10 so umbrella and later build from
Rocky 10 by default.  Builds that want a different base can still pass
FROM_IMAGE explicitly, as the CI pipeline does.

Signed-off-by: David Galloway <david.galloway@ibm.com>
container/Containerfile
container/build.sh