mirror of
https://github.com/lukechilds/dockerpi.git
synced 2026-01-23 02:14:37 +00:00
Allow passinng in FILESYSTEM_IMAGE_URL build arg to dockerpi target
This commit is contained in:
parent
adf063c124
commit
1219afd084
1 changed files with 2 additions and 1 deletions
|
|
@ -64,4 +64,5 @@ ENTRYPOINT ["./entrypoint.sh"]
|
|||
# It's just the VM image with a compressed Raspbian filesystem added
|
||||
FROM dockerpi-vm as dockerpi
|
||||
LABEL maintainer="Luke Childs <lukechilds123@gmail.com>"
|
||||
ADD http://downloads.raspberrypi.org/raspbian_lite/images/raspbian_lite-2019-09-30/2019-09-26-raspbian-buster-lite.zip /filesystem.zip
|
||||
ARG FILESYSTEM_IMAGE_URL="http://downloads.raspberrypi.org/raspbian_lite/images/raspbian_lite-2019-09-30/2019-09-26-raspbian-buster-lite.zip"
|
||||
ADD $FILESYSTEM_IMAGE_URL /filesystem.zip
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue