mirror of
https://github.com/rancher/os.git
synced 2025-08-15 05:26:21 +00:00
- Use burmilla GitHub repos - Release under burmilla Docker Hub - GitHub action for create releases - Updated boot image and login banner - Use Debian as default console - Updated system-cron to v0.5.0 - Updated services to latest versions - Bump up kernel to 4.14.206 - Include burmilla/os-debianconsole:v1.9.0 to initrd
8 lines
162 B
Docker
8 lines
162 B
Docker
FROM burmilla/os-installer
|
|
|
|
# TODO: separate out the elements below - so we can mix and match updates
|
|
RUN rm /dist/ \
|
|
&& mkdir -p /dist/
|
|
|
|
COPY ./boot/ /dist/
|