From 0e893fe349d904893a673f5a0e7b2f8129c39d66 Mon Sep 17 00:00:00 2001 From: "Balasankar \"Balu\" C" Date: Thu, 5 Sep 2019 11:18:45 +0530 Subject: [PATCH] Add alpine-helm image used in Charts Signed-off-by: Balasankar "Balu" C --- .gitlab-ci.yml | 2 ++ Dockerfile.alpine-helm | 4 ++++ 2 files changed, 6 insertions(+) create mode 100644 Dockerfile.alpine-helm diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ddac115..ecf1187 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -78,6 +78,7 @@ ruby-2.3-ansible-2.5.1-terraform-0.11 test: *test_custom danger test: *test_build alpine-aws test: *test_build +alpine-helm test: *test_build ruby-alpine-aws test: *test_build gitlab-charts-build-base test: *test_build gitlab-qa test: *test_build @@ -126,6 +127,7 @@ ruby-2.3-ansible-2.5.1-terraform-0.11: *build_and_deploy_custom danger: *build_and_deploy alpine-aws: *build_and_deploy +alpine-helm: *build_and_deploy ruby-alpine-aws: *build_and_deploy gitlab-charts-build-base: *build_and_deploy gitlab-qa: *build_and_deploy diff --git a/Dockerfile.alpine-helm b/Dockerfile.alpine-helm new file mode 100644 index 0000000..ae9c50a --- /dev/null +++ b/Dockerfile.alpine-helm @@ -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