Update stx-ceph-manager base image to v19.2.1
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 <italo.gomesvieira@windriver.com>
This commit is contained in:
parent
6a80e77c72
commit
8fe98e2cc7
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user