Skip to content

Commit 8cdd25e

Browse files
authored
Merge pull request ceph#61218 from dmick/wip-containerfile-ceph-version
container/Containerfile: replace CEPH_VERSION label for backward compat
2 parents 2f3c292 + 3075894 commit 8cdd25e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

container/Containerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,7 @@ RUN rpm -q $(cat packages.txt) && rm -f /var/lib/rpm/__db* && rm -f *packages.tx
212212
# Set some envs in the container for quickly inspecting details about the build at runtime
213213
ENV CEPH_IS_DEVEL="${CI_CONTAINER}" \
214214
CEPH_REF="${CEPH_REF}" \
215+
CEPH_VERSION="${CEPH_REF}" \
215216
CEPH_OSD_FLAVOR="${OSD_FLAVOR}" \
216217
FROM_IMAGE="${FROM_IMAGE}"
217218

0 commit comments

Comments
 (0)