From 723b1f7f5fbe1767ba797f696028bc24a378b29e Mon Sep 17 00:00:00 2001 From: Takuya Noguchi Date: Wed, 15 Jun 2022 06:27:23 +0000 Subject: [PATCH] Deprecate :alpine-helm image tag That image includes: - Alpine 3.11 (EOL) - Ruby 2.4 (EOL) These repos have been using this tag: - https://gitlab.com/gitlab-org/gitlab-omnibus-builder - https://gitlab.com/gitlab-org/gitlab-omnibus-builder/-/merge_requests/226 - https://gitlab.com/gitlab-org/charts/auto-deploy-app - Deprecated and https://gitlab.com/gitlab-org/cluster-integration/auto-deploy-image is not using that tag Signed-off-by: Takuya Noguchi --- .gitlab/ci/custom.images.yml | 4 ---- Dockerfile.alpine-helm | 4 ---- 2 files changed, 8 deletions(-) delete mode 100644 Dockerfile.alpine-helm diff --git a/.gitlab/ci/custom.images.yml b/.gitlab/ci/custom.images.yml index e3240df..484d639 100644 --- a/.gitlab/ci/custom.images.yml +++ b/.gitlab/ci/custom.images.yml @@ -15,10 +15,6 @@ -f "Dockerfile.$1" \ . -# Used by https://gitlab.com/gitlab-org/charts/auto-deploy-app/-/blob/master/.gitlab-ci.yml -alpine-helm: - extends: .build_and_deploy - danger: extends: .build_and_deploy diff --git a/Dockerfile.alpine-helm b/Dockerfile.alpine-helm deleted file mode 100644 index ae9c50a..0000000 --- a/Dockerfile.alpine-helm +++ /dev/null @@ -1,4 +0,0 @@ -FROM ruby:2.4-alpine -RUN apk --no-cache add curl bash openssl sudo git py-pip groff -RUN curl https://raw.githubusercontent.com/kubernetes/helm/master/scripts/get | bash -RUN pip install awscli