Skip to content

Commit

Permalink
Docker: Change ukechilds/dockerpi:vm to forked version with fix.
Browse files Browse the repository at this point in the history
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
  • Loading branch information
carlosperate committed Jan 3, 2022
1 parent dc080cd commit 975fbeb
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
# Based on the last image created the dockerpi Dockerfile
# This Dockerfile is based on the last image from dockerpi
# It's just the VM image with a different compressed Raspbian fs img file
# https://github.com/lukechilds/dockerpi/blob/6c1ac8edab988dca8bb36dddc5388e8c4123c824/Dockerfile
# It's just the VM image with a compressed Raspbian filesystem added
FROM lukechilds/dockerpi:vm

# 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: https://github.com/lukechilds/dockerpi/pull/48
# FROM lukechilds/dockerpi:vm
FROM ghcr.io/carlosperate/dockerpi:vm-fix

LABEL maintainer="Carlos Pereira Atencio <carlosperate@embeddedlog.com>"

Expand Down

0 comments on commit 975fbeb

Please sign in to comment.