From 5dc5f5a90b4c4b72d111fd68ec1616765f28878c Mon Sep 17 00:00:00 2001 From: Vincent Batts Date: Thu, 13 Nov 2014 16:25:10 -0500 Subject: [PATCH] Dockerfile: buildtags for old btrfs Since the build uses ubuntu 14.04, which has an old btrfs, include the buildtags needed for this old version to not break the build. Signed-off-by: Vincent Batts Upstream-commit: d7c37b5a28de6e7c0a9270815c092a45d8d7fef7 Component: engine --- components/engine/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/engine/Dockerfile b/components/engine/Dockerfile index e1c6236da8..43e15b31d4 100644 --- a/components/engine/Dockerfile +++ b/components/engine/Dockerfile @@ -103,7 +103,7 @@ RUN useradd --create-home --gid docker unprivilegeduser VOLUME /var/lib/docker WORKDIR /go/src/github.com/docker/docker -ENV DOCKER_BUILDTAGS apparmor selinux +ENV DOCKER_BUILDTAGS apparmor selinux btrfs_noversion # Wrap all commands in the "docker-in-docker" script to allow nested containers ENTRYPOINT ["hack/dind"]