vishnubob / wait-for-it

Pure bash script to test and wait on the availability of a TCP host and port
MIT License
9.39k stars 2.27k forks source link

Update debian package #110

Open bigen1925 opened 3 years ago

bigen1925 commented 3 years ago

Point

Published debian package of wait-for-it is a little stale.

How to solve?

Publish a latest script.

What is the problem?

Especially, debian package published now doesn't contain an enhancement about the environment variable PORT (by #44) and bothered me.

I love and am using wait-for-it with docker, and it is so helpful if I can use latest wat-for-it with apt-get, because scripts to use latest wait-for-it will be very simple.

example

# Dockerfile
RUN apt-get -qy update && apt-get -qy install openssl wait-for-it # only this

Thanks guys!

eilandert commented 3 years ago

I have an updated package on my repository, https://deb.paranoid.nl/pool/main/w/wait-for-it/

Please note I changed the filename from wait-for-it to wait-for-it.sh