diff options
author | Dan Mick <dan.mick@redhat.com> | 2025-01-15 21:28:39 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-15 21:28:39 +0100 |
commit | 8cdd25e1b50c8c4504cbb48dd41f3404565d4e16 (patch) | |
tree | a0a4273f0873ba0b7e52e5db520e17a01f29c13f | |
parent | Merge pull request #60847 from cbodley/wip-rgw-boto-headbucket-stats (diff) | |
parent | container/Containerfile: replace CEPH_VERSION var for backward compat (diff) | |
download | ceph-8cdd25e1b50c8c4504cbb48dd41f3404565d4e16.tar.xz ceph-8cdd25e1b50c8c4504cbb48dd41f3404565d4e16.zip |
Merge pull request #61218 from dmick/wip-containerfile-ceph-version
container/Containerfile: replace CEPH_VERSION label for backward compat
-rw-r--r-- | container/Containerfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/container/Containerfile b/container/Containerfile index c954ebed1be..9a5a88e76a1 100644 --- a/container/Containerfile +++ b/container/Containerfile @@ -212,6 +212,7 @@ RUN rpm -q $(cat packages.txt) && rm -f /var/lib/rpm/__db* && rm -f *packages.tx # Set some envs in the container for quickly inspecting details about the build at runtime ENV CEPH_IS_DEVEL="${CI_CONTAINER}" \ CEPH_REF="${CEPH_REF}" \ + CEPH_VERSION="${CEPH_REF}" \ CEPH_OSD_FLAVOR="${OSD_FLAVOR}" \ FROM_IMAGE="${FROM_IMAGE}" |