Files
db-wait/Dockerfile.scratch
Markus Pesch afb92e9704
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
feat: ArtifactHub integration
2026-05-03 20:42:36 +02:00

4 lines
126 B
Docker

FROM scratch AS build
ARG TARGETPLATFORM
COPY "${TARGETPLATFORM}/db-wait" "/usr/bin/db-wait"
ENTRYPOINT [ "/usr/bin/db-wait" ]