Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 584 Bytes

README.md

File metadata and controls

32 lines (20 loc) · 584 Bytes

Azure Toolbox

This toolbox image is used to automate operations with Hub CTL in Microsoft Azure cloud provider.

Tools included

Development

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

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

Build image

make build

Run image

make run

Push image

make push