Docker image for postmarketOS
Find a file
2025-06-23 13:45:17 +02:00
build.sh Fix missing trailing slash 2025-06-23 13:28:07 +02:00
Containerfile Use --no-cache on apk 2024-09-09 17:14:51 +02:00
Containerfile.systemd Build postmarketos-systemd images 2025-06-23 13:27:08 +02:00
README.md Add systemd images to README.md 2025-06-23 13:45:17 +02:00

docker-postmarketos

Docker image for postmarketOS for use in CI, development or anything else.

Supported images

Supported tags

Supported architectures

  • x86_64
  • armv7l
  • aarch64
  • riscv64 (only for edge)
  • x86 (only for edge)

How It's Made

The images base on Alpine Linux, adds the postmarketOS repositories and install the postmarketos-base package.

Similar to the following wiki article: https://wiki.postmarketos.org/wiki/Existing_Alpine_installation

Images are built using build.sh which builds images, create manifests and pushes to the registry using podman.