From 1e7d8c19ba5b230b205c6313f2965c8ecbf8ba4e Mon Sep 17 00:00:00 2001 From: renovate Date: Fri, 28 May 2021 01:07:37 +0000 Subject: [PATCH] Update amazon/aws-cli Docker tag to v2.2.7 --- Dockerfile | 2 +- hardening_manifest.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index eea7431..c9a7fe7 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.6 as cli +FROM amazon/aws-cli:2.2.7 as cli FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml index 61909f5..31e3ab3 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.6" +- "2.2.7" - "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.6" + org.opencontainers.image.version: "2.2.7" ## Keywords to help with search (ex. "cicd,gitops,golang") mil.dso.ironbank.image.keywords: "aws,cli" ## This value can be "opensource" or "commercial" -- GitLab