Skip to content

Commit 975fbeb

Browse files
committed
Docker: Change ukechilds/dockerpi:vm to forked version with fix.
The current lukechilds/dockerpi:vm has an issue uncompressing fs images larger than 1 GB, so it has been temporarily forked with the fix More info: lukechilds/dockerpi#48
1 parent dc080cd commit 975fbeb

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

Dockerfile

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
1-
# Based on the last image created the dockerpi Dockerfile
1+
# This Dockerfile is based on the last image from dockerpi
2+
# It's just the VM image with a different compressed Raspbian fs img file
23
# https://github.com/lukechilds/dockerpi/blob/6c1ac8edab988dca8bb36dddc5388e8c4123c824/Dockerfile
3-
# It's just the VM image with a compressed Raspbian filesystem added
4-
FROM lukechilds/dockerpi:vm
4+
5+
# The current lukechilds/dockerpi:vm has an issue uncompressing fs images
6+
# larger than 1 GB, so it has been temporarily forked with the fix
7+
# More info: https://github.com/lukechilds/dockerpi/pull/48
8+
# FROM lukechilds/dockerpi:vm
9+
FROM ghcr.io/carlosperate/dockerpi:vm-fix
510

611
LABEL maintainer="Carlos Pereira Atencio <[email protected]>"
712

0 commit comments

Comments
 (0)