pipeline-build-image
This is a repository for a base container with Azure CLI, helm and kubectl command line tools to be used as part of the Azure CI/CD Pipeline builds.
Build
The make script will build the docker image.
COMMAND
$ make \
STEP_1_IMAGE="mcr.microsoft.com/azure-cli:2.20.0" \
docker-build