Install docker and buildx using official instructions

This commit is contained in:
Andrejs Cunskis 2023-02-14 06:03:11 +09:00
parent 65485241a6
commit 41165c16ff
No known key found for this signature in database
GPG key ID: 87CB75083F227241
4 changed files with 16 additions and 22 deletions

View file

@ -83,9 +83,8 @@ RUN if [ -n "$DOCKER_VERSION" ]; then /scripts/install-docker "$DOCKER_VERSION";
# Docker buildx plugin
ARG BUILDX_VERSION
ARG BUILDX_DOWNLOAD_SHA256
RUN if [ -n "$BUILDX_VERSION" ]; then /scripts/install-buildx "$BUILDX_VERSION" "$BUILDX_DOWNLOAD_SHA256"; fi
RUN if [ -n "$BUILDX_VERSION" ]; then /scripts/install-buildx "$BUILDX_VERSION"; fi
# Bazelisk
ARG BAZELISK_VERSION