Skip to content

Commit 0aa8cda

Browse files
authored
Update IronBank docker image base to ubi:9.2 (#101393) (#101402)
# Conflicts: # distribution/docker/src/docker/Dockerfile # distribution/docker/src/docker/iron_bank/hardening_manifest.yaml
1 parent 36e5d26 commit 0aa8cda

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

distribution/docker/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ void addBuildDockerImageTask(Architecture architecture, DockerBase base) {
311311
if (base == DockerBase.IRON_BANK) {
312312
Map<String, String> buildArgsMap = [
313313
'BASE_REGISTRY': 'docker.elastic.co',
314-
'BASE_IMAGE' : 'ubi8/ubi',
314+
'BASE_IMAGE' : 'ubi9/ubi',
315315
'BASE_TAG' : 'latest'
316316
]
317317

distribution/docker/src/docker/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
################################################################################
2727
2828
ARG BASE_REGISTRY=registry1.dso.mil
29-
ARG BASE_IMAGE=ironbank/redhat/ubi/ubi8
30-
ARG BASE_TAG=8.5
29+
ARG BASE_IMAGE=redhat/ubi/ubi9
30+
ARG BASE_TAG=9.2
3131
3232
FROM ${base_image} AS builder
3333

distribution/docker/src/docker/iron_bank/hardening_manifest.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ tags:
1313

1414
# Build args passed to Dockerfile ARGs
1515
args:
16-
BASE_IMAGE: "redhat/ubi/ubi8"
17-
BASE_TAG: "8.5"
16+
BASE_IMAGE: "redhat/ubi/ubi9"
17+
BASE_TAG: "9.2"
1818

1919
# Docker image labels
2020
labels:

0 commit comments

Comments
 (0)