Skip to content

Create a pipeline that builds a Docker image and pushes it to Azure Container Registry or Docker Hub.

License

Notifications You must be signed in to change notification settings

RustyTake-Off/docker-azure-pipeline

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-azure-pipeline

Remember to look around all the folders, files and change things to your own liking.

Create a pipeline that builds a Docker image and pushes it to Azure Container Registry or Docker Hub.

Prerequisites

Create Azure resources:

  • Resource Group
az group create --name "rgdcazpro04" --location "westeurope"
  • Azure Container Registry
az acr create --name "acrdcazpro04" --resource-group "rgdcazpro04" --sku Basic --admin-enabled true

or run the prerequisites.sh script.

(OPTIONAL)

About

Create a pipeline that builds a Docker image and pushes it to Azure Container Registry or Docker Hub.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published