Moving from docker.io to ghcr.io #2640
Closed
luis100
announced in
Announcements
Replies: 1 comment
-
Actually it seems it will be even easier for everyone to move from Docker Hub to GitHub Container Registry, no need to authenticate! Just change Go and checkout: https://github.com/keeps/roda/pkgs/container/roda |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
As Docker is sunsetting (free) OpenSource organizations, so we are moving to GitHub Container Registry.
This will mean that RODA images will soon be available on
ghcr.io/keeps/roda:version
instead of the previouskeeps/roda:version
.Docker will delete all previous tags on April 14, 2023. Also, we will only submit to GitHub Container Registry active RODA versions.
Furthermore, you will be required to login to download the docker image from GitHub Container Registry, but you will only need a free Github account and to create a personal access token, see how to authenticate to the Container Registry.
If this affects you, let us know on the comments.
Beta Was this translation helpful? Give feedback.
All reactions