UNCLASSIFIED

Commit fe2b9419 authored by Michael Simmons's avatar Michael Simmons
Browse files

Merge branch 'base-image-bump' into 'development'

Bumped base image to UBI 8.4

See merge request !16
parents c890cb0e 797bc4ae
Pipeline #279396 passed with stages
in 8 minutes and 34 seconds
ARG BASE_REGISTRY=registry1.dsop.io ARG BASE_REGISTRY=registry1.dsop.io
ARG BASE_IMAGE=ironbank/redhat/ubi/ubi8 ARG BASE_IMAGE=ironbank/redhat/ubi/ubi8
ARG BASE_TAG=8.3 ARG BASE_TAG=8.4
FROM amazon/aws-controllers-k8s:s3-v0.0.1 AS builder FROM amazon/aws-controllers-k8s:s3-v0.0.1 AS builder
...@@ -16,4 +16,4 @@ USER awscontrollersk8suser ...@@ -16,4 +16,4 @@ USER awscontrollersk8suser
ENTRYPOINT ["/bin/controller"] ENTRYPOINT ["/bin/controller"]
HEALTHCHECK NONE HEALTHCHECK NONE
\ No newline at end of file
...@@ -14,7 +14,7 @@ tags: ...@@ -14,7 +14,7 @@ tags:
# Build args passed to Dockerfile ARGs # Build args passed to Dockerfile ARGs
args: args:
BASE_IMAGE: "redhat/ubi/ubi8" BASE_IMAGE: "redhat/ubi/ubi8"
BASE_TAG: "8.3" BASE_TAG: "8.4"
# Docker image labels # Docker image labels
labels: labels:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment