What happened to the DockerHub images?
Dan6erbond opened this issue · 1 comments
Dan6erbond commented
What happened:
When following the distributed Kubernetes example, I get the following error:
Failed to pull image "agola": rpc error: code = Unknown desc = failed to pull and unpack image "docker.io/library/agola:latest": failed to resolve reference "docker.io/library/agola:latest": pull access denied, repository does not exist or may require authorization: server message: insufficient_scope: authorization failed
What you expected to happen:
The images to be pulled, and Agola to start running.
How to reproduce it (as minimally and precisely as possible):
Deploy the common manifests and distributed resources.
Anything else we need to know?:
This might be related to DockerHub's new pricing model. In the meantime could Agola provide the images via GCR or a Gitea registry? Alternatively, how can I build my own images?
Environment:
- Agola version:
latest
- Agola running environment (if useful to understand the bug): Kubernetes / K3s
- Others:
sgotti commented
The image in the example is just an example name "agola" so it's not pointing to an existing image. You should change it to point to the sorintlab/agola dockerhub image or build an image by yourself.