]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
container: default FROM_IMAGE to Rocky Linux 10 70297/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:35:09 +0000 (14:35 -0400)
commit79e5f0bdc7986a92dda330f6d197e86cbf63fbcb
tree28a51884a581515281a54e840ccca48723381046
parent6757b86898288311827728c16a50cc5c57b6e69c
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>
(cherry picked from commit 194e58aa9be34a39310c29eb6504537b79b4b95a)
container/Containerfile
container/build.sh