mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 10:02:56 +01:00
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:
parent
7b53b9b57b
commit
723b1f7f5f
2 changed files with 0 additions and 8 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue