From f64bf04b9ed61c9f3d712dfd52caea04095658d7 Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Thu, 5 Oct 2023 21:31:26 +0200 Subject: [PATCH] ironbank: bump version to 8.8 > The Container Hardening Team (CHT) has identified a few of the Elastic images with UBI 8.7 as a base image. This image is now EOL and 8.8 is the latest but will be EOL in the first quarter of 2024, so the CHT is recommending moving to UBI 9.x, which is being updated more often by Red Hat with security fixes. I'd propose to bump the version to the next minor and then work around supporting 9.x in a follow up --- packaging/ironbank/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/ironbank/Dockerfile b/packaging/ironbank/Dockerfile index 50fab55ead8..1186180e6aa 100644 --- a/packaging/ironbank/Dockerfile +++ b/packaging/ironbank/Dockerfile @@ -4,7 +4,7 @@ ################################################################################ ARG BASE_REGISTRY=registry1.dsop.io ARG BASE_IMAGE=ironbank/redhat/ubi/ubi8 -ARG BASE_TAG=8.7 +ARG BASE_TAG=8.8 FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} AS prep_files