https://github.com/charles25565/almalinux-bootc
AlmaLinux bootc images
https://github.com/charles25565/almalinux-bootc
almalinux bootc
Last synced: 15 days ago
JSON representation
AlmaLinux bootc images
- Host: GitHub
- URL: https://github.com/charles25565/almalinux-bootc
- Owner: charles25565
- License: other
- Archived: true
- Created: 2025-04-22T16:16:40.000Z (27 days ago)
- Default Branch: a9
- Last Pushed: 2025-04-22T19:02:44.000Z (27 days ago)
- Last Synced: 2025-05-05T03:14:58.396Z (15 days ago)
- Topics: almalinux, bootc
- Language: Dockerfile
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Better AlmaLinux bootc images
[](https://github.com/charles25565/almalinux-bootc/actions/workflows/ci-cd.yml)
> [!NOTE]
> These are currently unofficial.Basically the official AlmaLinux bootc images are outdated and use insecure features of buildah/podman, this repo doesn't have those issues.
## Using
Use the container URL: [`ghcr.io/charles25565/almalinux-bootc`](https://ghcr.io/charles25565/almalinux-bootc)
## Building
1. Checkout the right branch:
```bash
git checkout aX # a9, a10, a10s or whichever version
```2. Build the image:
```bash
sudo podman build --security-opt=label=disable --cap-add=all --device /dev/fuse -t localhost/almalinux-bootc:latest .
```