Image Overview: az-fips

Overview: az-fips Chainguard Image

Azure CLI

Download this Image

The image is available on cgr.dev:

docker pull cgr.dev/chainguard-private/az-fips:latest

Overview

Azure Command-Line Interface (CLI) used to create and manage Azure resources. The Azure CLI is available across Azure services and is designed to get you working quickly with Azure, with an emphasis on automation.

Docker setup

To make sure you have the latest image version available, start by running a docker pull command:

docker pull cgr.dev/chainguard/az

Then, run the image with the --version flag to make sure it is functional:

docker run -it --rm cgr.dev/chainguard/az --version

You should get output similar to this:

azure-cli                         2.55.0

core                              2.55.0
telemetry                          1.1.0
...

Last updated: 2024-04-11 12:38