Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wait-for-it pkg #243

Merged
merged 1 commit into from
Dec 13, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -244,5 +244,6 @@ $(eval $(call build-package,mailcap,2.1.53-r0))
$(eval $(call build-package,php,8.1.13-r0))
$(eval $(call build-package,composer,2.4.4-r0))
$(eval $(call build-package,docker-credential-ecr-login,0.6.0-r1))
$(eval $(call build-package,wait-for-it,0.20200823-r0))

.build-packages: ${PACKAGES}
28 changes: 28 additions & 0 deletions wait-for-it.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
package:
name: wait-for-it
version: 0.20200823
epoch: 0
description: Pure bash script to test and wait on the availability of a TCP host and port
target-architecture:
developer-guy marked this conversation as resolved.
Show resolved Hide resolved
- all
copyright:
- paths:
- "*"
attestation: TODO
license: MIT
dependencies:
runtime:
- bash
environment:
contents:
packages:
- busybox
- ca-certificates-bundle
pipeline:
- uses: fetch
with:
uri: https://raw.githubusercontent.com/vishnubob/wait-for-it/81b1373f17855a4dc21156cfe1694c31d7d1792e/wait-for-it.sh
expected-sha256: b7a04f38de1e51e7455ecf63151c8c7e405bd2d45a2d4e16f6419db737a125d6
extract: false
- runs: |
install -Dm755 wait-for-it.sh ${{targets.destdir}}/usr/bin/wait-for-it