aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
AgeCommit message (Collapse)Author
2024-03-12chore(deps): update docker.io/library/golang docker tag to v1.22renovate/docker.io-library-golang-1.xRenovate Bot
2024-03-03Build multi-arch image.Micah Anderson
This will build only those architectures that we have runners to build on
2024-03-03Build multi-arch image.Micah Anderson
This will build only those architectures that we have runners to build on
2024-03-03Automatically build container on release and push to our registry.Micah Anderson
Now that Tor's gitlab has the container registry enabled, we can build a snowflake container on release, and push the built container to the snowflake registry. This is accomplished without using privileged gitlab runners, via kaniko. This would speed up snowflake updates for people running the docker container. It would also mean that the 'docker-snowflake-proxy' project would no longer need to exist. Fixes docker-snowflake-proxy#10 Fixes docker-snowflake-proxy#13