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
b274212c
Unverified
Commit
b274212c
authored
Jun 25, 2019
by
Santiago Torres-Arias
Browse files
Merge branch 'master' into no-root-build
parents
cb1c8b8b
8ec2549c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
b274212c
FROM
scratch
ADD
archlinux.tar /
ADD
archlinux.tar
.xz
/
# manually run all alpm hooks that can't be run inside the fakechroot
RUN
ldconfig
&&
update-ca-trust
&&
locale-gen
...
...
Makefile
View file @
b274212c
...
...
@@ -19,7 +19,10 @@ rootfs: hooks
tar
--numeric-owner
--xattrs
--acls
--exclude-from
=
exclude
-C
$(BUILDDIR)
-c
.
-f
archlinux.tar
rm
-rf
$(BUILDDIR)
alpm-hooks
docker-image
:
rootfs
compress-rootfs
:
rootfs
xz archlinux.tar
docker-image
:
compress-rootfs
docker build
-t
$(DOCKER_ORGANIZATION)
/
$(DOCKER_IMAGE)
.
docker-image-test
:
docker-image
...
...
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