[Ceph] Update Ceph repository and key

Updated links to Mirantis' Ceph repository and key

Change-Id: I2b5f6b707234869589938df3317bc88c38c7243d
This commit is contained in:
Dmitrii Kabanov 2019-04-08 16:24:46 -07:00
parent cb1551590b
commit 091b278cff
3 changed files with 6 additions and 6 deletions

View File

@ -4,8 +4,8 @@ FROM ${FROM}
ARG KUBE_VERSION=v1.10.3
ARG CEPH_RELEASE=mimic
ARG CEPH_REPO=http://download.ceph.com/debian-${CEPH_RELEASE}/
ARG CEPH_KEY=http://download.ceph.com/keys/release.asc
ARG CEPH_REPO=http://mirror.mirantis.com/testing/ceph-mimic/xenial/
ARG CEPH_KEY=http://mirror.mirantis.com/testing/ceph-mimic/xenial/archive-ceph-mimic.key
ADD ${CEPH_KEY} /etc/apt/ceph-${CEPH_RELEASE}.key
RUN set -ex ;\

View File

@ -7,8 +7,8 @@ ARG CEPH_RELEASE=mimic
ARG ETCDCTL_VERSION=3.2.18
ARG CONFD_VERSION=0.16.0
ARG CEPH_REPO=http://download.ceph.com/debian-${CEPH_RELEASE}/
ARG CEPH_KEY=http://download.ceph.com/keys/release.asc
ARG CEPH_REPO=http://mirror.mirantis.com/testing/ceph-mimic/xenial/
ARG CEPH_KEY=http://mirror.mirantis.com/testing/ceph-mimic/xenial/archive-ceph-mimic.key
ADD ${CEPH_KEY} /etc/apt/ceph-${CEPH_RELEASE}.key
RUN set -ex ;\

View File

@ -4,8 +4,8 @@ FROM ${FROM}
ARG CEPH_RELEASE=mimic
ARG KUBE_VERSION=1.12.2
ARG CEPH_REPO=http://download.ceph.com/debian-${CEPH_RELEASE}/
ARG CEPH_KEY=http://download.ceph.com/keys/release.asc
ARG CEPH_REPO=http://mirror.mirantis.com/testing/ceph-mimic/xenial/
ARG CEPH_KEY=http://mirror.mirantis.com/testing/ceph-mimic/xenial/archive-ceph-mimic.key
RUN set -xe \
&& export DEBIAN_FRONTEND=noninteractive \