You've already forked db-wait
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
4 lines
126 B
Docker
4 lines
126 B
Docker
FROM scratch AS build
|
|
ARG TARGETPLATFORM
|
|
COPY "${TARGETPLATFORM}/db-wait" "/usr/bin/db-wait"
|
|
ENTRYPOINT [ "/usr/bin/db-wait" ] |