tailscale / golink

A private shortlink service for tailnets
BSD 3-Clause "New" or "Revised" License
1.25k stars 79 forks source link

Dockerfile: stop using chainguard go image #83

Closed willnorris closed 1 year ago

willnorris commented 1 year ago

Chainguard is no longer allowing free users to use specific versions of images like go (instead, having to always use "latest"). So instead, we will create our own build image by installing the needed packages on top of the wolfi-base image.

This is one of the recommended approaches in their migration guide: https://www.chainguard.dev/unchained/a-guide-on-how-to-use-chainguard-images-for-public-catalog-tier-users

Fixes #82