feat: ArtifactHub integration
Some checks failed
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-amd64) (push) Successful in 49s
Run Golang tests / Run unit tests (stable, ubuntu-latest-amd64) (push) Failing after 8s
Lint Markdown files / Run markdown linter (push) Successful in 4s
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-arm64) (push) Successful in 2m0s
Run Golang tests / Run unit tests (stable, ubuntu-latest-arm64) (push) Failing after 18s

This commit is contained in:
2026-05-03 20:42:36 +02:00
parent 0b31b9d21b
commit afb92e9704
9 changed files with 413 additions and 127 deletions

4
Dockerfile.scratch Normal file
View File

@@ -0,0 +1,4 @@
FROM scratch AS build
ARG TARGETPLATFORM
COPY "${TARGETPLATFORM}/db-wait" "/usr/bin/db-wait"
ENTRYPOINT [ "/usr/bin/db-wait" ]