mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 10:02:56 +01:00
Remove specific buildx versions
This commit is contained in:
parent
41165c16ff
commit
6994bdfc9c
6 changed files with 3 additions and 38 deletions
|
|
@ -81,11 +81,6 @@ ARG DOCKER_VERSION
|
|||
|
||||
RUN if [ -n "$DOCKER_VERSION" ]; then /scripts/install-docker "$DOCKER_VERSION"; fi
|
||||
|
||||
# Docker buildx plugin
|
||||
ARG BUILDX_VERSION
|
||||
|
||||
RUN if [ -n "$BUILDX_VERSION" ]; then /scripts/install-buildx "$BUILDX_VERSION"; fi
|
||||
|
||||
# Bazelisk
|
||||
ARG BAZELISK_VERSION
|
||||
ARG BAZELISK_DOWNLOAD_SHA256
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue