mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-19 09:16:29 +00:00
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:
parent
58201d3d3c
commit
0b3954257f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user