mirror of
https://codeberg.org/fossdd/docker-postmarketos.git
synced 2025-12-07 01:15:15 +00:00
Docker image for postmarketOS
| build.sh | ||
| Containerfile | ||
| Containerfile.systemd | ||
| README.md | ||
docker-postmarketos
Docker image for postmarketOS for use in CI, development or anything else.
Supported images
codeberg.org/achill/postmarketos-postmarketos-basecodeberg.org/achill/postmarketos-systemd-postmarketos-base postmarketos-base-systemd
Supported tags
Supported architectures
x86_64armv7laarch64riscv64(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.