tools: Fix containerd commit environment

Commit 4699f80e ("test: add test-containerd") added
the containerd commit hash to the alpine base image.
Unfortunately, setting it as ARG does not work and it
needs to be set with ENV for other builds to pick it up.

Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
This commit is contained in:
Rolf Neugebauer 2017-07-01 15:41:46 +01:00
parent 58201d3d3c
commit 0b3954257f

View File

@ -55,4 +55,4 @@ COPY --from=shellcheck /usr/local/lib/ /usr/local/lib/
RUN apk update && apk upgrade -a
ARG CONTAINERD_COMMIT=c215531a8f63a98a69134e804fea4ee6d354bb90
ENV CONTAINERD_COMMIT=c215531a8f63a98a69134e804fea4ee6d354bb90