https://github.com/aetherpak/flatpak-containers
https://github.com/aetherpak/flatpak-containers
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/aetherpak/flatpak-containers
- Owner: aetherpak
- License: mit
- Created: 2026-05-30T22:05:34.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2026-05-30T23:20:19.000Z (about 1 month ago)
- Last Synced: 2026-05-31T00:13:22.042Z (about 1 month ago)
- Language: Dockerfile
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Flatpak Containers
Multi-stage Fedora-based container images for Flatpak application packaging.
## Images
1. **Flatpak Base Image (`ghcr.io/aetherpak/flatpak:latest`)**: Includes minimal Fedora utilities with `flatpak` and `ostree`.
2. **Flatpak Builder Image (`ghcr.io/aetherpak/flatpak-builder:latest`)**: Includes `flatpak-builder` and `elfutils` for compiling and building flatpaks.
## Development
Use `make setup` to initialize pre-commit hooks and `make lint` to run quality checks.