Skip to content

Commit 76c393f

Browse files
committed
Update templating to use a single template
This also converts us to just two variants and auto-detects the latest Alpine/Debian, since we don't have a good reason to support more than one of each Debian and Alpine. Additionally, this auto-scrapes the list of checksums and supported architectures for `gosu` from the upstream project (since if we're going to embed the version in `versions.json`, we might as well go all the way and pre-scrape whatever data we possibly can), and switches to use `gosu` consistently between variants (given the state of `su-exec`).
1 parent b7ba3be commit 76c393f

22 files changed

+797
-376
lines changed

6.0/alpine3.18/Dockerfile renamed to 6.0/alpine/Dockerfile

+38-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
File renamed without changes.

6.0/bookworm/Dockerfile renamed to 6.0/debian/Dockerfile

+29-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
File renamed without changes.

6.2/alpine3.18/Dockerfile renamed to 6.2/alpine/Dockerfile

+38-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
File renamed without changes.

6.2/bookworm/Dockerfile renamed to 6.2/debian/Dockerfile

+29-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
File renamed without changes.

7.0/alpine3.18/Dockerfile renamed to 7.0/alpine/Dockerfile

+38-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

6.2/alpine3.18/docker-entrypoint.sh renamed to 7.0/alpine/docker-entrypoint.sh

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

7.0/bookworm/Dockerfile renamed to 7.0/debian/Dockerfile

+29-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

6.0/alpine3.18/docker-entrypoint.sh renamed to 7.0/debian/docker-entrypoint.sh

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)