mirror of
https://gitlab.archlinux.org/archlinux/archlinux-docker.git
synced 2026-05-05 13:56:16 +02:00
Use tmpfs
This commit is contained in:
parent
8e7540ea9b
commit
b29d8f224c
2
Makefile
2
Makefile
@ -22,7 +22,7 @@ docker-image-test: docker-image
|
||||
! docker run --rm pierres/archlinux pacman-key --lsign-key pierre@archlinux.de
|
||||
|
||||
ci-test:
|
||||
docker run --rm --privileged -v /var/run/docker.sock:/var/run/docker.sock -v $(PWD):/app -w /app pierres/archlinux \
|
||||
docker run --rm --privileged --tmpfs=/tmp:exec -v /var/run/docker.sock:/var/run/docker.sock -v $(PWD):/app -w /app pierres/archlinux \
|
||||
sh -c 'pacman -Syu --noconfirm make devtools docker && make docker-image-test'
|
||||
|
||||
docker-push: docker-image-test
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user