I use the docker image of tinygo to avoid setting up an env on some machines / CI, and for reproducibility.
The docker images are only published to Docker Hub, which has rate limits.
It'd be great if the images were mirrored to ghcr.io here on GitHub, e.g. as ghcr.io/tinygo-org/tinygo, as that avoids rate limits and theoretically performs better when used in places like GitHub Actions on the same infrastructure.
Other projects mirror the images to save on complexity, which I think could be done here too, e.g. traefik does:
I use the docker image of tinygo to avoid setting up an env on some machines / CI, and for reproducibility.
The docker images are only published to Docker Hub, which has rate limits.
It'd be great if the images were mirrored to
ghcr.iohere on GitHub, e.g. asghcr.io/tinygo-org/tinygo, as that avoids rate limits and theoretically performs better when used in places like GitHub Actions on the same infrastructure.Other projects mirror the images to save on complexity, which I think could be done here too, e.g.
traefikdoes: