Skip to content

Commit

Permalink
Revert "use http instead of https when getting keys for ceph"
Browse files Browse the repository at this point in the history
This reverts commit 0842c8f.

Signed-off-by: Vallari Agrawal <val.agl002@gmail.com>
  • Loading branch information
VallariAg committed Jan 1, 2025
1 parent 1549186 commit b9852bd
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 b9852bd

Please sign in to comment.