From 8fe98e2cc74be799c108d2b5e2de90b83b859198 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=8Dtalo=20Vieira?= Date: Thu, 6 Mar 2025 11:10:17 -0300 Subject: [PATCH] Update stx-ceph-manager base image to v19.2.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This updates the base image of stx-ceph-manager to docker.io/openstackhelm/ceph-config-helper:ubuntu_jammy_19.2.1-1-20250207. This is required by the rook-ceph upversion [1], which updated ceph to v19.2.1. [1]: https://review.opendev.org/c/starlingx/app-rook-ceph/+/936933 Test Plan: - PASS: Build stx-ceph-manager image - PASS: Change the stx-ceph-manager deployment in the rook-ceph app to use this image - PASS: Access the stx-ceph-manager pod and check the ceph version - PASS: Check the pod logs to verify if there are any errors - PASS: Tested with cluster with Ceph v18.2.2 and v19.2.1 Story: 2011372 Task: 51750 Change-Id: Ibe316af00f385784a3c44ad53e75c65ece6301ff Signed-off-by: Ítalo Vieira --- ceph/ceph-manager/debian/docker/Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ceph/ceph-manager/debian/docker/Dockerfile b/ceph/ceph-manager/debian/docker/Dockerfile index 61cd6994..9241c7dd 100644 --- a/ceph/ceph-manager/debian/docker/Dockerfile +++ b/ceph/ceph-manager/debian/docker/Dockerfile @@ -1,7 +1,6 @@ ARG BASE FROM ${BASE} AS stx-debian - -FROM docker.io/openstackhelm/ceph-config-helper:ubuntu_jammy_18.2.2-1-20240312 +FROM docker.io/openstackhelm/ceph-config-helper:ubuntu_jammy_19.2.1-1-20250207 RUN mkdir -p /tmp/build WORKDIR /tmp/build