We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da985b1 commit cab4ca2Copy full SHA for cab4ca2
static/Makefile
@@ -23,7 +23,7 @@ export STATIC_VERSION
23
# Select the default version of containerd based on the docker engine source
24
# we need this variable here for naming the produced .tgz file.
25
# TODO containerd binaries should be built as part of containerd-packaging, not as part of docker/docker-ce-packaging
26
-CONTAINERD_VERSION?=v$(shell grep "ARG CONTAINERD_VERSION" "$(ENGINE_DIR)/Dockerfile.windows" | awk -F'=' '{print $$2}')
+CONTAINERD_VERSION?=$(shell grep "ARG CONTAINERD_VERSION" "$(ENGINE_DIR)/Dockerfile.windows" | awk -F'=' '{print $$2}')
27
28
export CONTAINERD_VERSION
29
export RUNC_VERSION
0 commit comments