oowy/azure-cli

By oowy

Updated 10 months ago

Azure-cli Docker image base on Alpine linux, for efficient container management.

Image
Integration & delivery
0

100K+

oowy/azure-cli repository overview

Quick reference

Supported tags

  • latest
  • 2.63.0
  • 2.62.0
  • 2.61.0
  • 2.60.0
  • 2.59.0
  • 2.58.0
  • 2.57.0
  • 2.56.0
  • 2.55.0
  • 2.54.0
  • 2.53.1

Quick reference (cont.)

  • Supported architectures: amd64, arm64v8

What is AZURE CLI ?

AZURE CLI is a set of open-source command-line tools allowing management and automation of Microsoft Azure cloud services. It enables developers and system administrators to create, manage, and monitor their Azure resources directly from the command terminal or command prompt of their operating system.

Using Azure CLI, you can run various commands to interact with Azure services, such as creating virtual machines, managing storage, configuring networks, managing resource groups, and much more. Commands are generally structured in the following way: az .

AZURE CLI Docker Images

The team publishes a Docker image to this repository for each official release of AZURE CLI.

These images wrap the az executable, allowing you to run az subcommands by passing in their names and arguments as part of docker run.

For example, the command below uses the 'latest' tag to display the 'version' of the binary:

  docker run oowy/azure-cli:latest az --version

Configuration

You will likely need to further configure your container so that az can access your configuration files and provider credentials. This could include mounting your configuration into the container, setting the working directory to refer to your configuration, and passing in environment variables and credentials files for the providers you intend to use. The docker run documentation lists the options you can use to customize the container environment.

You could also use these images as a base for your own images. For example, this would be helpful if you wanted to to pre-set CLI Configuration settings as part of your image.

Community

Open issues about AZURE binary on the main AZURE CLI repository.

Tag summary

Content type

Image

Digest

sha256:6e360dcb2

Size

285.2 MB

Last updated

10 months ago

docker pull oowy/azure-cli