Skip to content

Commit

Permalink
Merge pull request #1010 from VallariAg/revert-1008-bypass-cert-error
Browse files Browse the repository at this point in the history
Revert "Temp fix to certificate issue"
  • Loading branch information
VallariAg authored Jan 2, 2025
2 parents 1549186 + b9852bd commit 0db728a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.ceph
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ EOF
RUN cat /etc/yum.repos.d/ceph.repo

RUN rpm -vih https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm
RUN rpm --import 'http://download.ceph.com/keys/release.asc'
RUN rpm --import 'https://download.ceph.com/keys/release.asc'
RUN curl -O --output-dir /etc/yum.repos.d/ ${CEPH_CLUSTER_EPEL_REPO_URL:?}

RUN --mount=type=cache,target=/var/cache/microdnf \
Expand Down

0 comments on commit 0db728a

Please sign in to comment.