From 3deeb3bdefa5ac3e8922930a6895bb9b20bacb8a Mon Sep 17 00:00:00 2001 From: Carlo Landmeter Date: Fri, 17 May 2019 08:00:13 +0000 Subject: dabuild: refactor volumes - printf -v is not posix - check for abuild.conf instead of alpine-release - check if distfiles is writable - do not mount /var/cache/apk as this will break apkindex - do not create volumes from makefile --- Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 326c30b..6daa151 100644 --- a/Makefile +++ b/Makefile @@ -36,7 +36,6 @@ build-%: # engine, DOCKER_BUILDKIT appears to have some strange behaviour so turning # it off for now DOCKER_BUILDKIT=0 docker build $$DOCKER_FLAGS -t $(IMG):$* . - for v in $(VOLS) ; do docker volume create abuild-$*-$${v//\//_} ; done $(RM) Dockerfile .PHONY: push -- cgit v1.2.3