mirror of
https://github.com/rancher/os.git
synced 2025-06-22 13:07:04 +00:00
8 lines
161 B
Docker
8 lines
161 B
Docker
FROM rancher/os-installer
|
|
|
|
# TODO: separate out the elements below - so we can mix and match updates
|
|
RUN rm /dist/ \
|
|
&& mkdir -p /dist/
|
|
|
|
COPY ./boot/ /dist/
|