[ceph-utility] Switch ceph repo

This PS moves ceph-utility image for jammy to use
ceph 18.2.2-1 patch1 custom version

Change-Id: I78ac6ee7f206831af242b9dd7a8a6aa573c15221
This commit is contained in:
Sergiy Markin 2024-08-05 15:55:10 +00:00
parent f60481c86a
commit ad0e08deb2
2 changed files with 5 additions and 5 deletions

View File

@ -10,7 +10,7 @@ LABEL org.opencontainers.image.authors='airship-discuss@lists.airshipit.org, irc
# Reef 18.2.1
ARG CEPH_RELEASE=reef
ARG CEPH_RELEASE_TAG=18.2.1-1focal
ARG CEPH_RELEASE_TAG=18.2.4-1focal
ARG KUBE_VERSION=1.29.3
ARG CEPH_REPO=https://mirror.mirantis.com/acicd/ceph-reef/

View File

@ -10,11 +10,11 @@ LABEL org.opencontainers.image.authors='airship-discuss@lists.airshipit.org, irc
# Reef 18.2.1
ARG CEPH_RELEASE=reef
ARG CEPH_RELEASE_TAG=18.2.1-1jammy
ARG KUBE_VERSION=1.29.5
ARG CEPH_RELEASE_TAG=18.2.2-1~jammy
ARG KUBE_VERSION=1.29.3
ARG CEPH_REPO=https://mirror.mirantis.com/acicd/ceph-reef/
ARG CEPH_KEY=https://mirror.mirantis.com/acicd/ceph-reef/release.asc
ARG CEPH_REPO=https://mirror.mirantis.com/acicd/ceph/debian-18.2.2.patch1/jammy/
ARG CEPH_KEY=https://mirror.mirantis.com/acicd/ceph/debian-18.2.2.patch1/jammy/release.asc
ADD ${CEPH_KEY} /etc/apt/ceph-${CEPH_RELEASE}.key
RUN set -xe \