mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 10:02:56 +01:00
Deprecate ruby-alpine-aws image
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
This commit is contained in:
parent
523e78170f
commit
917bea8eeb
2 changed files with 0 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1,4 +0,0 @@
|
|||
FROM ruby:2.5-alpine
|
||||
|
||||
RUN apk --no-cache add py-pip && \
|
||||
pip install --no-cache-dir awscli
|
||||
Loading…
Add table
Add a link
Reference in a new issue