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
4aa93742
Commit
4aa93742
authored
Apr 23, 2017
by
Pierre Schmitz
Browse files
Ensure that the image does not include a private key
parent
9a19fbb3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
4aa93742
...
...
@@ -18,6 +18,8 @@ docker-image-test: docker-image
# FIXME: /etc/mtab is hidden by docker so the stricter -Qkk fails
docker run
--rm
$(DOCKER_USER)
/
$(DOCKER_IMAGE)
sh
-c
"/usr/bin/pacman -Sy && /usr/bin/pacman -Qqk"
docker run
--rm
$(DOCKER_USER)
/
$(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
pierres/archlinux pacman-key
--lsign-key
pierre@archlinux.de
docker-push
:
docker-image-test
docker login
-u
$(DOCKER_USER)
...
...
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