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 <takninnovationresearch@gmail.com>
This commit is contained in:
Takuya Noguchi 2022-06-15 06:27:23 +00:00
parent 7b53b9b57b
commit 723b1f7f5f
2 changed files with 0 additions and 8 deletions

View file

@ -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

View file

@ -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