This repository was archived by the owner on Feb 5, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
# 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
3
3
4
4
# Make sure to fail due to an error at any stage in shell pipes
5
5
SHELL ["/bin/bash" , "-o" , "pipefail" , "-c" ]
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ The following example shows the container used for a deployment step which shows
36
36
| Tag | Description | Base Image | OpenJDK | Size |
37
37
|-------------|-----------------------------------------------------------------------------------------------|----------------------------------|-----------|-------------------------------------------------------------------------------------------------------------------------------------|
38
38
| 17 | Latest stable release (from ` main` branch) | azure-pipelines-dockercli:27.4.1 | 17.0.13.0 |  |
39
- | 17-unstable | Latest unstable release (from `develop` branch) | azure-pipelines-dockercli:27.5.0 | 17.0.13.0 |  |
39
+ | 17-unstable | Latest unstable release (from `develop` branch) | azure-pipelines-dockercli:27.5.1 | 17.0.13.0 |  |
40
40
| 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 |  |
41
41
| 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 |  |
42
42
| 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 |  |
You can’t perform that action at this time.
0 commit comments