Browse code

Dockerfile.s390x: Remove 'seccomp' again from DOCKER_BUILDTAGS

We have to wait until runc version (RUNC_COMMIT) is bumped.
Otherwise we get the following error:

oci runtime error: string SCMP_ARCH_S390 is not a valid
arch for seccomp

Fixes: bf2a577c131d899 ("Enable seccomp for s390x")
Signed-off-by: Michael Holzheu <holzheu@linux.vnet.ibm.com>

Michael Holzheu authored on 2016/06/11 04:16:11
Showing 1 changed files
... ...
@@ -161,7 +161,7 @@ RUN useradd --create-home --gid docker unprivilegeduser
161 161
 
162 162
 VOLUME /var/lib/docker
163 163
 WORKDIR /go/src/github.com/docker/docker
164
-ENV DOCKER_BUILDTAGS apparmor selinux seccomp
164
+ENV DOCKER_BUILDTAGS apparmor selinux
165 165
 
166 166
 # Let us use a .bashrc file
167 167
 RUN ln -sfv $PWD/.bashrc ~/.bashrc