From de6ee53cfc45958c11e433bafe08d28d1d232ec5 Mon Sep 17 00:00:00 2001 From: kaisecheng <69120390+kaisecheng@users.noreply.github.com> Date: Thu, 19 Dec 2024 22:54:25 +0000 Subject: [PATCH] update ironbank image to ubi9/9.5 (#16825) (cherry picked from commit dbb06c20cf36e5c27d0e5ab62d8b62bad6352d3b) --- docker/templates/Dockerfile.erb | 2 +- docker/templates/hardening_manifest.yaml.erb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/templates/Dockerfile.erb b/docker/templates/Dockerfile.erb index cf3eecf7559..001e56ee5b6 100644 --- a/docker/templates/Dockerfile.erb +++ b/docker/templates/Dockerfile.erb @@ -15,7 +15,7 @@ RUN go build <%# Start image_flavor 'ironbank' %> ARG BASE_REGISTRY=registry1.dso.mil ARG BASE_IMAGE=ironbank/redhat/ubi/ubi9 -ARG BASE_TAG=9.3 +ARG BASE_TAG=9.5 ARG LOGSTASH_VERSION=<%= elastic_version %> ARG GOLANG_VERSION=1.21.8 diff --git a/docker/templates/hardening_manifest.yaml.erb b/docker/templates/hardening_manifest.yaml.erb index dd24d670c07..44c170838eb 100644 --- a/docker/templates/hardening_manifest.yaml.erb +++ b/docker/templates/hardening_manifest.yaml.erb @@ -14,7 +14,7 @@ tags: # Build args passed to Dockerfile ARGs args: BASE_IMAGE: "redhat/ubi/ubi9" - BASE_TAG: "9.3" + BASE_TAG: "9.5" LOGSTASH_VERSION: "<%= elastic_version %>" GOLANG_VERSION: "1.21.8"