Skip to content

Commit

Permalink
cleaned up dockerfile and README
Browse files Browse the repository at this point in the history
  • Loading branch information
ptrsr committed Aug 24, 2024
1 parent a1fa794 commit 2f12f00
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ Example use cases:

Key features:
- Pi 3, 4 and **5** support
- 64 bit (ARMv8) Raspberry PI OS (Bookworm) included
- image: **[2024-07-04-raspios-bookworm-arm64-lite](https://downloads.raspberrypi.com/raspios_lite_arm64/images/raspios_lite_arm64-2024-07-04/)**
- kernel: **[6.6-y](https://github.com/raspberrypi/linux/tree/rpi-6.6.y)**
- 64 bit (ARMv8) Raspberry PI OS (24.04, Bookworm) included
- Image: **[2024-07-04-raspios-bookworm-arm64-lite](https://downloads.raspberrypi.com/raspios_lite_arm64/images/raspios_lite_arm64-2024-07-04/)**
- Kernel: **[6.6-y](https://github.com/raspberrypi/linux/tree/rpi-6.6.y)**
- Internet access
- No root required
- Safe, fully reproducible from source
Expand Down
2 changes: 0 additions & 2 deletions dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,6 @@ RUN guestfish -N $BUILD_DIR/distro.img=bootroot:vfat:ext4:2G \
# Convert new distro image to sparse file
RUN qemu-img convert -f raw -O qcow2 $BUILD_DIR/distro.img $BUILD_DIR/distro.qcow2

CMD cp $BUILD_DIR/distro.qcow2 ./


# ---------------------------------
FROM ubuntu:24.04 AS kernel-builder
Expand Down

0 comments on commit 2f12f00

Please sign in to comment.