We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f1905fd + 01886f5 commit a80fc88Copy full SHA for a80fc88
rpm/Makefile
@@ -41,7 +41,13 @@ RPMBUILD_FLAGS?=-ba\
41
42
# Additional flags may be necessary at some point
43
RUN_FLAGS=
44
+
45
+# FIXME(thaJeztah): disabling seccomp to handle (ppc64le) tar "chown / chmod"
46
+# failing when running in a Fedora 40 container on a Debian bookworm host;
47
+# see https://github.com/docker/docker-ce-packaging/issues/1012 and
48
+# https://github.com/docker/docker-ce-packaging/pull/1006#issuecomment-2006878743
49
RUN?=docker run --rm \
50
+ --security-opt seccomp=unconfined \
51
-e PLATFORM \
52
-v $(CURDIR)/rpmbuild/SOURCES:/root/rpmbuild/SOURCES:ro \
53
-v $(CURDIR)/rpmbuild/$@/RPMS:/root/rpmbuild/RPMS \
0 commit comments