planetscale / ghcommit-action

GitHub Action to commit files to a git branch using the ghcommit utility
Apache License 2.0
30 stars 4 forks source link

docker: switch to wolfi base image #24

Closed joemiller closed 1 year ago

joemiller commented 1 year ago

Alpine's apk repo is occassionally throttling the apk add. Let's use our wolfi base images instead.

longer term we should probably make a new pscale.dev/wolfi-prod/ghcommit image containing ghcommit + bash + git, or at least a ghcommit-base image that contains just bash+git, since we don't have an APK package for ghcommit at the moment, and not sure if it's worth making one yet.