From 169952b0c945a967d9502b370a0608c0355ab1da Mon Sep 17 00:00:00 2001 From: Lukasz Raczylo Date: Mon, 28 Dec 2020 14:50:41 +0000 Subject: [PATCH] Remove requirement to login after move to GHCR.io --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ab3beb1..50a5901 100644 --- a/README.md +++ b/README.md @@ -30,11 +30,9 @@ Yes, it means you can run them on regular servers and **Raspberry Pi 4** and abo ### Github authentication -You need to authenticate with github ([see this thread](https://github.community/t/docker-pull-from-public-github-package-registry-fail-with-no-basic-auth-credentials-error/16358/87)) to pull even the publicly available images. To do so you need to create [Personal Access Token](https://github.com/settings/tokens/new) with `read:packages` scope and use it to authenticate your docker client with the Github Docker Registry. +~~You may need to authenticate with github ([see this thread](https://github.community/t/docker-pull-from-public-github-package-registry-fail-with-no-basic-auth-credentials-error/16358/87)) to pull even the publicly available images. To do so you need to create [Personal Access Token](https://github.com/settings/tokens/new) with `read:packages` scope and use it to authenticate your docker client with the Github Docker Registry.~~ -``` -docker login -u $GITHUB_USERNAME -p $GITHUB_TOKEN docker.pkg.github.com -``` +Update: After move to GHCR.io there's no need authenticate and you should be able to pull images without any additional magic. ### Docker configuration