mirror of
https://gitlab.archlinux.org/archlinux/archlinux-docker.git
synced 2026-01-06 01:41:29 +01:00
Rename second layer to root
This commit is contained in:
parent
80d8c5ee91
commit
dc895e48cf
@ -6,7 +6,7 @@ RUN ROOTFS="$(curl --continue-at - --remote-name --write-out "%{filename_effecti
|
||||
mkdir /rootfs && \
|
||||
tar -C /rootfs --extract --auto-compress --file "${ROOTFS}"
|
||||
|
||||
FROM scratch AS base
|
||||
FROM scratch AS root
|
||||
COPY --from=verify /rootfs/ /
|
||||
|
||||
# manually run all alpm hooks that can't be run inside the fakechroot
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user