From 1b39edd5e72e5bdb491aba5c783414df0800009c Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Tue, 10 Oct 2023 08:39:36 +0000 Subject: [PATCH] UBI image to 9.2 (#3567) (#3572) * UBI image to 9.2 * Update hardening_manifest.yaml.tmpl (cherry picked from commit 2f18b1e6f31c1768591e9a301d52343fd96d1baa) Co-authored-by: Julien Lind --- dev-tools/packaging/templates/ironbank/Dockerfile.tmpl | 2 +- .../packaging/templates/ironbank/hardening_manifest.yaml.tmpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-tools/packaging/templates/ironbank/Dockerfile.tmpl b/dev-tools/packaging/templates/ironbank/Dockerfile.tmpl index 84037fc788d..02bfd4f228e 100644 --- a/dev-tools/packaging/templates/ironbank/Dockerfile.tmpl +++ b/dev-tools/packaging/templates/ironbank/Dockerfile.tmpl @@ -4,7 +4,7 @@ ################################################################################ ARG BASE_REGISTRY=registry1.dsop.io ARG BASE_IMAGE=ironbank/redhat/ubi/ubi8 -ARG BASE_TAG=8.8 +ARG BASE_TAG=9.2 FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} as prep_files diff --git a/dev-tools/packaging/templates/ironbank/hardening_manifest.yaml.tmpl b/dev-tools/packaging/templates/ironbank/hardening_manifest.yaml.tmpl index 02e64e68c86..a3f2c1ec701 100644 --- a/dev-tools/packaging/templates/ironbank/hardening_manifest.yaml.tmpl +++ b/dev-tools/packaging/templates/ironbank/hardening_manifest.yaml.tmpl @@ -14,7 +14,7 @@ tags: # Build args passed to Dockerfile ARGs args: BASE_IMAGE: "redhat/ubi/ubi8" - BASE_TAG: "8.8" + BASE_TAG: "9.2" ELASTIC_STACK: "{{ beat_version }}" ELASTIC_PRODUCT: "elastic-agent"