Skip to content

Commit e65d943

Browse files
authored
fix: FROM path in Dockerfile recommendation
Pulling from `argoproj/argocd:latest` uses the preferred registry from the user. If this is dockerhub, it will pull a very outdated image of argocd.
1 parent 810f1fe commit e65d943

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/installation.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ spec:
9999
The following example builds an entirely customized repo-server from a Dockerfile, installing extra dependencies that may be needed for generating manifests.
100100
101101
```Dockerfile
102-
FROM argoproj/argocd:latest
102+
FROM quay.io/argoproj/argocd:latest
103103

104104
# Switch to root for the ability to perform install
105105
USER root

0 commit comments

Comments
 (0)