Compare commits

..

No commits in common. "137dccc0cc875b33148d388d084a2ac2a1652176" and "5351e027c5dbd3e1eab606a42faea8e2259d54ae" have entirely different histories.

1 changed files with 0 additions and 3 deletions

View File

@ -12,8 +12,6 @@
# - TARGET defaults to "package"
# - EXTRA_ARGS will be blindly injected
# - packages may also define a "test" layer
# - the ulimit line is to workaround a bug in patch when the nofile limit is too large:
# https://savannah.gnu.org/bugs/index.php?62958
# TODO:
# - try to disable networking on fetch layers with something like:
# $(if $(filter fetch,$(lastword $(subst -, ,$(TARGET)))),,--network=none)
@ -31,7 +29,6 @@ define build
SOURCE_DATE_EPOCH=1 \
$(BUILDER) \
build \
--ulimit nofile=2048:16384 \
-t $(REGISTRY)/$(NAME):$(VERSION) \
--build-arg REGISTRY=$(REGISTRY) \
--platform $(PLATFORM) \