Cookiecutter-plone-starter and cache server

When enabling the cache server for local deployment it happens to fail when starting the stack.

make stack-start

dirname /home/ramiro/workspace/cmcuritiba/extranet-cmc/Makefile
echo 'Start local Docker stack'
Start local Docker stack
docker compose -f docker-compose.yml up -d --build
[+] Running 1/1
✘ purger Error 6.9s
Error response from daemon: Head "https://ghcr.io/v2/kitconcept/cluster-purger/manifests/latest": denied: denied
make: *** [Makefile:122: stack-start] Erro 18

Crafted with care by This was generated by cookiecutter-plone-starter on 2023-12-11 17:28:09. A special thanks to all contributors and supporters!

The kitconcept/cluster-purger package is public. You probably need to log in to the github container registry: Working with the Container registry - GitHub Docs

@ericof This makes things a bit difficult. Would it be possible to also publish the images to Dockerhub?

Agree, I don't see a reason to have to login just to get the image and run the container.