Skip to content

Where does the source code for wait-for-it come from? #979

Answered by amouat
voltagex asked this question in Q&A
Discussion options

You must be logged in to vote

Apologies for the slow reply!

To build our images, you need to use apko e.g:

apko build -k https://packages.wolfi.dev/os/wolfi-signing.rsa.pub -r https://packages.wolfi.dev/os --arch aarch64 ./latest.apko.yaml wait-for-it out.tar

That should work and you can then use docker load < out.tar to use the image with Docker.

Our image configs used to specify the repository and signing key explicitly, but now these need to be supplied on the command line.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by amouat
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants