Skip to content

Commit

Permalink
Update IronBank docker image base to ubi:9.2 (#101393) (#101402)
Browse files Browse the repository at this point in the history
# Conflicts:
#	distribution/docker/src/docker/Dockerfile
#	distribution/docker/src/docker/iron_bank/hardening_manifest.yaml
  • Loading branch information
mark-vieira committed Oct 26, 2023
1 parent 36e5d26 commit 0aa8cda
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion distribution/docker/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ void addBuildDockerImageTask(Architecture architecture, DockerBase base) {
if (base == DockerBase.IRON_BANK) {
Map<String, String> buildArgsMap = [
'BASE_REGISTRY': 'docker.elastic.co',
'BASE_IMAGE' : 'ubi8/ubi',
'BASE_IMAGE' : 'ubi9/ubi',
'BASE_TAG' : 'latest'
]

Expand Down
4 changes: 2 additions & 2 deletions distribution/docker/src/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
################################################################################
ARG BASE_REGISTRY=registry1.dso.mil
ARG BASE_IMAGE=ironbank/redhat/ubi/ubi8
ARG BASE_TAG=8.5
ARG BASE_IMAGE=redhat/ubi/ubi9
ARG BASE_TAG=9.2
FROM ${base_image} AS builder
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.5"
BASE_IMAGE: "redhat/ubi/ubi9"
BASE_TAG: "9.2"

# Docker image labels
labels:
Expand Down

0 comments on commit 0aa8cda

Please sign in to comment.