wait-for
wait-for copied to clipboard
./wait-for is a script to wait for another service to become available.
- introduced `SERVICES` array which is iterated over until all services respond - added test to check multiple services - added example to README
Hi, I added support for multiple host:port expressions. You can merge the changes if desired. Regards
* Supercedes #4 * Supercedes #6 * Supercedes #8 * Supercedes https://github.com/mrako/wait-for/pull/5 * Supercedes https://github.com/mrako/wait-for/pull/8 * Fixes https://github.com/mrako/wait-for/issues/2 * Fixes https://github.com/mrako/wait-for/issues/3 including special handling for OSX * Fixes https://github.com/mrako/wait-for/issues/4 *...
This change adds a [multi-stage build](https://docs.docker.com/engine/userguide/eng-image/multistage-build/) so that the resulting Docker image is a suitable base for a runtime container. It would be nice if you could add an automated...
Bumps [semantic-release](https://github.com/semantic-release/semantic-release) from 24.2.0 to 24.2.3. Release notes Sourced from semantic-release's releases. v24.2.3 24.2.3 (2025-02-15) Bug Fixes types: fixed typescript definition (0e08b5c), closes #3601 v24.2.2 24.2.2 (2025-02-09) Bug Fixes get-git-auth-url.js:...
Bumps [bats](https://github.com/bats-core/bats-core) from 1.11.0 to 1.11.1. Release notes Sourced from bats's releases. v1.11.1 Added: make Dockerfile compatible with #!/bin/bash files (#967) Documentation document bats_pipe function (#901) Fixed: unbreak test suites...