Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 494 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 494 Bytes

An azure-cli docker image built to run in Azure Pipelines

Why

Despite azure-cli has it's own docker images it has >1GB in it's size. That tool could be lighter and thus, this repo was created.

Example

# azure-pipelines.yml in your db migrations repo
trigger: none

container: ghcr.io/arkadiuminc/az:main

steps:
- script: az --help
  displayName: az help

Arkadium

We are hiring!