Skip to content

Commit

Permalink
Revert "disable seccomp to prevent tar ENOTSUP (Ubuntu 24.04 armhf on…
Browse files Browse the repository at this point in the history
… 20.04 host)"

This reverts commit eae6516.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
  • Loading branch information
thaJeztah committed Mar 19, 2024
1 parent eae6516 commit 6ce433e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions deb/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,7 @@ BUILD?=DOCKER_BUILDKIT=1 \

# Additional flags may be necessary at some point
RUN_FLAGS=

# FIXME(thaJeztah): disabling seccomp to handle (armhf) tar "chown / chmod" failing
# when running in a Ubuntu 24.04 container on a Ubuntu 20.04.6 host (kernel 5.15.0-1053-aws);
# see https://github.com/docker/docker-ce-packaging/pull/1006#issuecomment-2006878743
RUN?=docker run --rm \
--security-opt seccomp=unconfined \
-e PLATFORM \
-e EPOCH='$(EPOCH)' \
-e DEB_VERSION=$(word 1, $(GEN_DEB_VER)) \
Expand Down

0 comments on commit 6ce433e

Please sign in to comment.