Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
K
kubernetes-deploy
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
open-source
kubernetes-deploy
Commits
97ecd9a0
Commit
97ecd9a0
authored
Jan 18, 2018
by
Andreas König
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added helm
parent
0ca9a62c
Pipeline
#12877
passed with stage
in 2 minutes
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
Dockerfile
Dockerfile
+5
-4
No files found.
Dockerfile
View file @
97ecd9a0
FROM
docker:dind
# Install requirements
RUN
apk add
-U
curl
tar gzip
bash ca-certificates
&&
\
RUN
apk add
-U
openssl
curl
tar gzip
bash ca-certificates
&&
\
wget
-q
-O
/etc/apk/keys/sgerrand.rsa.pub https://raw.githubusercontent.com/sgerrand/alpine-pkg-glibc/master/sgerrand.rsa.pub
&&
\
wget https://github.com/sgerrand/alpine-pkg-glibc/releases/download/2.23-r3/glibc-2.23-r3.apk
&&
\
apk add glibc-2.23-r3.apk
&&
\
...
...
@@ -11,9 +11,10 @@ RUN apk add -U curl tar gzip bash ca-certificates && \
RUN
apk add ruby git
# Install Helm
#RUN curl https://kubernetes-helm.storage.googleapis.com/helm-v2.0.2-linux-amd64.tar.gz | \
# tar zx && mv linux-amd64/helm /usr/bin/ && \
# helm version --client
RUN
curl https://kubernetes-helm.storage.googleapis.com/helm-v2.7.2-linux-amd64.tar.gz |
\
tar
zx
&&
mv
linux-amd64/helm /usr/bin/
&&
\
helm version
--client
## Install Helm Canary
#RUN curl https://kubernetes-helm.storage.googleapis.com/helm-canary-linux-amd64.tar.gz | \
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment