8000 GitHub - pastalian/bootc-images
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

pastalian/bootc-images

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 .

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 100.0%
0