Skip to content

Pick a distribution, add your custom stuff and build your own toolbox image!

Notifications You must be signed in to change notification settings

Caseraw/toolbox-development-garden

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Toolbox development garden

Pick a distribution, add your custom stuff and build your own toolbox image!

Requirements

On you host computer the following packages are required.

sudo dnf install -y \
podman \
toolbox \
buildah \
skopeo

Index of toolbox images

Toolbox custom images

Check out official fedora examples to get inspired in building toolbox images.

Create a custom image:

buildah build -f Containerfile -t my-custom-image:123

Use custom image with toolbox:

toolbox create --image localhost/my-custom-image:123:latest

Toolbox run

toolbox run my-custom-image:123:latest

Resources

Toolbox

Podman

Skopeo

Buildah

About

Pick a distribution, add your custom stuff and build your own toolbox image!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published