Skip to content
This repository was archived by the owner on Feb 5, 2025. It is now read-only.

Commit a0943c8

Browse files
Update ghcr.io/swissgrc/azure-pipelines-dockercli Docker tag to v26.1.0 (#12)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Pascal Berger <pascal.berger@swissgrc.com>
1 parent 55f7bfb commit a0943c8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Base image containing dependencies used in builder and final image
2-
FROM ghcr.io/swissgrc/azure-pipelines-dockercli:26.0.2 AS base
2+
FROM ghcr.io/swissgrc/azure-pipelines-dockercli:26.1.0 AS base
33

44
# Make sure to fail due to an error at any stage in shell pipes
55
SHELL ["/bin/bash", "-o", "pipefail", "-c"]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ The following example shows the container used for a deployment step which shows
3737
|-------------|-----------------------------------------------------------------------------------------------|----------------------------------|-----------|-------------------------------------------------------------------------------------------------------------------------------------|
3838
| latest | Latest stable release (from `main` branch) | azure-pipelines-dockercli:25.0.3 | 21.0.2.0 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/swissgrc/azure-pipelines-openjdk/latest?style=flat-square) |
3939
| 21 | Identical to `latest` tag | | | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/swissgrc/azure-pipelines-openjdk/21?style=flat-square) |
40-
| unstable | Latest unstable release (from `develop` branch) | azure-pipelines-dockercli:26.0.2 | 21.0.2.0 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/swissgrc/azure-pipelines-openjdk/unstable?style=flat-square) |
40+
| unstable | Latest unstable release (from `develop` branch) | azure-pipelines-dockercli:26.1.0 | 21.0.2.0 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/swissgrc/azure-pipelines-openjdk/unstable?style=flat-square) |
4141
| 21-unstable | Identical to `unstable` tag | | | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/swissgrc/azure-pipelines-openjdk/21-unstable?style=flat-square) |
4242
| 21.0.2.0 | Eclipse Temurin 21.0.2 | azure-pipelines-dockercli:25.0.3 | 21.0.2.0 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/swissgrc/azure-pipelines-openjdk/21.0.2.0?style=flat-square) |
4343

0 commit comments

Comments
 (0)