mirror of
https://github.com/rancher/os.git
synced 2025-08-31 22:32:14 +00:00
rpi kernel to v5.10.110
This commit is contained in:
@@ -10,8 +10,8 @@ RUN mkdir -p /source/assets
|
|||||||
|
|
||||||
COPY rootfs_arm64.tar.gz /source/assets/rootfs_arm64.tar.gz
|
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 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.27-burmilla/rpi-bootloader.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 ${KERNEL_URL} > /source/assets/kernel.tar.gz
|
||||||
RUN curl -fL ${BOOTLOADER_URL} > /source/assets/rpi-bootloader.tar.gz
|
RUN curl -fL ${BOOTLOADER_URL} > /source/assets/rpi-bootloader.tar.gz
|
||||||
|
Reference in New Issue
Block a user