aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorCarlo Landmeter <clandmeter@alpinelinux.org>2019-05-17 08:00:13 +0000
committerCarlo Landmeter <clandmeter@alpinelinux.org>2019-05-21 20:11:53 +0000
commit3deeb3bdefa5ac3e8922930a6895bb9b20bacb8a (patch)
tree57555c62fb3886a5ef559a2ace7b82fc53786dc8 /Makefile
parent089bc9fb96d12ac0e52325d5e655688c3c43e642 (diff)
downloaddocker-abuild-3deeb3bdefa5ac3e8922930a6895bb9b20bacb8a.tar.bz2
docker-abuild-3deeb3bdefa5ac3e8922930a6895bb9b20bacb8a.tar.xz
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
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
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