From 8cc1c45d49dfa1d880140286d3b0f8b8df7572ce Mon Sep 17 00:00:00 2001 From: Karl Breidenbach Date: Thu, 27 May 2021 16:45:40 +0000 Subject: [PATCH 1/2] Update Dockerfile to reference aws-cli 2.2.6. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7f6369e..eea7431 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ ARG BASE_REGISTRY=registry1.dsop.io ARG BASE_IMAGE=ironbank/redhat/ubi/ubi8 ARG BASE_TAG=8.4 -FROM amazon/aws-cli:2.2.5 as cli +FROM amazon/aws-cli:2.2.6 as cli FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} -- GitLab From 2d529fd7843533a8c1330f32f310ef3fbad7df42 Mon Sep 17 00:00:00 2001 From: Karl Breidenbach Date: Thu, 27 May 2021 16:47:00 +0000 Subject: [PATCH 2/2] Update hardening_manifest.yaml to reference aws-cli 2.2.6. --- hardening_manifest.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml index 8d7c129..61909f5 100644 --- a/hardening_manifest.yaml +++ b/hardening_manifest.yaml @@ -8,7 +8,7 @@ name: "opensource/amazon/aws-cli" # The most specific version should be the first tag and will be shown # on ironbank.dsop.io tags: -- "2.2.5" +- "2.2.6" - "latest" # Build args passed to Dockerfile ARGs @@ -27,7 +27,7 @@ labels: org.opencontainers.image.url: "https://github.com/aws/aws-cli" ## Name of the distributing entity, organization or individual org.opencontainers.image.vendor: "Amazon" - org.opencontainers.image.version: "2.2.5" + org.opencontainers.image.version: "2.2.6" ## Keywords to help with search (ex. "cicd,gitops,golang") mil.dso.ironbank.image.keywords: "aws,cli" ## This value can be "opensource" or "commercial" @@ -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:e2dd93a260d207246cbfd8ea305b560b72e094a1a410ec5dfe90328dd386d0a7" - tag: "amazon/aws-cli:2.2.5" +- url: "docker://docker.io/amazon/aws-cli@sha256:6cec665f0eda68586a0a0b0b478bc126ba3a99756946e9066eb269f65bde5ca6" + tag: "amazon/aws-cli:2.2.6" # List of project maintainers maintainers: -- GitLab