Skip to content

Commit

Permalink
Bump Ironbank build context to ubi 8.5
Browse files Browse the repository at this point in the history
This commit updates the Ironbank build context to use ubi:8.5 as base
image.
  • Loading branch information
jmlrt committed Dec 8, 2021
1 parent 6fb7325 commit 8b13336
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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/ubi8
ARG BASE_TAG=8.4
ARG BASE_TAG=8.5

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

Expand Down
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/ubi8'
BASE_TAG: '8.4'
BASE_TAG: '8.5'

# Docker image labels
labels:
Expand Down Expand Up @@ -59,4 +59,4 @@ maintainers:
- email: "[email protected]"
name: "Yalabe Dukuly"
username: "yalabe.dukuly"
cht_member: true
cht_member: true

0 comments on commit 8b13336

Please sign in to comment.