Update ceph version to 16.2.10

Currently the ceph image build jobs are failing due to version
16.2.9 not existing in the remote repo. A check there looks like
they've updated the pacific version to 16.2.10, so this change
bumps the version up to the latest.

Change-Id: I56ec9bc170413129f4fded4cae42edcfb6d851a8
This commit is contained in:
Gage Hugo 2022-07-29 10:45:33 -05:00
parent c4de94074f
commit f5c29777c5
4 changed files with 8 additions and 8 deletions

View File

@ -1,9 +1,9 @@
ARG baseimg=docker.io/ubuntu:bionic
FROM ${baseimg}
# Pacific 16.2.9
# Pacific 16.2.10
ARG CEPH_RELEASE=pacific
ARG CEPH_RELEASE_TAG=16.2.9-1bionic
ARG CEPH_RELEASE_TAG=16.2.10-1bionic
ARG CEPH_REPO=https://mirror.mirantis.com/acicd/ceph-pacific/
ARG CEPH_KEY=https://mirror.mirantis.com/acicd/ceph-pacific/release.asc

View File

@ -4,9 +4,9 @@ FROM ${FROM}
ARG DISTRO_CODENAME='bionic'
ARG KUBE_VERSION=v1.16.2
# Pacific 16.2.9
# Pacific 16.2.10
ARG CEPH_RELEASE=pacific
ARG CEPH_RELEASE_TAG=16.2.9-1bionic
ARG CEPH_RELEASE_TAG=16.2.10-1bionic
ARG CEPH_REPO=https://mirror.mirantis.com/acicd/ceph-pacific/
ARG CEPH_KEY=https://mirror.mirantis.com/acicd/ceph-pacific/release.asc

View File

@ -2,9 +2,9 @@ ARG FROM=docker.io/ubuntu:bionic
FROM ${FROM}
ARG KUBE_VERSION=1.16.2
# Pacific 16.2.9
# Pacific 16.2.10
ARG CEPH_RELEASE=pacific
ARG CEPH_RELEASE_TAG=16.2.9-1bionic
ARG CEPH_RELEASE_TAG=16.2.10-1bionic
ARG CONFD_VERSION=0.16.0
ARG CEPH_REPO=https://mirror.mirantis.com/acicd/ceph-pacific/

View File

@ -1,9 +1,9 @@
ARG baseimg=docker.io/ubuntu:bionic
FROM ${baseimg}
# Pacific 16.2.9
# Pacific 16.2.10
ARG CEPH_RELEASE=pacific
ARG CEPH_RELEASE_TAG=16.2.9-1bionic
ARG CEPH_RELEASE_TAG=16.2.10-1bionic
ARG CEPH_REPO=https://mirror.mirantis.com/acicd/ceph-pacific/
ARG CEPH_KEY=https://mirror.mirantis.com/acicd/ceph-pacific/release.asc