An Ubuntu 22.04-based Docker image of curated tools for use with Kubernetes environments.
Notice: if using Docker a subscription is required for business use.
If you want to build a portable container image, then execute
./scripts/build.sh
You may add
docker
ornerdctl
as an argument to script execution in order to dictate which container build engine is employed to build the image. If no argument is supplied, the script employs Docker.
Execute
docker run --rm -it clicktruck/toolset:latest /bin/bash
or
nerdctl container run --rm -it clicktruck/toolset:latest /bin/bash