1
0
mirror of https://github.com/rancher/os.git synced 2025-08-30 21:26:09 +00:00

rpi kernel to v5.10.110

This commit is contained in:
David 2022-07-25 14:48:02 +12:00 committed by Olli Janatuinen
parent 7afcca764f
commit 977771c4bd

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.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
ENV KERNEL_URL=https://github.com/burmilla/os-rpi-kernel/releases/download/v5.10.110-burmilla/5.10.110-burmilla-v8.tar.gz
ENV BOOTLOADER_URL=https://github.com/burmilla/os-rpi-kernel/releases/download/v5.10.110-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