1
0
mirror of https://github.com/rancher/os.git synced 2025-09-16 15:09:27 +00:00

- Kernel 5.10.28 (5.10.27 for Raspberry Pi) (#79)

This commit is contained in:
Olli Janatuinen
2021-04-12 17:35:12 +03:00
committed by GitHub
parent 791c924cd9
commit 91271efc14
2 changed files with 7 additions and 7 deletions

View File

@@ -10,8 +10,8 @@ RUN mkdir -p /source/assets
COPY rootfs_arm64.tar.gz /source/assets/rootfs_arm64.tar.gz
ENV KERNEL_URL=https://github.com/burmilla/os-rpi-kernel/releases/download/v5.10.1-burmilla/5.10.1-burmilla-v8.tar.gz
ENV BOOTLOADER_URL=https://github.com/burmilla/os-rpi-kernel/releases/download/v5.10.1-burmilla/rpi-bootloader.tar.gz
ENV KERNEL_URL=https://github.com/burmilla/os-rpi-kernel/releases/download/v5.10.27-burmilla/5.10.27-burmilla-v8.tar.gz
ENV BOOTLOADER_URL=https://github.com/burmilla/os-rpi-kernel/releases/download/v5.10.27-burmilla/rpi-bootloader.tar.gz
RUN curl -fL ${KERNEL_URL} > /source/assets/kernel.tar.gz
RUN curl -fL ${BOOTLOADER_URL} > /source/assets/rpi-bootloader.tar.gz