UNCLASSIFIED

Commit 63fa9099 authored by Elvis Chi's avatar Elvis Chi 💬
Browse files

Update quay.io/argoproj/argocd Docker tag to v2.1.2 and aws-cli to v2.2.35

parent f9249213
Pipeline #459582 passed with stages
in 33 minutes and 59 seconds
...@@ -2,9 +2,9 @@ ARG BASE_REGISTRY=registry1.dso.mil ...@@ -2,9 +2,9 @@ ARG BASE_REGISTRY=registry1.dso.mil
ARG BASE_IMAGE=ironbank/redhat/ubi/ubi8 ARG BASE_IMAGE=ironbank/redhat/ubi/ubi8
ARG BASE_TAG=8.4 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 FROM amazon/aws-cli:2.2.35 as awscli
FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment