multistage-azure-devops

command module
v0.0.0-...-0796864 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 23, 2022 License: MIT Imports: 5 Imported by: 0

README

Multistage Azure DevOps Pipeline

Simple build and release pipeline that builds a container, pushes it to ACR, deploys it to Azure Kubernetes Service linked to an environment.

This example based on an application Go (HTTP server) with multi-step Dockerfile which defines compiling the executable and then building the container to run.

Make sure you set your service connections for Azure Container Registry and Azure Kubernetes Service in azure-pipelines.yml file using this variables:

  acrServiceConnexion: '' # Azure Container Registry service connexion
  aksServiceConnexion: '' #  Azure Kubernetes Service service connexion
  containerRegistry:   '' # your container registry name xxx.azurecr.io

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL