1
0
mirror of https://github.com/rancher/os.git synced 2025-09-19 17:38:30 +00:00
Files
os/scripts/installer/Dockerfile.amd64

13 lines
308 B
Docker
Raw Normal View History

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