Skip to content

Commit

Permalink
Merge branch 'release/1.9.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalberger committed Jul 20, 2023
2 parents 5cdd921 + 3fd7ac8 commit 79b3c22
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
# renovate: datasource=repology depName=debian_11/curl versioning=loose
ENV CURL_VERSION=7.74.0-1.3+deb11u7
# renovate: datasource=github-releases depName=hashicorp/packer extractVersion=^v(?<version>.*)$
ENV PACKER_VERSION=1.9.1
ENV PACKER_VERSION=1.9.2
# renovate: datasource=repology depName=debian_11/unzip versioning=loose
ENV UNZIP_VERSION=6.0-26+deb11u1

Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,11 @@ 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.50.0-net6 | 1.9.1 | ![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.50.0-net6 | 1.9.1 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/swissgrc/azure-pipelines-packer/unstable?style=flat-square) |
| unstable | Latest unstable release (from `develop` branch) | swissgrc/azure-pipelines-azurecli:2.50.0-net6 | 1.9.2 | ![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) |
| 1.9.1 | [Packer 1.9.0](https://github.com/hashicorp/packer/releases/tag/v1.9.1) | swissgrc/azure-pipelines-azurecli:2.50.0-net6 | 1.9.1 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/swissgrc/azure-pipelines-packer/1.9.1?style=flat-square) |
| 1.9.2 | [Packer 1.9.2](https://github.com/hashicorp/packer/releases/tag/v1.9.2) | swissgrc/azure-pipelines-azurecli:2.50.0-net6 | 1.9.2 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/swissgrc/azure-pipelines-packer/1.9.2?style=flat-square) |

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

0 comments on commit 79b3c22

Please sign in to comment.