1
0
mirror of https://github.com/rancher/os.git synced 2025-06-27 15:26:50 +00:00
os/scripts/installer/Dockerfile.amd64

13 lines
308 B
Docker
Raw Normal View History

FROM rancher/os-installer
2016-06-07 06:00:15 +00:00
2016-06-13 23:33:07 +00:00
ARG VERSION
ARG KERNEL_VERSION
2016-06-13 23:33:07 +00:00
ENV VERSION=${VERSION}
ENV KERNEL_VERSION=${KERNEL_VERSION}
2016-06-13 23:33:07 +00:00
# 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/