Surnet / docker-wkhtmltopdf

wkhtmltopdf for multiple base images
https://hub.docker.com/u/surnet/
MIT License
360 stars 65 forks source link

Add images to the GitHub Container Registry #21

Closed chdanielmueller closed 3 years ago

chdanielmueller commented 3 years ago

Allow to download the images from the GitHub Container Registry as an alternative. This PR will be merged as soon as all image versions are copied over.

For further reference the commands used to do the merge:

docker pull surnet/alpine-wkhtmltopdf -a
docker pull surnet/alpine-node-wkhtmltopdf -a
docker pull surnet/alpine-python-wkhtmltopdf -a
docker images surnet/alpine-wkhtmltopdf --format "docker tag {{.Repository}}:{{.Tag}} ghcr.io/{{.Repository}}:{{.Tag}} | docker push ghcr.io/{{.Repository}}:{{.Tag}}"
docker images surnet/alpine-node-wkhtmltopdf --format "docker tag {{.Repository}}:{{.Tag}} ghcr.io/{{.Repository}}:{{.Tag}} | docker push ghcr.io/{{.Repository}}:{{.Tag}}"
docker images surnet/alpine-python-wkhtmltopdf --format "docker tag {{.Repository}}:{{.Tag}} ghcr.io/{{.Repository}}:{{.Tag}} | docker push ghcr.io/{{.Repository}}:{{.Tag}}"

https://github.blog/2020-09-01-introducing-github-container-registry/