1
0
mirror of https://github.com/rancher/os.git synced 2025-07-30 22:24:33 +00:00
os/scripts/installer/Dockerfile.amd64
Sven Dowideit 47eaf2bda4 can't work yet - need the host fs to have the iso mounted...
Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
2017-01-15 23:40:18 +00:00

13 lines
308 B
Docker
Executable File

FROM rancher/os-installer
ARG VERSION
ARG KERNEL_VERSION
ENV VERSION=${VERSION}
ENV KERNEL_VERSION=${KERNEL_VERSION}
# TODO: separate out the 3 elements below - so we can mix and match updates
RUN rm /dist/ \
&& mkdir -p /dist/
COPY ./build/vmlinuz-${KERNEL_VERSION} ./build/initrd ./build/ros /dist/