This repository was archived by the owner on Feb 5, 2025. It is now read-only.
File tree 1 file changed +2
-9
lines changed
1 file changed +2
-9
lines changed Original file line number Diff line number Diff line change @@ -35,19 +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
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
42
| 21.0.2.0 | Eclipse Temurin 21.0.2 | azure-pipelines-dockercli:25.0.3 | 21.0.2.0 |  |
43
-
44
- # ## Configuration
45
-
46
- These environment variables are supported :
47
-
48
- | Environment variable | Default value | Description |
49
- |------------------------|----------------------|------------------------------------------------------------------|
50
- | OPENJDK_VERSION | `21.0.2.0.0+13` | Version of Eclipse Temurin OpenJDK installed in the image. |
43
+ | 21.0.3.0 | Eclipse Temurin 21.0.3 | azure-pipelines-dockercli:26.1.1 | 21.0.3.0 |  |
51
44
52
45
[Eclipse Temurin OpenJDK] : https://adoptium.net/temurin/
53
46
[Azure Pipelines container jobs] : https://docs.microsoft.com/en-us/azure/devops/pipelines/process/container-phases
You can’t perform that action at this time.
0 commit comments