Skip to content
Snippets Groups Projects
Commit 9128568f authored by Nicholas Dille's avatar Nicholas Dille
Browse files

Added wait-for #4555

parent e0afa1b7
Branches
No related tags found
No related merge requests found
......@@ -4245,6 +4245,17 @@
"depNameTemplate": "ckotzbauer/vulnerability-operator",
"datasourceTemplate": "github-releases"
},
{
"fileMatch": [
"^tools/wait-for/manifest.yaml$"
],
"matchStrings": [
"version: \"?(?<currentValue>.*?)\"?\\n"
],
"depNameTemplate": "dnnrly/wait-for",
"datasourceTemplate": "github-releases",
"extractVersionTemplate": "^v(?<version>.+?)$"
},
{
"fileMatch": [
"^tools/watchtower/manifest.yaml$"
......
#syntax=docker/dockerfile:1.4.3
ARG ref=main
FROM ghcr.io/nicholasdille/docker-setup/base:${ref} AS prepare
ARG name
ARG version
RUN <<EOF
curl --silent --location --fail "https://github.com/dnnrly/wait-for/releases/download/v${version}/wait-for_${version}_linux_${alt_arch}.tar.gz" \
| tar --extract --gzip --directory="${prefix}${target}/bin/" --no-same-owner \
wait-for
EOF
# completion
#RUN <<EOF
#"${prefix}${target}/bin/foo" completion bash >"${prefix}${target}/share/bash-completion/completions/foo"
#"${prefix}${target}/bin/foo" completion fish >"${prefix}${target}/share/fish/vendor_completions.d/foo.fish"
#"${prefix}${target}/bin/foo" completion zsh >"${prefix}${target}/share/zsh/vendor-completions/_foo"
#EOF
\ No newline at end of file
name: wait-for
version: "0.0.5"
check: ""
tags:
- category/?
- lang/go
- type/cli
homepage: https://github.com/dnnrly/wait-for
description: Super simple tool to help with orchestration of commands on the CLI by waiting on networking resources
renovate:
datasource: github-releases
package: dnnrly/wait-for
extractVersion: ^v(?<version>.+?)$
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment