Skip to content

An alpine linux container image with general tools to be used as a toolbox

License

Notifications You must be signed in to change notification settings

tlbueno/toolbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

toolbox

An alpine linux container image with general tools to be used as a toolbox. Check the Containerfile for the details about installed tools in the source repo

How to use

Pull the image from ghcr.io

podman pull ghcr.io/tlbueno/toolbox:latest

How to build

git clone https://github.com/tlbueno/toolbox.git
cd toolbox
podman build -t toolbox:latest .