Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Primary navigation
Search or go to…
Project
T
tools
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Privacy statement
Keyboard shortcuts
?
What's new
6
Snippets
Groups
Projects
Show more breadcrumbs
uniget-org
tools
Commits
9128568f
Commit
9128568f
authored
2 years ago
by
Nicholas Dille
Browse files
Options
Downloads
Patches
Plain Diff
Added wait-for #4555
parent
e0afa1b7
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
renovate.json
+11
-0
11 additions, 0 deletions
renovate.json
tools/wait-for/Dockerfile.template
+20
-0
20 additions, 0 deletions
tools/wait-for/Dockerfile.template
tools/wait-for/manifest.yaml
+13
-0
13 additions, 0 deletions
tools/wait-for/manifest.yaml
with
44 additions
and
0 deletions
renovate.json
+
11
−
0
View file @
9128568f
...
...
@@ -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$"
...
...
This diff is collapsed.
Click to expand it.
tools/wait-for/Dockerfile.template
0 → 100644
+
20
−
0
View file @
9128568f
#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
This diff is collapsed.
Click to expand it.
tools/wait-for/manifest.yaml
0 → 100644
+
13
−
0
View file @
9128568f
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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment