mirror of
https://github.com/moby/moby.git
synced 2026-01-11 10:41:43 +00:00
rm -r hack/dockerfile/install
The directory was solely used by Dockerfile.simple. For the "simple" mode, we can just directly apt-get the dependencies. A part of issue 51637 Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
This commit is contained in:
@@ -175,7 +175,7 @@ ARG CONTAINERD_VERSION=v2.0.7
|
||||
|
||||
# Environment variable notes:
|
||||
# - GO_VERSION must be consistent with 'Dockerfile' used by Linux.
|
||||
# - CONTAINERD_VERSION must be consistent with 'hack/dockerfile/install/containerd.installer' used by Linux.
|
||||
# - CONTAINERD_VERSION must be consistent with 'Dockerfile' used by Linux.
|
||||
# - FROM_DOCKERFILE is used for detection of building within a container.
|
||||
ENV GO_VERSION=${GO_VERSION} `
|
||||
CONTAINERD_VERSION=${CONTAINERD_VERSION} `
|
||||
|
||||
Reference in New Issue
Block a user