supabase / postgres

Unmodified Postgres with some useful plugins
https://supabase.com
PostgreSQL License
1.33k stars 137 forks source link

fix: when we dl supautils in oriole Dockerfile, we use tar instead of deb #1034

Closed samrose closed 1 month ago

samrose commented 1 month ago

What kind of change does this PR introduce?

In our main Dockerfile we download a .deb for supautils release. But in orioledb Dockerfile, we download a .tar.gz

So this introduces a checksum into vars that supports to tar.gz download