mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 10:02:56 +01:00
Add alpine-helm image used in Charts
Signed-off-by: Balasankar "Balu" C <balasankar@gitlab.com>
This commit is contained in:
parent
8ead021c4d
commit
0e893fe349
2 changed files with 6 additions and 0 deletions
4
Dockerfile.alpine-helm
Normal file
4
Dockerfile.alpine-helm
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
FROM ruby:2.4-alpine
|
||||
RUN apk --no-cache add curl bash openssl sudo git py-pip groff
|
||||
RUN curl https://raw.githubusercontent.com/kubernetes/helm/master/scripts/get | bash
|
||||
RUN pip install awscli
|
||||
Loading…
Add table
Add a link
Reference in a new issue