Skip to content

Commit

Permalink
ironbank: use ubi:9.3 (#12077) (#12087)
Browse files Browse the repository at this point in the history
(cherry picked from commit f6a3cc0)

Co-authored-by: Victor Martinez <[email protected]>
  • Loading branch information
mergify[bot] and v1v authored Nov 21, 2023
1 parent f33b2db commit 2db4441
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packaging/ironbank/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
################################################################################
ARG BASE_REGISTRY=registry1.dsop.io
ARG BASE_IMAGE=redhat/ubi/ubi9
ARG BASE_TAG=9.2
ARG BASE_TAG=9.3

FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} AS prep_files

Expand Down
2 changes: 1 addition & 1 deletion packaging/ironbank/hardening_manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ tags:
# Build args passed to Dockerfile ARGs
args:
BASE_IMAGE: "redhat/ubi/ubi9"
BASE_TAG: "9.2"
BASE_TAG: "9.3"
ELASTIC_STACK: "${APM_SERVER_VERSION}"
ELASTIC_PRODUCT: "apm-server"

Expand Down

0 comments on commit 2db4441

Please sign in to comment.