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:
Ian Campbell
2017-07-12 15:51:23 +01:00
parent 0c6af4b3be
commit c5634c4650
2 changed files with 3 additions and 2 deletions

View File

@@ -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