mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 00:04:06 -09:00
package/docker-proxy: drop package
The docker-proxy binary (libnetwork) has been merged into the docker-engine
source (moby). Drop the docker-proxy package and add cmd/docker-proxy as a build
target of docker-engine instead.
563fe8e248
Signed-off-by: Christian Stewart <christian@paral.in>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
committed by
Yann E. MORIN
parent
485b47e025
commit
9ae48b70ae
@@ -24,7 +24,7 @@ DOCKER_ENGINE_LDFLAGS = \
|
||||
-X $(DOCKER_ENGINE_GOMOD)/dockerversion.Version="$(DOCKER_ENGINE_VERSION)"
|
||||
|
||||
DOCKER_ENGINE_TAGS = cgo exclude_graphdriver_zfs
|
||||
DOCKER_ENGINE_BUILD_TARGETS = cmd/dockerd
|
||||
DOCKER_ENGINE_BUILD_TARGETS = cmd/dockerd cmd/docker-proxy
|
||||
|
||||
ifeq ($(BR2_PACKAGE_LIBAPPARMOR),y)
|
||||
DOCKER_ENGINE_DEPENDENCIES += libapparmor
|
||||
|
||||
Reference in New Issue
Block a user