Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 822 Bytes

README.md

File metadata and controls

41 lines (28 loc) · 822 Bytes

Base Toolbox

This toolbox image is used to automate operations with Hub CTL.

Tools included

Development

The image release process is done with help of Github Actions workflow which is trigged by creating of a git tag base.

To help with local development there is a Makefile with simple goals.

Build image

make build

Run image

make run

Push image

make push