Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
hashworks
archlinux-docker
Commits
9ebd50e5
Commit
9ebd50e5
authored
Dec 30, 2017
by
Pierre Schmitz
Browse files
Add systemd to create system users
parent
1aee293f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
9ebd50e5
...
...
@@ -21,6 +21,7 @@ docker-image-test: docker-image
docker run
--rm
$(DOCKER_ORGANIZATION)
/
$(DOCKER_IMAGE)
sh
-c
"/usr/bin/pacman -Syu --noconfirm docker && docker -v"
# Ensure that the image does not include a private key
!
docker run
--rm
$(DOCKER_ORGANIZATION)
/
$(DOCKER_IMAGE)
pacman-key
--lsign-key
pierre@archlinux.de
docker run
--rm
$(DOCKER_ORGANIZATION)
/
$(DOCKER_IMAGE)
sh
-c
"/usr/bin/id -u http"
ci-test
:
docker run
--rm
--privileged
--tmpfs
=
/tmp:exec
--tmpfs
=
/run/shm
-v
/run/docker.sock:/run/docker.sock
\
...
...
packages
View file @
9ebd50e5
sed
gzip
pacman
systemd
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