From f9c6974515153854c0f9e4f90625b15de0f94985 Mon Sep 17 00:00:00 2001 From: Brice Copy <500789+bcopy@users.noreply.github.com> Date: Tue, 26 Mar 2024 15:59:23 +0100 Subject: [PATCH] Add quay.io prefix, since docker hub image is obsolete Docker hub image is 7 months old and refers to inexistant ubuntu package repositories, failing the code example --- docs/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation.md b/docs/installation.md index e68fb532..cd77241c 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -99,7 +99,7 @@ spec: The following example builds an entirely customized repo-server from a Dockerfile, installing extra dependencies that may be needed for generating manifests. ```Dockerfile -FROM argoproj/argocd:latest +FROM quay.io/argoproj/argocd:latest # Switch to root for the ability to perform install USER root