Challenge image: embbed files into yaml recipe
This commit is contained in:
parent
ba3f4250f5
commit
ef17e1860e
7 changed files with 75 additions and 30 deletions
|
|
@ -56,8 +56,4 @@ RUN rm -rf /out/etc/inittab
|
|||
FROM scratch
|
||||
|
||||
COPY --from=mirror /out/ /
|
||||
COPY init /init
|
||||
COPY bin/ /bin/
|
||||
COPY etc/ /etc/
|
||||
COPY lib/ /lib/
|
||||
COPY sbin/ /sbin/
|
||||
|
|
|
|||
Reference in a new issue