mirror of
https://gitlab.archlinux.org/archlinux/archlinux-docker.git
synced 2026-05-04 13:31:07 +02:00
Add note for kaniko and resolv.conf
This commit is contained in:
parent
13793e559d
commit
2706f3bb9a
@ -8,6 +8,8 @@ RUN ROOTFS="$(curl --continue-at - --remote-name --write-out "%{filename_effecti
|
||||
|
||||
FROM scratch AS base
|
||||
COPY --from=verify /rootfs/ /
|
||||
|
||||
# Fix kaniko DNS problems as kaniko uses the current layer's resolv.conf.
|
||||
COPY --from=verify /etc/resolv.conf /etc/resolv.conf
|
||||
|
||||
# manually run all alpm hooks that can't be run inside the fakechroot
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user