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

Commit

Permalink
Merge branch 'release/2.54.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalberger committed Nov 14, 2023
2 parents 8742c47 + 663050d commit b0097ca
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 12 deletions.
18 changes: 9 additions & 9 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Base image containing dependencies used in builder and final image
FROM ghcr.io/swissgrc/azure-pipelines-dotnet:6.0.415 AS base
FROM ghcr.io/swissgrc/azure-pipelines-dotnet:6.0.416 AS base


# Builder image
Expand All @@ -8,12 +8,12 @@ FROM base AS build
# Make sure to fail due to an error at any stage in shell pipes
SHELL ["/bin/bash", "-o", "pipefail", "-c"]

# renovate: datasource=repology depName=debian_11/curl versioning=deb
ENV CURL_VERSION=7.74.0-1.3+deb11u10
# renovate: datasource=repology depName=debian_11/lsb-release versioning=deb
ENV LSBRELEASE_VERSION=11.1.0
# renovate: datasource=repology depName=debian_11/gnupg2 versioning=deb
ENV GNUPG_VERSION=2.2.27-2+deb11u2
# renovate: datasource=repology depName=debian_12/curl versioning=deb
ENV CURL_VERSION=7.88.1-10+deb12u4
# renovate: datasource=repology depName=debian_12/lsb-release versioning=deb
ENV LSBRELEASE_VERSION=12.0-1
# renovate: datasource=repology depName=debian_12/gnupg2 versioning=deb
ENV GNUPG_VERSION=2.2.40-1.1

RUN apt-get update -y && \
# Install necessary dependencies
Expand Down Expand Up @@ -42,11 +42,11 @@ COPY --from=build /etc/apt/sources.list.d/ /etc/apt/sources.list.d
# Install Azure CLI

# renovate: datasource=github-tags depName=Azure/azure-cli extractVersion=^azure-cli-(?<version>.*)$
ENV AZURECLI_VERSION=2.53.1
ENV AZURECLI_VERSION=2.54.0

RUN apt-get update -y && \
# Install Azure CLI
apt-get install -y --no-install-recommends azure-cli=${AZURECLI_VERSION}-1~bullseye && \
apt-get install -y --no-install-recommends azure-cli=${AZURECLI_VERSION}-1~bookworm && \
# Clean up
apt-get clean && \
rm -rf /var/lib/apt/lists/* && \
Expand Down
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ 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.415 | 2.53.1 | ![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.415 | 2.53.1 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/swissgrc/azure-pipelines-azurecli/unstable-net6?style=flat-square) |
| latest-net6 | Latest stable release (from `main` branch) | swissgrc/azure-pipelines-dotnet:6.0.416 | 2.54.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.416 | 2.54.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) |
| 2.39.0 | [Azure CLI 2.39.0](https://docs.microsoft.com/en-us/cli/azure/release-notes-azure-cli#august-02-2022) | swissgrc/azure-pipelines-dotnet:6.0.302 | 2.39.0 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/swissgrc/azure-pipelines-azurecli/2.39.0?style=flat-square) |
Expand All @@ -56,13 +56,14 @@ The following example shows the container used for a deployment step with a Azur
| 2.52.0-net6 | [Azure CLI 2.52.0](https://learn.microsoft.com/en-us/cli/azure/release-notes-azure-cli#september-05-2023) | swissgrc/azure-pipelines-dotnet:6.0.413 | 2.52.0 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/swissgrc/azure-pipelines-azurecli/2.52.0-net6?style=flat-square) |
| 2.53.0-net6 | [Azure CLI 2.53.0](https://learn.microsoft.com/en-us/cli/azure/release-notes-azure-cli#september-26-2023) | swissgrc/azure-pipelines-dotnet:6.0.414 | 2.53.0 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/swissgrc/azure-pipelines-azurecli/2.53.0-net6?style=flat-square) |
| 2.53.1-net6 | [Azure CLI 2.53.1](https://learn.microsoft.com/en-us/cli/azure/release-notes-azure-cli#october-24-2023) | swissgrc/azure-pipelines-dotnet:6.0.415 | 2.53.1 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/swissgrc/azure-pipelines-azurecli/2.53.1-net6?style=flat-square) |
| 2.54.0-net6 | [Azure CLI 2.54.0](https://learn.microsoft.com/en-us/cli/azure/release-notes-azure-cli#november-14-2023) | swissgrc/azure-pipelines-dotnet:6.0.416 | 2.54.0 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/swissgrc/azure-pipelines-azurecli/2.54.0-net6?style=flat-square) |

### Configuration

These environment variables are supported:

| Environment variable | Default value | Description |
|------------------------|----------------------|------------------------------------------------------------------|
| AZURECLI_VERSION | `2.53.0` | Version of Azure CLI installed in the image. |
| AZURECLI_VERSION | `2.54.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 b0097ca

Please sign in to comment.