Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
theodolite
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Sören Henning
theodolite
Commits
17a7b196
Commit
17a7b196
authored
3 years ago
by
Sören Henning
Browse files
Options
Downloads
Patches
Plain Diff
Remove curl again
Curl is not required:
https://github.com/k3d-io/k3d/blob/main/install.sh#L68
parent
17123a8a
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!214
Test Helm chart in CI pipeline
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
buildimages/k3d-helm/Dockerfile
+1
-1
1 addition, 1 deletion
buildimages/k3d-helm/Dockerfile
with
1 addition
and
1 deletion
buildimages/k3d-helm/Dockerfile
+
1
−
1
View file @
17a7b196
...
...
@@ -4,7 +4,7 @@ FROM docker:${DOCKER_VERSION}
ARG
KUBECTL_VERSION=v1.21.3
RUN
apk add
-U
wget
curl
bash openssl
RUN
apk add
-U
wget bash openssl
# install kubectl
RUN
wget
-q
-O
/usr/local/bin/kubectl https://storage.googleapis.com/kubernetes-release/release/
${
KUBECTL_VERSION
}
/bin/linux/amd64/kubectl
&&
\
chmod
+x /usr/local/bin/kubectl
...
...
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