Skip to content

Commit

Permalink
remove update packages in dockerfile to prevent ceph update
Browse files Browse the repository at this point in the history
  • Loading branch information
hoptical committed Mar 20, 2024
1 parent 637b8cc commit 4365313
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ ENV GO_CEPH_VERSION=${GO_CEPH_VERSION:-$CEPH_VERSION}
RUN true && \
echo "Check: [ ${CEPH_VERSION} = ${GO_CEPH_VERSION} ]" && \
[ "${CEPH_VERSION}" = "${GO_CEPH_VERSION}" ] && \
yum update -y --disablerepo=ganesha && \
yum clean packages && \
cv="$(rpm -q --queryformat '%{version}-%{release}' ceph-common)" && \
yum install -y \
git wget curl make \
Expand Down

0 comments on commit 4365313

Please sign in to comment.