mirror of
https://github.com/lukechilds/dockerpi.git
synced 2026-01-23 10:16:42 +00:00
Change rpi-kernel values to build args
This commit is contained in:
parent
1fdbaff8d4
commit
5cd873577b
1 changed files with 2 additions and 2 deletions
|
|
@ -41,8 +41,8 @@ RUN strip "arm-softmmu/qemu-system-arm"
|
|||
FROM busybox:1.31 AS dockerpi-vm
|
||||
LABEL maintainer="Luke Childs <lukechilds123@gmail.com>"
|
||||
ARG QEMU_VERSION
|
||||
ENV RPI_KERNEL_URL="https://github.com/dhruvvyas90/qemu-rpi-kernel/archive/afe411f2c9b04730bcc6b2168cdc9adca224227c.zip"
|
||||
ENV RPI_KERNEL_CHECKSUM="295a22f1cd49ab51b9e7192103ee7c917624b063cc5ca2e11434164638aad5f4"
|
||||
ARG RPI_KERNEL_URL="https://github.com/dhruvvyas90/qemu-rpi-kernel/archive/afe411f2c9b04730bcc6b2168cdc9adca224227c.zip"
|
||||
ARG RPI_KERNEL_CHECKSUM="295a22f1cd49ab51b9e7192103ee7c917624b063cc5ca2e11434164638aad5f4"
|
||||
|
||||
COPY --from=qemu-system-arm-builder /qemu/arm-softmmu/qemu-system-arm /usr/local/bin/qemu-system-arm
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue