From dfbb4969946befac9c8b65722dc8ee0e96519c66 Mon Sep 17 00:00:00 2001 From: Andy Maksymowicz Date: Fri, 28 May 2021 19:26:29 +0000 Subject: [PATCH 1/2] Update hardening_manifest.yaml --- hardening_manifest.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml index 31e3ab3..9e20a31 100644 --- a/hardening_manifest.yaml +++ b/hardening_manifest.yaml @@ -37,8 +37,8 @@ labels: # List of resources to make available to the offline build context resources: -- url: "docker://docker.io/amazon/aws-cli@sha256:6cec665f0eda68586a0a0b0b478bc126ba3a99756946e9066eb269f65bde5ca6" - tag: "amazon/aws-cli:2.2.6" +- url: "docker://docker.io/amazon/aws-cli@sha256:24819de007482ea6d62e5d634c8296363595e4d72dc3acc1f061f465b506e700" + tag: "amazon/aws-cli:2.2.7" # List of project maintainers maintainers: -- GitLab From 00374610c298caac0f0a94415cf10d9ff6de2c69 Mon Sep 17 00:00:00 2001 From: Andy Maksymowicz Date: Fri, 28 May 2021 19:26:51 +0000 Subject: [PATCH 2/2] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c9a7fe7..1197aca 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -ARG BASE_REGISTRY=registry1.dsop.io +ARG BASE_REGISTRY=registry1.dso.mil ARG BASE_IMAGE=ironbank/redhat/ubi/ubi8 ARG BASE_TAG=8.4 -- GitLab