From 05f667bcbab04bf90c1ae67bb869ce2b7cccfa9f Mon Sep 17 00:00:00 2001 From: renovate Date: Fri, 3 Sep 2021 01:26:23 +0000 Subject: [PATCH] Update quay.io/argoproj/argocd Docker tag to v2.1.2 --- Dockerfile | 2 +- hardening_manifest.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index 2dd1a64..c4c6142 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 quay.io/argoproj/argocd:v2.1.1 as argocd +FROM quay.io/argoproj/argocd:v2.1.2 as argocd FROM amazon/aws-cli:2.2.34 as awscli diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml index 5d4ee7f..29eac57 100644 --- a/hardening_manifest.yaml +++ b/hardening_manifest.yaml @@ -8,7 +8,7 @@ name: "opensource/argoproj/argocd" # The most specific version should be the first tag and will be shown # on ironbank.dsop.io tags: -- "v2.1.1" +- "v2.1.2" - "latest" # Build args passed to Dockerfile ARGs @@ -23,15 +23,15 @@ labels: org.opencontainers.image.licenses: "Apache-2.0" org.opencontainers.image.url: "https://argoproj.github.io/argo-cd" org.opencontainers.image.vendor: "Argo Project" - org.opencontainers.image.version: "v2.1.1" + org.opencontainers.image.version: "v2.1.2" mil.dso.ironbank.image.keywords: "cicd,gitops" mil.dso.ironbank.image.type: "opensource" mil.dso.ironbank.product.name: "argoproj" # List of resources to make available to the offline build context resources: -- url: "docker://quay.io/argoproj/argocd@sha256:c56f688ab4ab93f3da8b3223aa705bbbfa6c4f17568a266187a3e703d3b7a243" - tag: "quay.io/argoproj/argocd:v2.1.1" +- url: "docker://quay.io/argoproj/argocd@sha256:2e0e725c9282bfb7b08bea7dbbfd8dbce6410d670e3f8addd9b6540d818ad520" + tag: "quay.io/argoproj/argocd:v2.1.2" - url: "docker://docker.io/amazon/aws-cli@sha256:9e00cbbcd10bc0bf94f59bec03676f6cccba3e9c4b11be76d36281d7b76ec81f" tag: "amazon/aws-cli:2.2.34" -- GitLab