Skip to content
This repository has been archived by the owner on Nov 13, 2024. It is now read-only.

Commit

Permalink
Merge tag '2.60.0' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalberger committed May 15, 2024
2 parents 83896c7 + 9404a65 commit 5a34387
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ The following example shows the container used for a deployment step with a Azur
| Tag | Description | Base Image | Azure CLI | Size |
|---------------|-----------------------------------------------------------------------------------------------------------|-------------------------------------------|-----------|----------------------------------------------------------------------------------------------------------------------------------------|
| latest-net6 | Latest stable release (from `main` branch) | swissgrc/azure-pipelines-dotnet:6.0.421 | 2.59.0 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/swissgrc/azure-pipelines-azurecli/latest-net6?style=flat-square) |
| latest-net6 | Latest stable release (from `main` branch) | swissgrc/azure-pipelines-dotnet:6.0.422 | 2.60.0 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/swissgrc/azure-pipelines-azurecli/latest-net6?style=flat-square) |
| unstable-net6 | Latest unstable release (from `develop` branch) | swissgrc/azure-pipelines-dotnet:6.0.422 | 2.60.0 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/swissgrc/azure-pipelines-azurecli/unstable-net6?style=flat-square) |
| 2.37.0 | [Azure CLI 2.37.0](https://docs.microsoft.com/en-us/cli/azure/release-notes-azure-cli#may-24-2022) | swissgrc/azure-pipelines-dotnet:6.0.301 | 2.37.0 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/swissgrc/azure-pipelines-azurecli/2.37.0?style=flat-square) |
| 2.38.0 | [Azure CLI 2.38.0](https://docs.microsoft.com/en-us/cli/azure/release-notes-azure-cli#july-05-2022) | swissgrc/azure-pipelines-dotnet:6.0.302 | 2.38.0 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/swissgrc/azure-pipelines-azurecli/2.38.0?style=flat-square) |
Expand Down Expand Up @@ -62,13 +62,14 @@ The following example shows the container used for a deployment step with a Azur
| 2.57.0-net6 | [Azure CLI 2.57.0](https://learn.microsoft.com/en-us/cli/azure/release-notes-azure-cli#february-06-2024) | swissgrc/azure-pipelines-dotnet:6.0.419 | 2.57.0 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/swissgrc/azure-pipelines-azurecli/2.57.0-net6?style=flat-square) |
| 2.58.0-net6 | [Azure CLI 2.58.0](https://learn.microsoft.com/en-us/cli/azure/release-notes-azure-cli#march-05-2024) | swissgrc/azure-pipelines-dotnet:6.0.420 | 2.58.0 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/swissgrc/azure-pipelines-azurecli/2.58.0-net6?style=flat-square) |
| 2.59.0-net6 | [Azure CLI 2.59.0](https://learn.microsoft.com/en-us/cli/azure/release-notes-azure-cli#april-02-2024) | swissgrc/azure-pipelines-dotnet:6.0.421 | 2.59.0 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/swissgrc/azure-pipelines-azurecli/2.59.0-net6?style=flat-square) |
| 2.60.0-net6 | [Azure CLI 2.60.0](https://learn.microsoft.com/en-us/cli/azure/release-notes-azure-cli#april-30-2024) | swissgrc/azure-pipelines-dotnet:6.0.422 | 2.60.0 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/swissgrc/azure-pipelines-azurecli/2.60.0-net6?style=flat-square) |

### Configuration

These environment variables are supported:

| Environment variable | Default value | Description |
|------------------------|----------------------|------------------------------------------------------------------|
| AZURECLI_VERSION | `2.54.0` | Version of Azure CLI installed in the image. |
| AZURECLI_VERSION | `2.60.0` | Version of Azure CLI installed in the image. |

[Azure Pipelines container jobs]: https://docs.microsoft.com/en-us/azure/devops/pipelines/process/container-phases

0 comments on commit 5a34387

Please sign in to comment.