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 9922aa4 + 07b5d90 commit f54c408Copy full SHA for f54c408
deb/Makefile
@@ -27,7 +27,12 @@ BUILD?=DOCKER_BUILDKIT=1 \
27
28
# Additional flags may be necessary at some point
29
RUN_FLAGS=
30
+
31
+# FIXME(thaJeztah): disabling seccomp to handle (armhf) tar "chown / chmod" failing
32
+# when running in a Ubuntu 24.04 container on a Ubuntu 20.04.6 host (kernel 5.15.0-1053-aws);
33
+# see https://github.com/docker/docker-ce-packaging/pull/1006#issuecomment-2006878743
34
RUN?=docker run --rm \
35
+ --security-opt seccomp=unconfined \
36
-e PLATFORM \
37
-e EPOCH='$(EPOCH)' \
38
-e DEB_VERSION=$(word 1, $(GEN_DEB_VER)) \
0 commit comments