https://rancher.com/ logo
Title
q

quick-keyboard-83126

01/20/2023, 3:10 AM
Anyone have thoughts on this?
% docker pull <http://ghcr.io/argoproj/argo-cd/argocd:2.6.0-584428ed|ghcr.io/argoproj/argo-cd/argocd:2.6.0-584428ed>
Error response from daemon: Head "<https://ghcr.io/v2/argoproj/argo-cd/argocd/manifests/2.6.0-584428ed>": denied: denied
Apparently I needed to use
docker login <http://ghcr.io|ghcr.io> --username $USER --password $GITHUB_TOKEN
where
GITHUB_TOKEN
is a PAT w/ registry_read or something
b

bored-florist-31019

01/20/2023, 3:21 AM
yes, you must always authenticate with remote registries