mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-09-03 16:07:43 +00:00
Define CONTAINERD_REPO alongside CONTAINERD_COMMIT in tools/alpine
This will make it simpler to temporarily in PRs which are not yet merged (but are expected to be soon). Tools alpine is not rebuilt here since we are going to do just that in the next commit. Signed-off-by: Ian Campbell <ijc@docker.com>
This commit is contained in:
@@ -49,4 +49,5 @@ COPY --from=mirror /Dockerfile /Dockerfile
|
||||
|
||||
RUN apk update && apk upgrade -a
|
||||
|
||||
ENV CONTAINERD_REPO=https://github.com/containerd/containerd.git
|
||||
ENV CONTAINERD_COMMIT=v1.0.0-alpha0
|
||||
|
Reference in New Issue
Block a user