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 <vbatts@redhat.com>
| ... | ... |
@@ -103,7 +103,7 @@ RUN useradd --create-home --gid docker unprivilegeduser |
| 103 | 103 |
|
| 104 | 104 |
VOLUME /var/lib/docker |
| 105 | 105 |
WORKDIR /go/src/github.com/docker/docker |
| 106 |
-ENV DOCKER_BUILDTAGS apparmor selinux |
|
| 106 |
+ENV DOCKER_BUILDTAGS apparmor selinux btrfs_noversion |
|
| 107 | 107 |
|
| 108 | 108 |
# Wrap all commands in the "docker-in-docker" script to allow nested containers |
| 109 | 109 |
ENTRYPOINT ["hack/dind"] |