Skip to content

Commit

Permalink
[build] Update ironbank base to UBI 9.2 (#168219)
Browse files Browse the repository at this point in the history
(cherry picked from commit dac2c7f)
  • Loading branch information
jbudz committed Oct 6, 2023
1 parent e1cf4c1 commit 991b946
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
# Extract Kibana and make various file manipulations.
################################################################################
ARG BASE_REGISTRY=registry1.dso.mil
ARG BASE_IMAGE=redhat/ubi/ubi8
ARG BASE_TAG=8.7
ARG BASE_IMAGE=redhat/ubi/ubi9
ARG BASE_TAG=9.2

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ tags:

# Build args passed to Dockerfile ARGs
args:
BASE_IMAGE: 'redhat/ubi/ubi8'
BASE_TAG: '8.6'
BASE_IMAGE: 'redhat/ubi/ubi9'
BASE_TAG: '9.2'

# Docker image labels
labels:
Expand Down

0 comments on commit 991b946

Please sign in to comment.