Skip to content

Commit

Permalink
Merge pull request #243 from developer-guy/feature/wait-for-it
Browse files Browse the repository at this point in the history
wait-for-it pkg
  • Loading branch information
kaniini authored Dec 13, 2022
2 parents 6a81e4c + 238f955 commit b9d64f2
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
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:
- 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

0 comments on commit b9d64f2

Please sign in to comment.