modified: act-runners/network-stack/Dockerfile
Some checks failed
/ build-docker-image (push) Has been cancelled
Some checks failed
/ build-docker-image (push) Has been cancelled
This commit is contained in:
@@ -44,20 +44,9 @@ RUN HELM_VERSION=$(curl -s https://api.github.com/repos/helm/helm/releases/lates
|
|||||||
rm -rf linux-amd64 helm.tar.gz
|
rm -rf linux-amd64 helm.tar.gz
|
||||||
|
|
||||||
|
|
||||||
### BUILD KID
|
# Install buildctl only (no buildkitd)
|
||||||
|
|
||||||
ENV BUILDKIT_VERSION=v0.28.0
|
ENV BUILDKIT_VERSION=v0.28.0
|
||||||
|
|
||||||
RUN apk add --no-cache \
|
|
||||||
runc \
|
|
||||||
fuse-overlayfs \
|
|
||||||
iptables \
|
|
||||||
shadow \
|
|
||||||
util-linux \
|
|
||||||
containerd
|
|
||||||
|
|
||||||
RUN curl -L "https://github.com/moby/buildkit/releases/download/${BUILDKIT_VERSION}/buildkit-${BUILDKIT_VERSION}.linux-amd64.tar.gz" \
|
RUN curl -L "https://github.com/moby/buildkit/releases/download/${BUILDKIT_VERSION}/buildkit-${BUILDKIT_VERSION}.linux-amd64.tar.gz" \
|
||||||
| tar -xz -C /usr/local \
|
| tar -xz -C /usr/local/bin --strip-components=1 bin/buildctl
|
||||||
&& buildctl --version
|
|
||||||
|
|
||||||
###################
|
###################
|
||||||
Reference in New Issue
Block a user