Drone plugins > Azure container Registry
acr.svg

Azure container Registry

by drone-plugins


The ACR plugin can be used to build and publish images to the Azure ECR registry.

Example

kind: pipeline
name: default

steps:
- name: docker  
  image: plugins/acr
  settings:
    service_principal_client_id: kevinbacon
    service_principal_client_secret: pa55word
    repo: foo/bar

Properties

  • registry

    stringoptional

    authenticates to this registry

    Default: azurecr.io

  • service_principal_client_id

    stringoptional

    authenticates with this username

    Default: none

  • service_principal_client_secret

    stringoptional

    authenticates with this password

    Secret recommended

    Default: none

  • repo

    stringoptional

    repository name for the image

    Default: none