Merge branch '59-deprecate-ruby-alpine-aws-image' into 'master'

Deprecate ruby-alpine-aws image

Closes #59

See merge request gitlab-org/gitlab-build-images!370
This commit is contained in:
Stan Hu 2021-02-16 07:38:13 +00:00
commit fcc5115225
2 changed files with 0 additions and 6 deletions

View file

@ -111,7 +111,6 @@ ruby-2.6.6-golang-1.14-git-2.26-lfs-2.9-chrome-81.0-node-12.x-yarn-1.21-postgres
danger test: *test_build
alpine-helm test: *test_build
ruby-alpine-aws test: *test_build
gitlab-charts-build-base test: *test_build
gitlab-charts-build-base-helm-3 test: *test_build
gitlab-helm3-kubectl1.14 test: *test_build
@ -182,7 +181,6 @@ ruby-2.6.6-golang-1.14-git-2.26-lfs-2.9-chrome-81.0-node-12.x-yarn-1.21-postgres
danger push: *build_and_deploy
alpine-helm push: *build_and_deploy
ruby-alpine-aws push: *build_and_deploy
gitlab-charts-build-base push: *build_and_deploy
gitlab-charts-build-base-helm-3 push: *build_and_deploy
gitlab-helm3-kubectl1.14 push: *build_and_deploy

View file

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