From 5abaae193b1906732e25e720a4f4d3f3c5b3b8c2 Mon Sep 17 00:00:00 2001 From: "Balasankar \"Balu\" C" Date: Tue, 4 Jun 2019 15:22:05 +0530 Subject: [PATCH] Add Ruby based image with aws cli Signed-off-by: Balasankar "Balu" C --- .gitlab-ci.yml | 2 ++ Dockerfile.ruby-alpine-aws | 4 ++++ 2 files changed, 6 insertions(+) create mode 100644 Dockerfile.ruby-alpine-aws diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4a2cc66..10eb9c4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -77,6 +77,7 @@ ruby-2.3-ansible-2.5.1-terraform-0.11 test: *test_custom danger test: *test_build alpine-aws test: *test_build +ruby-alpine-aws test: *test_build gitlab-charts-build-base test: *test_build gitlab-qa test: *test_build gitlab-qa-alpine test: *test_build @@ -122,6 +123,7 @@ ruby-2.3-ansible-2.5.1-terraform-0.11: *build_and_deploy_custom danger: *build_and_deploy alpine-aws: *build_and_deploy +ruby-alpine-aws: *build_and_deploy gitlab-charts-build-base: *build_and_deploy gitlab-qa: *build_and_deploy gitlab-qa-alpine: *build_and_deploy diff --git a/Dockerfile.ruby-alpine-aws b/Dockerfile.ruby-alpine-aws new file mode 100644 index 0000000..8df8c36 --- /dev/null +++ b/Dockerfile.ruby-alpine-aws @@ -0,0 +1,4 @@ +FROM ruby:2.5-alpine + +RUN apk --no-cache add py-pip && \ + pip install --no-cache-dir awscli