1
0
mirror of https://github.com/rancher/os.git synced 2025-07-30 22:24:33 +00:00
os/Dockerfile

9 lines
256 B
Docker
Raw Normal View History

2015-08-25 05:59:30 +00:00
FROM alpine
RUN apk update && apk add coreutils util-linux bash parted syslinux e2fsprogs
COPY ./scripts/installer /scripts
COPY ./scripts/version /scripts/
2015-08-25 05:59:30 +00:00
COPY ./dist/artifacts/vmlinuz ./dist/artifacts/initrd /dist/
ENTRYPOINT ["/scripts/lay-down-os"]