Skip to content
Snippets Groups Projects
user avatar
Daniel Scholl authored
75582c7a
History

pipeline-build-image

pipeline status

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