denoland / deno_docker

Latest dockerfiles and images for Deno - alpine, centos, debian, ubuntu
https://hub.docker.com/r/denoland/deno
MIT License
873 stars 101 forks source link

push to ghcr.io #377

Open Gardego5 opened 3 weeks ago

Gardego5 commented 3 weeks ago

Hello!

This PR adds pushing to ghcr.io in addition to docker hub.

I'm interested in using deno at my company hosted on AWS ECS and built using codebuild. I would like to use the images defined here, however because they are only available on docker hub, and our company does not use a business docker hub license, we cannot use these images.

There are a few issues also showing interest in this use case, see: #164, #321

There was also a recent PR adding docker hub descriptions, it appears GHCR expects image labels for defining source, description, and licenses. I would be happy to add those to the dockerfiles if that would be desirable.

Thanks