Burrow icon indicating copy to clipboard operation
Burrow copied to clipboard

Publish docker images to ghcr.io

Open metok opened this issue 4 years ago • 2 comments

Please publish the docker images to the GitHub Packages Registry (ghcr.io) so we can access the image anonymously from CI/CD pipelines.

The registry docker.pkg.github.com is useless as we need to be authenticated in order to access the docker image: https://github.community/t/docker-pull-from-public-github-package-registry-fail-with-no-basic-auth-credentials-error/16358/81

metok avatar Jun 11 '21 14:06 metok

Looks like it was migrated to ghcr so you can now docker pull ghcr.io/linkedin/burrow/burrow:v1.3.6 even without authentication, although I don't see there's a process in place to build or publish new images

hagaibarel avatar Oct 14 '21 08:10 hagaibarel

FWIW https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-container-registry describes how to push to ghcr.io

remoun avatar Oct 22 '21 00:10 remoun