From 2b33d04e8608b509f04a0b801347f9bb60052c69 Mon Sep 17 00:00:00 2001 From: renovate Date: Wed, 30 Jun 2021 01:10:37 +0000 Subject: [PATCH 1/2] Update amazon/aws-cli Docker tag to v2.2.15 --- Dockerfile | 2 +- hardening_manifest.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index d062a91..8ba7637 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ ARG BASE_REGISTRY=registry1.dso.mil ARG BASE_IMAGE=ironbank/redhat/ubi/ubi8 ARG BASE_TAG=8.4 -FROM amazon/aws-cli:2.2.14 as cli +FROM amazon/aws-cli:2.2.15 as cli FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml index 30c1835..9224f0d 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.14" +- "2.2.15" - "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.14" + org.opencontainers.image.version: "2.2.15" ## 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:71e5a51f6251a6a22a7c363e3ccf19243bbc0dbf40069d3447cf0d24df5576d6" - tag: "amazon/aws-cli:2.2.14" +- url: "docker://docker.io/amazon/aws-cli@sha256:151ef6cafb50aff4f71595eb6c0a7a18794f25edc5a95e4d5ca09cfbb8c9b88f" + tag: "amazon/aws-cli:2.2.15" # List of project maintainers maintainers: -- GitLab From 2da48e0e74d0e237eb156a67348c2b591bc7070a Mon Sep 17 00:00:00 2001 From: renovate Date: Fri, 2 Jul 2021 01:09:15 +0000 Subject: [PATCH 2/2] Update amazon/aws-cli Docker tag to v2.2.16 --- Dockerfile | 2 +- hardening_manifest.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index 8ba7637..d836c23 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ ARG BASE_REGISTRY=registry1.dso.mil ARG BASE_IMAGE=ironbank/redhat/ubi/ubi8 ARG BASE_TAG=8.4 -FROM amazon/aws-cli:2.2.15 as cli +FROM amazon/aws-cli:2.2.16 as cli FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml index 9224f0d..c980248 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.15" +- "2.2.16" - "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.15" + org.opencontainers.image.version: "2.2.16" ## 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:151ef6cafb50aff4f71595eb6c0a7a18794f25edc5a95e4d5ca09cfbb8c9b88f" - tag: "amazon/aws-cli:2.2.15" +- url: "docker://docker.io/amazon/aws-cli@sha256:42b920eda0d5ea04b6d61353d235daabaa33667ff7df3b1abf397feb50969c2f" + tag: "amazon/aws-cli:2.2.16" # List of project maintainers maintainers: -- GitLab