From 13193b473d84289f3a96e9200a695628cdc06a6b Mon Sep 17 00:00:00 2001 From: Michael Holzheu Date: Fri, 10 Jun 2016 15:16:11 -0400 Subject: [PATCH] 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 Upstream-commit: e6e51d37f7b6509f6422ad97533e9bb581042461 Component: engine --- components/engine/Dockerfile.s390x | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/engine/Dockerfile.s390x b/components/engine/Dockerfile.s390x index 5e7c6e7df1..4969f68452 100644 --- a/components/engine/Dockerfile.s390x +++ b/components/engine/Dockerfile.s390x @@ -161,7 +161,7 @@ RUN useradd --create-home --gid docker unprivilegeduser VOLUME /var/lib/docker WORKDIR /go/src/github.com/docker/docker -ENV DOCKER_BUILDTAGS apparmor selinux seccomp +ENV DOCKER_BUILDTAGS apparmor selinux # Let us use a .bashrc file RUN ln -sfv $PWD/.bashrc ~/.bashrc