docker-perl icon indicating copy to clipboard operation
docker-perl copied to clipboard

Publish to Github Packages

Open jberger opened this issue 4 years ago • 2 comments

With Docker Hub implementing rate limits it might be nice to also send images to github packages. One might even consider using github actions to build the images and push them to both places.

c.f.: https://docs.github.com/en/free-pro-team@latest/actions/guides/publishing-docker-images#publishing-images-to-docker-hub-and-github-packages

jberger avatar Dec 07 '20 19:12 jberger

Yep, this is on my pipeline :muscle: I'm actually considering publishing a GitHub Action here to automate using docker-perl for whatever use, not just CI...

zakame avatar Dec 07 '20 20:12 zakame

I think let's limit ghcr releases to those that we don't already provide under docker-library - so things like

  • debug versions
  • releases using alternate base images (e.g. fedora)
  • pre-release versions upon request

zakame avatar Aug 06 '22 16:08 zakame