Skip to content

Commit

Permalink
Merge branch 'release/1.10.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalberger committed Apr 22, 2024
2 parents 3398e7e + 92ce0bd commit 542bbcd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 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-azurecli:2.57.0-net8 AS base
FROM ghcr.io/swissgrc/azure-pipelines-azurecli:2.59.0-net8 AS base


# Builder image
Expand All @@ -13,7 +13,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
# renovate: datasource=repology depName=debian_12/curl versioning=deb
ENV CURL_VERSION=7.88.1-10+deb12u5
# renovate: datasource=github-releases depName=hashicorp/packer extractVersion=^v(?<version>.*)$
ENV PACKER_VERSION=1.10.2
ENV PACKER_VERSION=1.10.3
# renovate: datasource=repology depName=debian_12/unzip versioning=deb
ENV UNZIP_VERSION=6.0

Expand Down
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ The following example shows the container used for a deployment step with a Pack
| Tag | Description | Base Image | Packer | Size |
|----------|---------------------------------------------------------------------------------|-----------------------------------------------|--------|---------------------------------------------------------------------------------------------------------------------------------|
| latest | Latest stable release (from `main` branch) | swissgrc/azure-pipelines-azurecli:2.57.0-net6 | 1.10.2 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/swissgrc/azure-pipelines-packer/latest?style=flat-square) |
| unstable | Latest unstable release (from `develop` branch) | swissgrc/azure-pipelines-azurecli:2.57.0-net8 | 1.10.2 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/swissgrc/azure-pipelines-packer/unstable?style=flat-square) |
| latest | Latest stable release (from `main` branch) | swissgrc/azure-pipelines-azurecli:2.59.0-net8 | 1.10.3 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/swissgrc/azure-pipelines-packer/latest?style=flat-square) |
| unstable | Latest unstable release (from `develop` branch) | swissgrc/azure-pipelines-azurecli:2.59.0-net8 | 1.10.3 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/swissgrc/azure-pipelines-packer/unstable?style=flat-square) |
| 1.8.6 | [Packer 1.8.6](https://github.com/hashicorp/packer/releases/tag/v1.8.6) | swissgrc/azure-pipelines-azurecli:2.46.0 | 1.8.6 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/swissgrc/azure-pipelines-packer/1.8.6?style=flat-square) |
| 1.8.7 | [Packer 1.8.7](https://github.com/hashicorp/packer/releases/tag/v1.8.7) | swissgrc/azure-pipelines-azurecli:2.48.1 | 1.8.7 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/swissgrc/azure-pipelines-packer/1.8.7?style=flat-square) |
| 1.9.0 | [Packer 1.9.0](https://github.com/hashicorp/packer/releases/tag/v1.9.0) | swissgrc/azure-pipelines-azurecli:2.49.0 | 1.9.0 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/swissgrc/azure-pipelines-packer/1.9.0?style=flat-square) |
Expand All @@ -53,7 +53,8 @@ The following example shows the container used for a deployment step with a Pack
| 1.9.3 | [Packer 1.9.3](https://github.com/hashicorp/packer/releases/tag/v1.9.3) | swissgrc/azure-pipelines-azurecli:2.50.0-net6 | 1.9.3 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/swissgrc/azure-pipelines-packer/1.9.3?style=flat-square) |
| 1.9.4 | [Packer 1.9.4](https://github.com/hashicorp/packer/releases/tag/v1.9.4) | swissgrc/azure-pipelines-azurecli:2.51.0-net6 | 1.9.4 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/swissgrc/azure-pipelines-packer/1.9.4?style=flat-square) |
| 1.10.0 | [Packer 1.10.0](https://github.com/hashicorp/packer/releases/tag/v1.10.0) | swissgrc/azure-pipelines-azurecli:2.55.0-net6 | 1.10.0 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/swissgrc/azure-pipelines-packer/1.10.0?style=flat-square) |
| 1.10.1 | [Packer 1.10.1](https://github.com/hashicorp/packer/releases/tag/v1.10.1) | swissgrc/azure-pipelines-azurecli:2.56.0-net6 | 1.10.1 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/swissgrc/azure-pipelines-packer/1.10.1?style=flat-square) |
| 1.10.2 | [Packer 1.10.2](https://github.com/hashicorp/packer/releases/tag/v1.10.2) | swissgrc/azure-pipelines-azurecli:2.57.0-net6 | 1.10.2 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/swissgrc/azure-pipelines-packer/1.10.2?style=flat-square) |
| 1.10.1 | [Packer 1.10.1](https://github.com/hashicorp/packer/releases/tag/v1.10.1) | swissgrc/azure-pipelines-azurecli:2.56.0-net8 | 1.10.1 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/swissgrc/azure-pipelines-packer/1.10.1?style=flat-square) |
| 1.10.2 | [Packer 1.10.2](https://github.com/hashicorp/packer/releases/tag/v1.10.2) | swissgrc/azure-pipelines-azurecli:2.57.0-net8 | 1.10.2 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/swissgrc/azure-pipelines-packer/1.10.2?style=flat-square) |
| 1.10.3 | [Packer 1.10.3](https://github.com/hashicorp/packer/releases/tag/v1.10.3) | swissgrc/azure-pipelines-azurecli:2.59.0-net8 | 1.10.3 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/swissgrc/azure-pipelines-packer/1.10.3?style=flat-square) |

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

0 comments on commit 542bbcd

Please sign in to comment.