Skip to content

Commit 3075894

Browse files
committed
container/Containerfile: replace CEPH_VERSION var for backward compat
CEPH_VERSION used to be present in the env to hold the ref. Other projects relied on this. Make life easier for them. Signed-off-by: Dan Mick <[email protected]>
1 parent 5c8c1d8 commit 3075894

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)