From c3d25467010d5fb7c083cdd0b32da12c00f8c173 Mon Sep 17 00:00:00 2001 From: Takuya Noguchi Date: Mon, 15 Feb 2021 13:21:06 +0000 Subject: [PATCH] Deprecate alpine-aws image Signed-off-by: Takuya Noguchi --- .gitlab-ci.yml | 2 -- Dockerfile.alpine-aws | 4 ---- 2 files changed, 6 deletions(-) delete mode 100644 Dockerfile.alpine-aws diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bdb8a9a..d38dc9d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -113,7 +113,6 @@ ruby-2.7.2-git-2.29-chrome-85-node-12.18-yarn-1.22-docker-19.03.1 test: *test_cu ruby-2.6.6-golang-1.14-git-2.26-lfs-2.9-chrome-81.0-node-12.x-yarn-1.21-postgresql-9.5-graphicsmagick-1.3.34: *test_custom danger test: *test_build -alpine-aws test: *test_build alpine-helm test: *test_build ruby-alpine-aws test: *test_build gitlab-charts-build-base test: *test_build @@ -188,7 +187,6 @@ ruby-2.7.2-git-2.29-chrome-85-node-12.18-yarn-1.22-docker-19.03.1 push: *build_a ruby-2.6.6-golang-1.14-git-2.26-lfs-2.9-chrome-81.0-node-12.x-yarn-1.21-postgresql-9.5-graphicsmagick-1.3.34 push: *build_and_deploy_custom danger push: *build_and_deploy -alpine-aws 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 diff --git a/Dockerfile.alpine-aws b/Dockerfile.alpine-aws deleted file mode 100644 index 773467b..0000000 --- a/Dockerfile.alpine-aws +++ /dev/null @@ -1,4 +0,0 @@ -FROM alpine:latest - -RUN apk --no-cache add py-pip \ - && pip install --no-cache-dir awscli