Merge branch 'alpine-ruby-aws' into 'master'

Add Ruby based image with aws cli

See merge request gitlab-org/gitlab-build-images!189
This commit is contained in:
Stan Hu 2019-06-04 10:54:20 +00:00
commit e1e7618c6d
2 changed files with 6 additions and 0 deletions

View file

@ -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

View file

@ -0,0 +1,4 @@
FROM ruby:2.5-alpine
RUN apk --no-cache add py-pip && \
pip install --no-cache-dir awscli