We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94b62ca commit da2c4d8Copy full SHA for da2c4d8
deploy/kicbase/Dockerfile
@@ -124,7 +124,7 @@ RUN sh -c "echo 'deb https://download.docker.com/linux/ubuntu focal stable' > /e
124
# install buildkit
125
RUN export ARCH=$(dpkg --print-architecture | sed 's/ppc64el/ppc64le/' | sed 's/armhf/arm-v7/') \
126
&& echo "Installing buildkit ..." \
127
- && addgroup --system buildkit
+ && addgroup --system buildkit \
128
&& export BUILDKIT_BASE_URL="https://github.com/moby/buildkit/releases/download/${BUILDKIT_VERSION}" \
129
&& curl -sSL --retry 5 --output /tmp/buildkit.tgz "${BUILDKIT_BASE_URL}/buildkit-${BUILDKIT_VERSION}.linux-${ARCH}.tar.gz" \
130
&& tar -C /usr/local -xzvf /tmp/buildkit.tgz \
0 commit comments