Skip to content

Commit

Permalink
use http instead of https when getting keys for ceph
Browse files Browse the repository at this point in the history
Signed-off-by: hezko <tomer.haska@gmail.com>
  • Loading branch information
Hezko committed Dec 30, 2024
1 parent c7d55b6 commit 0842c8f
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 'https://download.ceph.com/keys/release.asc'
RUN rpm --import 'http://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 0842c8f

Please sign in to comment.