From 917bea8eebad0d9736e7a76caa36face19f48814 Mon Sep 17 00:00:00 2001 From: Takuya Noguchi Date: Tue, 16 Feb 2021 06:14:56 +0000 Subject: [PATCH] Deprecate ruby-alpine-aws image Signed-off-by: Takuya Noguchi --- .gitlab-ci.yml | 2 -- Dockerfile.ruby-alpine-aws | 4 ---- 2 files changed, 6 deletions(-) delete mode 100644 Dockerfile.ruby-alpine-aws diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4457505..33bc2ae 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 diff --git a/Dockerfile.ruby-alpine-aws b/Dockerfile.ruby-alpine-aws deleted file mode 100644 index 8df8c36..0000000 --- a/Dockerfile.ruby-alpine-aws +++ /dev/null @@ -1,4 +0,0 @@ -FROM ruby:2.5-alpine - -RUN apk --no-cache add py-pip && \ - pip install --no-cache-dir awscli