From 2dced290c147e327ee5c214a999c5558f792df37 Mon Sep 17 00:00:00 2001 From: renovate Date: Thu, 10 Dec 2020 01:00:29 +0000 Subject: [PATCH 01/12] Update amazon/aws-cli Docker tag to v2.1.9 --- Dockerfile | 4 ++-- Jenkinsfile | 2 +- download.yaml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index 274dcaf..4366857 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.3 -FROM amazon/aws-cli:2.1.7 as cli +FROM amazon/aws-cli:2.1.9 as cli FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} @@ -10,7 +10,7 @@ LABEL org.opencontainers.image.title="aws-cli" \ org.opencontainers.image.description="Universal Command Line Interface for Amazon Web Services." \ org.opencontainers.image.licenses="Apache-2.0" \ org.opencontainers.image.url="https://github.com/aws/aws-cli" \ - org.opencontainers.image.version="2.1.7" \ + org.opencontainers.image.version="2.1.9" \ maintainer="ironbank@dsop.io" COPY --from=cli /usr/local/aws-cli /usr/local/aws-cli diff --git a/Jenkinsfile b/Jenkinsfile index 46e7bed..f379cd1 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,2 +1,2 @@ @Library('DCCSCR@master') _ -dccscrPipeline(version: "2.1.7") +dccscrPipeline(version: "2.1.9") diff --git a/download.yaml b/download.yaml index 69a89a5..338c6a4 100644 --- a/download.yaml +++ b/download.yaml @@ -1,3 +1,3 @@ resources: - - url: "docker://docker.io/amazon/aws-cli@sha256:f9b98458849ebd933db6dc2c61d33cb28bb62708cb6a471cbd34f8a7bc575cad" - tag: "amazon/aws-cli:2.1.7" + - url: "docker://docker.io/amazon/aws-cli@sha256:9b9b831b4020d7cc62409148c5ad5ea7b0e621d48ac734381da12aba4baf5091" + tag: "amazon/aws-cli:2.1.9" -- GitLab From 227fa0571153352834344bd0ea8554b7c6e469c3 Mon Sep 17 00:00:00 2001 From: ironbank-bot Date: Thu, 10 Dec 2020 01:13:30 +0000 Subject: [PATCH 02/12] Migrate to hardening_manifest.yaml --- Dockerfile | 6 ----- Jenkinsfile | 2 -- download.yaml | 3 --- hardening_manifest.yaml | 55 +++++++++++++++++++++++++++++++++++++++++ renovate.json | 30 +++++++++++++++++----- 5 files changed, 79 insertions(+), 17 deletions(-) delete mode 100644 Jenkinsfile delete mode 100644 download.yaml create mode 100644 hardening_manifest.yaml diff --git a/Dockerfile b/Dockerfile index 274dcaf..b6efa6a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,12 +6,6 @@ FROM amazon/aws-cli:2.1.7 as cli FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} -LABEL org.opencontainers.image.title="aws-cli" \ - org.opencontainers.image.description="Universal Command Line Interface for Amazon Web Services." \ - org.opencontainers.image.licenses="Apache-2.0" \ - org.opencontainers.image.url="https://github.com/aws/aws-cli" \ - org.opencontainers.image.version="2.1.7" \ - maintainer="ironbank@dsop.io" COPY --from=cli /usr/local/aws-cli /usr/local/aws-cli diff --git a/Jenkinsfile b/Jenkinsfile deleted file mode 100644 index 46e7bed..0000000 --- a/Jenkinsfile +++ /dev/null @@ -1,2 +0,0 @@ -@Library('DCCSCR@master') _ -dccscrPipeline(version: "2.1.7") diff --git a/download.yaml b/download.yaml deleted file mode 100644 index 69a89a5..0000000 --- a/download.yaml +++ /dev/null @@ -1,3 +0,0 @@ -resources: - - url: "docker://docker.io/amazon/aws-cli@sha256:f9b98458849ebd933db6dc2c61d33cb28bb62708cb6a471cbd34f8a7bc575cad" - tag: "amazon/aws-cli:2.1.7" diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml new file mode 100644 index 0000000..d85c86b --- /dev/null +++ b/hardening_manifest.yaml @@ -0,0 +1,55 @@ +--- +apiVersion: v1 + +# The repository name in registry1, excluding /ironbank/ +name: "opensource/amazon/aws-cli" + +# List of tags to push for the repository in registry1 +# The most specific version should be the first tag and will be shown +# on ironbank.dsop.io +tags: +- "2.1.7" +- "latest" + +# Build args passed to Dockerfile ARGs +args: + BASE_IMAGE: "redhat/ubi/ubi8" + BASE_TAG: "8.3" + +# Docker image labels +labels: + org.opencontainers.image.title: "aws-cli" + ## Human-readable description of the software packaged in the image + # org.opencontainers.image.description: "FIXME" + ## License(s) under which contained software is distributed + # org.opencontainers.image.licenses: "FIXME" + ## URL to find more information on the image + # org.opencontainers.image.url: "FIXME" + ## Name of the distributing entity, organization or individual + # org.opencontainers.image.vendor: "FIXME" + org.opencontainers.image.version: "2.1.7" + ## Keywords to help with search (ex. "cicd,gitops,golang") + # mil.dso.ironbank.image.keywords: "FIXME" + ## This value can be "opensource" or "commercial" + # mil.dso.ironbank.image.type: "FIXME" + ## Product the image belongs to for grouping multiple images + # mil.dso.ironbank.product.name: "FIXME" + +# List of resources to make available to the offline build context +resources: +- tag: amazon/aws-cli:2.1.7 + url: docker://docker.io/amazon/aws-cli@sha256:f9b98458849ebd933db6dc2c61d33cb28bb62708cb6a471cbd34f8a7bc575cad + +# List of project maintainers +# FIXME: Fill in the following details for the current container owner in the whitelist +# FIXME: Include any other vendor information if applicable +maintainers: +- email: "melissari_sean@bah.com" +# # The name of the current container owner +# name: "FIXME" +# # The gitlab username of the current container owner +# username: "FIXME" +# cht_member: true # FIXME: Uncomment if the maintainer is a member of CHT +# - name: "FIXME" +# username: "FIXME" +# email: "FIXME" diff --git a/renovate.json b/renovate.json index c8f55f2..c1c298f 100644 --- a/renovate.json +++ b/renovate.json @@ -1,9 +1,15 @@ { - "assignees": ["@sean.melissari"], - "baseBranches": ["development"], + "assignees": [ + "@sean.melissari" + ], + "baseBranches": [ + "development" + ], "regexManagers": [ { - "fileMatch": ["^Dockerfile$"], + "fileMatch": [ + "^Dockerfile$" + ], "matchStrings": [ "version=\"(?.*?)\"" ], @@ -11,12 +17,24 @@ "datasourceTemplate": "docker" }, { - "fileMatch": ["^Jenkinsfile$"], + "fileMatch": [ + "^hardening_manifest.yaml$" + ], + "matchStrings": [ + "org\\.opencontainers\\.image\\.version:\\s+\"(?.+?)\"" + ], + "depNameTemplate": "amazon/aws-cli", + "datasourceTemplate": "docker" + }, + { + "fileMatch": [ + "^hardening_manifest.yaml$" + ], "matchStrings": [ - "version:\\s+\"(?.*?)\"" + "tags:\\s+-\\s+\"(?.+?)\"" ], "depNameTemplate": "amazon/aws-cli", "datasourceTemplate": "docker" } ] -} +} \ No newline at end of file -- GitLab From 24bc2d0562abacf40ae74dc3b2abc99e54f169a3 Mon Sep 17 00:00:00 2001 From: "sean.melissari" Date: Thu, 10 Dec 2020 18:38:52 +0000 Subject: [PATCH 03/12] Update hardening_manifest.yaml --- hardening_manifest.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml index d036377..44a967b 100644 --- a/hardening_manifest.yaml +++ b/hardening_manifest.yaml @@ -20,20 +20,20 @@ args: labels: org.opencontainers.image.title: "aws-cli" ## Human-readable description of the software packaged in the image - # org.opencontainers.image.description: "Universal Command Line Interface for Amazon Web Services." + org.opencontainers.image.description: "Universal Command Line Interface for Amazon Web Services." ## License(s) under which contained software is distributed - # org.opencontainers.image.licenses: "Apache-2.0" + org.opencontainers.image.licenses: "Apache-2.0" ## URL to find more information on the image - # org.opencontainers.image.url: "https://github.com/aws/aws-cli" + 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.vendor: "Amazon" org.opencontainers.image.version: "2.1.9" ## Keywords to help with search (ex. "cicd,gitops,golang") - # mil.dso.ironbank.image.keywords: "aws,cli" + mil.dso.ironbank.image.keywords: "aws,cli" ## This value can be "opensource" or "commercial" - # mil.dso.ironbank.image.type: "opensource" + mil.dso.ironbank.image.type: "opensource" ## Product the image belongs to for grouping multiple images - # mil.dso.ironbank.product.name: "aws" + mil.dso.ironbank.product.name: "aws" # List of resources to make available to the offline build context resources: -- GitLab From 6f8c3bb88f82a3c4d5188a3df4613bbd696b6a77 Mon Sep 17 00:00:00 2001 From: Sean Melissari Date: Thu, 10 Dec 2020 13:39:58 -0500 Subject: [PATCH 04/12] remove jenkinsfile --- Jenkinsfile | 2 -- download.yaml | 3 --- 2 files changed, 5 deletions(-) delete mode 100644 Jenkinsfile delete mode 100644 download.yaml diff --git a/Jenkinsfile b/Jenkinsfile deleted file mode 100644 index f379cd1..0000000 --- a/Jenkinsfile +++ /dev/null @@ -1,2 +0,0 @@ -@Library('DCCSCR@master') _ -dccscrPipeline(version: "2.1.9") diff --git a/download.yaml b/download.yaml deleted file mode 100644 index 338c6a4..0000000 --- a/download.yaml +++ /dev/null @@ -1,3 +0,0 @@ -resources: - - url: "docker://docker.io/amazon/aws-cli@sha256:9b9b831b4020d7cc62409148c5ad5ea7b0e621d48ac734381da12aba4baf5091" - tag: "amazon/aws-cli:2.1.9" -- GitLab From 4a651ae5927fe3fcdc4b5e8f8ae330ba9e4c1733 Mon Sep 17 00:00:00 2001 From: renovate Date: Tue, 12 Jan 2021 01:00:31 +0000 Subject: [PATCH 05/12] Update amazon/aws-cli Docker tag to v2.1.17 --- Dockerfile | 2 +- hardening_manifest.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index ca4c82b..f8a74d7 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.3 -FROM amazon/aws-cli:2.1.9 as cli +FROM amazon/aws-cli:2.1.17 as cli FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml index 44a967b..e8d8ed8 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.1.9" +- "2.1.17" - "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.1.9" + org.opencontainers.image.version: "2.1.17" ## 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:9b9b831b4020d7cc62409148c5ad5ea7b0e621d48ac734381da12aba4baf5091" - tag: "amazon/aws-cli:2.1.9" +- url: "docker://docker.io/amazon/aws-cli@sha256:cef4b74f0a90621895e9c731d1a56ead810791f44b2fe4b33b456c3abcb346de" + tag: "amazon/aws-cli:2.1.17" # List of project maintainers maintainers: -- GitLab From f7fc22cd4e5407b9028e4f91c9935adae594a5fc Mon Sep 17 00:00:00 2001 From: renovate Date: Fri, 22 Jan 2021 01:00:27 +0000 Subject: [PATCH 06/12] Update amazon/aws-cli Docker tag to v2.1.21 --- Dockerfile | 2 +- hardening_manifest.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index f8a74d7..48c9d4d 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.3 -FROM amazon/aws-cli:2.1.17 as cli +FROM amazon/aws-cli:2.1.21 as cli FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml index e8d8ed8..65a2166 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.1.17" +- "2.1.21" - "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.1.17" + org.opencontainers.image.version: "2.1.21" ## 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:cef4b74f0a90621895e9c731d1a56ead810791f44b2fe4b33b456c3abcb346de" - tag: "amazon/aws-cli:2.1.17" +- url: "docker://docker.io/amazon/aws-cli@sha256:241b1bc1a9bf9887e4a834366a86d4efddd834d48ab1bd32a63855e628829ea9" + tag: "amazon/aws-cli:2.1.21" # List of project maintainers maintainers: -- GitLab From 08b882b4534ea77b3fcf9ccad4074dfb703daf78 Mon Sep 17 00:00:00 2001 From: renovate Date: Fri, 29 Jan 2021 01:00:20 +0000 Subject: [PATCH 07/12] Update amazon/aws-cli Docker tag to v2.1.22 --- Dockerfile | 2 +- hardening_manifest.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index 48c9d4d..87f2cce 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.3 -FROM amazon/aws-cli:2.1.21 as cli +FROM amazon/aws-cli:2.1.22 as cli FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml index 65a2166..f3a18cc 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.1.21" +- "2.1.22" - "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.1.21" + org.opencontainers.image.version: "2.1.22" ## 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:241b1bc1a9bf9887e4a834366a86d4efddd834d48ab1bd32a63855e628829ea9" - tag: "amazon/aws-cli:2.1.21" +- url: "docker://docker.io/amazon/aws-cli@sha256:c3d190eb1484e4f97eb9cdcb6c7a87f0cf5e50eb49d07e89ed0376cfd48e81bc" + tag: "amazon/aws-cli:2.1.22" # List of project maintainers maintainers: -- GitLab From acb268d652e705aeeccef294ada8a4988df79488 Mon Sep 17 00:00:00 2001 From: renovate Date: Wed, 3 Feb 2021 01:00:23 +0000 Subject: [PATCH 08/12] Update amazon/aws-cli Docker tag to v2.1.23 --- Dockerfile | 2 +- hardening_manifest.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index 87f2cce..e75d34d 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.3 -FROM amazon/aws-cli:2.1.22 as cli +FROM amazon/aws-cli:2.1.23 as cli FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml index f3a18cc..169fca1 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.1.22" +- "2.1.23" - "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.1.22" + org.opencontainers.image.version: "2.1.23" ## 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:c3d190eb1484e4f97eb9cdcb6c7a87f0cf5e50eb49d07e89ed0376cfd48e81bc" - tag: "amazon/aws-cli:2.1.22" +- url: "docker://docker.io/amazon/aws-cli@sha256:5c574a7ef91fa0319b1386239157ffed6aea95c1fa6d73b39c63261d7bd9c72c" + tag: "amazon/aws-cli:2.1.23" # List of project maintainers maintainers: -- GitLab From d34d470d86343d1098aee059079ed8df138ef26a Mon Sep 17 00:00:00 2001 From: renovate Date: Sat, 6 Feb 2021 01:00:18 +0000 Subject: [PATCH 09/12] Update amazon/aws-cli Docker tag to v2.1.24 --- Dockerfile | 2 +- hardening_manifest.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index e75d34d..915d57f 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.3 -FROM amazon/aws-cli:2.1.23 as cli +FROM amazon/aws-cli:2.1.24 as cli FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml index 169fca1..bb984f0 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.1.23" +- "2.1.24" - "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.1.23" + org.opencontainers.image.version: "2.1.24" ## 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:5c574a7ef91fa0319b1386239157ffed6aea95c1fa6d73b39c63261d7bd9c72c" - tag: "amazon/aws-cli:2.1.23" +- url: "docker://docker.io/amazon/aws-cli@sha256:c0ab7ac8632da67fe082c94bbde0b813f6e2d551e655a7bdaa83e87d0f80b4a6" + tag: "amazon/aws-cli:2.1.24" # List of project maintainers maintainers: -- GitLab From 02738d56ff87bc38c2922b62f66948c36ec5f1e4 Mon Sep 17 00:00:00 2001 From: renovate Date: Wed, 10 Feb 2021 01:00:26 +0000 Subject: [PATCH 10/12] Update amazon/aws-cli Docker tag to v2.1.25 --- Dockerfile | 2 +- hardening_manifest.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index 915d57f..64a8dec 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.3 -FROM amazon/aws-cli:2.1.24 as cli +FROM amazon/aws-cli:2.1.25 as cli FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml index bb984f0..aa16194 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.1.24" +- "2.1.25" - "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.1.24" + org.opencontainers.image.version: "2.1.25" ## 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:c0ab7ac8632da67fe082c94bbde0b813f6e2d551e655a7bdaa83e87d0f80b4a6" - tag: "amazon/aws-cli:2.1.24" +- url: "docker://docker.io/amazon/aws-cli@sha256:579920a7a5dcd93bdb30a2161ca66e0a4bed26ea65e54d66028a2dc53c5d69e7" + tag: "amazon/aws-cli:2.1.25" # List of project maintainers maintainers: -- GitLab From 3b73bf4c4e0172b50273345ed4a2315fd30cfc62 Mon Sep 17 00:00:00 2001 From: renovate Date: Sat, 13 Feb 2021 01:03:17 +0000 Subject: [PATCH 11/12] Update amazon/aws-cli Docker tag to v2.1.26 --- Dockerfile | 2 +- hardening_manifest.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index 64a8dec..9ddcdc3 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.3 -FROM amazon/aws-cli:2.1.25 as cli +FROM amazon/aws-cli:2.1.26 as cli FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml index aa16194..3729277 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.1.25" +- "2.1.26" - "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.1.25" + org.opencontainers.image.version: "2.1.26" ## 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:579920a7a5dcd93bdb30a2161ca66e0a4bed26ea65e54d66028a2dc53c5d69e7" - tag: "amazon/aws-cli:2.1.25" +- url: "docker://docker.io/amazon/aws-cli@sha256:c1e60ff27579a5c8469b60c2fdcc591657967f39a90bbe8f3437e4bd2da4a826" + tag: "amazon/aws-cli:2.1.26" # List of project maintainers maintainers: -- GitLab From f672c63bd2ef08fe2be5bfb3a7d1cf209908bb66 Mon Sep 17 00:00:00 2001 From: renovate Date: Wed, 17 Feb 2021 01:02:09 +0000 Subject: [PATCH 12/12] Update amazon/aws-cli Docker tag to v2.1.27 --- Dockerfile | 2 +- hardening_manifest.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index 9ddcdc3..6a48097 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.3 -FROM amazon/aws-cli:2.1.26 as cli +FROM amazon/aws-cli:2.1.27 as cli FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml index 3729277..d2e58be 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.1.26" +- "2.1.27" - "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.1.26" + org.opencontainers.image.version: "2.1.27" ## 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:c1e60ff27579a5c8469b60c2fdcc591657967f39a90bbe8f3437e4bd2da4a826" - tag: "amazon/aws-cli:2.1.26" +- url: "docker://docker.io/amazon/aws-cli@sha256:219d2ec9325b2d276a3dc2ecb3ebe7b736864956fa240f38b344676b145ed007" + tag: "amazon/aws-cli:2.1.27" # List of project maintainers maintainers: -- GitLab