Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arch Linux
archlinux-docker
Commits
aa8caba0
Commit
aa8caba0
authored
Apr 23, 2017
by
Pierre Schmitz
Committed by
GitHub
Apr 23, 2017
Browse files
Use /run and not the symlink /var/run
parent
a4aeaa2e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
aa8caba0
...
...
@@ -22,7 +22,7 @@ docker-image-test: docker-image
!
docker run
--rm
$(DOCKER_USER)
/
$(DOCKER_IMAGE)
pacman-key
--lsign-key
pierre@archlinux.de
ci-test
:
docker run
--rm
--privileged
--tmpfs
=
/tmp:exec
--tmpfs
=
/run/shm
-v
/var
/run/docker.sock:/
var/
run/docker.sock
\
docker run
--rm
--privileged
--tmpfs
=
/tmp:exec
--tmpfs
=
/run/shm
-v
/run/docker.sock:/run/docker.sock
\
-v
$(PWD)
:/app
-w
/app
$(DOCKER_USER)
/
$(DOCKER_IMAGE)
\
sh
-c
'pacman -Syu --noconfirm make devtools docker && make docker-image-test'
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment