File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,8 @@ ARG CONTAINERD_VERSION=v2.0.2
6
6
ARG CONTAINERD_ALT_VERSION_17=v1.7.25
7
7
ARG CONTAINERD_ALT_VERSION_16=v1.6.36
8
8
ARG REGISTRY_VERSION=v2.8.3
9
- ARG ROOTLESSKIT_VERSION=v2.3.3
9
+ # v2.3.4-pre https://github.com/rootless-containers/rootlesskit/pull/500
10
+ ARG ROOTLESSKIT_VERSION=0ba161dec97c49d8371a21dae9ed8667405baae2
10
11
ARG CNI_VERSION=v1.5.1
11
12
ARG STARGZ_SNAPSHOTTER_VERSION=v0.15.1
12
13
ARG NERDCTL_VERSION=v1.6.2
288
289
FROM gobuild-base AS rootlesskit
289
290
WORKDIR /go/src/github.com/rootless-containers/rootlesskit
290
291
ARG ROOTLESSKIT_VERSION
291
- ADD --keep-git-dir=true "https://github.com/rootless-containers /rootlesskit.git#$ROOTLESSKIT_VERSION" .
292
+ ADD --keep-git-dir=true "https://github.com/AkihiroSuda /rootlesskit.git#$ROOTLESSKIT_VERSION" .
292
293
ARG TARGETPLATFORM
293
294
RUN --mount=target=/root/.cache,type=cache \
294
295
CGO_ENABLED=0 xx-go build -o /rootlesskit ./cmd/rootlesskit && \
You can’t perform that action at this time.
0 commit comments