mirror of
https://github.com/rancher/os.git
synced 2025-07-12 14:18:01 +00:00
1. Fix a bug where install to a nvme disk 2. Remove unused code 3. Move cache services logic to os installer
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/
|