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

Commit a4cb4c0

Browse files
Update ghcr.io/swissgrc/azure-pipelines-dockercli Docker tag to v27.5.1 (#134)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Fabian Amhof <fabi.amhof@bluewin.ch>
1 parent 83e2b2d commit a4cb4c0

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:27.5.0 AS base
2+
FROM ghcr.io/swissgrc/azure-pipelines-dockercli:27.5.1 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
@@ -36,7 +36,7 @@ The following example shows the container used for a deployment step which shows
3636
| Tag | Description | Base Image | OpenJDK | Size |
3737
|-------------|-----------------------------------------------------------------------------------------------|----------------------------------|-----------|-------------------------------------------------------------------------------------------------------------------------------------|
3838
| 17 | Latest stable release (from `main` branch) | azure-pipelines-dockercli:27.4.1 | 17.0.13.0 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/swissgrc/azure-pipelines-openjdk/17?style=flat-square) |
39-
| 17-unstable | Latest unstable release (from `develop` branch) | azure-pipelines-dockercli:27.5.0 | 17.0.13.0 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/swissgrc/azure-pipelines-openjdk/17-unstable?style=flat-square) |
39+
| 17-unstable | Latest unstable release (from `develop` branch) | azure-pipelines-dockercli:27.5.1 | 17.0.13.0 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/swissgrc/azure-pipelines-openjdk/17-unstable?style=flat-square) |
4040
| 17.0.4.0 | [OpenJDK 17.0.4](https://foojay.io/java-17/?tab=component&version=17.0.4&quarter=072022) | debian:11.3-slim | 17.0.4.0 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/swissgrc/azure-pipelines-openjdk/17.0.4.0?style=flat-square) |
4141
| 17.0.4.1 | [OpenJDK 17.0.4](https://foojay.io/java-17/?tab=component&version=17.0.4&quarter=072022) | debian:11.5-slim | 17.0.4.1 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/swissgrc/azure-pipelines-openjdk/17.0.4.1?style=flat-square) |
4242
| 17.0.5.0 | [OpenJDK 17.0.5](https://foojay.io/java-17/?tab=component&version=17.0.5&quarter=102022) | debian:11.6-slim | 17.0.5.0 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/swissgrc/azure-pipelines-openjdk/17.0.5.0?style=flat-square) |

0 commit comments

Comments
 (0)