@@ -35,18 +35,12 @@ The following example shows the container used for a deployment step which shows
35
35
36
36
| Tag | Description | Base Image | OpenJDK | Size |
37
37
|-------------|-----------------------------------------------------------------------------------------------|----------------------------------|-----------|-------------------------------------------------------------------------------------------------------------------------------------|
38
- | latest | Latest stable release (from ` main` branch) | azure-pipelines-dockercli:25.0.3 | 21.0.2 .0 |  |
38
+ | latest | Latest stable release (from ` main` branch) | azure-pipelines-dockercli:26.1.1 | 21.0.3 .0 |  |
39
39
| 21 | Identical to `latest` tag | | |  |
40
- | unstable | Latest unstable release (from `develop` branch) | azure-pipelines-dockercli:25.0.3 | 21.0.2 .0 |  |
40
+ | unstable | Latest unstable release (from `develop` branch) | azure-pipelines-dockercli:26.1.1 | 21.0.3 .0 |  |
41
41
| 21-unstable | Identical to `unstable` tag | | |  |
42
-
43
- # ## Configuration
44
-
45
- These environment variables are supported :
46
-
47
- | Environment variable | Default value | Description |
48
- |------------------------|----------------------|------------------------------------------------------------------|
49
- | OPENJDK_VERSION | `21.0.2.0.0+13` | Version of Eclipse Temurin OpenJDK installed in the image. |
42
+ | 21.0.2.0 | Eclipse Temurin 21.0.2 | azure-pipelines-dockercli:25.0.3 | 21.0.2.0 |  |
43
+ | 21.0.3.0 | Eclipse Temurin 21.0.3 | azure-pipelines-dockercli:26.1.1 | 21.0.3.0 |  |
50
44
51
45
[Eclipse Temurin OpenJDK] : https://adoptium.net/temurin/
52
46
[Azure Pipelines container jobs] : https://docs.microsoft.com/en-us/azure/devops/pipelines/process/container-phases
0 commit comments