From 9853a8f18e70551f0a87e4afa9ae4af326dcaa8b Mon Sep 17 00:00:00 2001 From: "sean.melissari" Date: Thu, 20 May 2021 13:24:18 +0000 Subject: [PATCH 1/2] bump ubi --- hardening_manifest.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml index 5d7d6e3..1e81f50 100644 --- a/hardening_manifest.yaml +++ b/hardening_manifest.yaml @@ -14,7 +14,7 @@ tags: # Build args passed to Dockerfile ARGs args: BASE_IMAGE: "redhat/ubi/ubi8" - BASE_TAG: "8.3" + BASE_TAG: "8.4" # Docker image labels labels: -- GitLab From 893cc3d30ff43bde0c603129dbfb3fefdd983915 Mon Sep 17 00:00:00 2001 From: "sean.melissari" Date: Thu, 20 May 2021 19:27:57 +0000 Subject: [PATCH 2/2] Update Dockerfile --- Dockerfile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index e3d3e71..2d58fc2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,12 +1,11 @@ -ARG BASE_REGISTRY=nexus-docker-secure.levelup-dev.io -ARG BASE_IMAGE=redhat/ubi/ubi8 -ARG BASE_TAG=8.2 +ARG BASE_REGISTRY=registry1.dso.mil +ARG BASE_IMAGE=ironbank/redhat/ubi/ubi8 +ARG BASE_TAG=latest FROM istio/mixer:1.6.14 AS base FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} - COPY --from=base /usr/local/bin/mixs /usr/local/bin/mixs USER 1001 -- GitLab