-
Notifications
You must be signed in to change notification settings - Fork 76
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
switch to curl for fetching binaries, rework fetching binaries #230
Conversation
to better reflect usage, we aren't only using this script in CI, unlike the shellcheck script
oh hmm, well have to update the CI job to stop invoking the shellcheck install script, I guess the easiest thing to do here is leave a stub script until this merges, then drop calling the script and clean it up |
no longer requires docker or shellcheck to develop
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: BenTheElder, upodroid The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
For some reason the postsubmit didn't trigger despite being configured for all merges ... |
Working on subsequent merges https://prow.k8s.io/view/gs/kubernetes-jenkins/logs/post-registry-push-images/1648298079301931008 |
resolves #226 (comment) (we don't have wget in the infra-tools image, we do however have curl: https://github.com/kubernetes/k8s.io/tree/main/images/k8s-infra#contents)