Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 885 Bytes

README.md

File metadata and controls

37 lines (22 loc) · 885 Bytes

AlmaLinux Bootable Container Images

Caution AlmaLinux bootc images are currently experimental

Available Official Images

News

Usage

It may be neccessary to run the following before building:

git submodule update --init --recursive

AlmaLinux 9

podman build --security-opt=label=disable --cap-add=all \
  --device /dev/fuse -t localhost/almalinux-9-bootc -f 9/Containerfile .

AlmaLinux 10 Kitten

WARNING: This release should not be used for production installations.

podman build --security-opt=label=disable --cap-add=all
--device /dev/fuse -t localhost/almalinux-10-kitten-bootc -f 10-kitten/Containerfile .