Skip to content

Commit 29e1b68

Browse files
authored
using openjdk:22-jdk-slim in azure pipeline (#1177)
1 parent a52b39c commit 29e1b68

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

azure-pipelines.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ stages:
179179
and(eq(variables['Build.Reason'], 'Manual'), eq('${{ parameters.actionToPerform }}', 'run_all_tests_on_linux'))
180180
)
181181
)
182-
container: openjdk:22-slim
182+
container: openjdk:22-jdk-slim
183183
timeoutInMinutes: 120
184184
steps:
185185
- checkout: self
@@ -226,7 +226,7 @@ stages:
226226
and(eq(variables['Build.Reason'], 'Manual'), eq('${{ parameters.actionToPerform }}', 'run_all_tests_on_linux'))
227227
)
228228
)
229-
container: openjdk:22-slim
229+
container: openjdk:22-jdk-slim
230230
timeoutInMinutes: 120
231231
steps:
232232
- checkout: self
@@ -365,7 +365,7 @@ stages:
365365
ne(variables.isMaster, true),
366366
not(and(eq(variables['Build.Reason'], 'Manual'), startsWith('${{ parameters.actionToPerform }}', 'run_all_tests')))
367367
)
368-
container: openjdk:22-slim
368+
container: openjdk:22-jdk-slim
369369
timeoutInMinutes: 120
370370
steps:
371371
- checkout: self
@@ -408,7 +408,7 @@ stages:
408408
ne(variables.isMaster, true),
409409
not(and(eq(variables['Build.Reason'], 'Manual'), startsWith('${{ parameters.actionToPerform }}', 'run_all_tests')))
410410
)
411-
container: openjdk:22-slim
411+
container: openjdk:22-jdk-slim
412412
timeoutInMinutes: 120
413413
steps:
414414
- checkout: self

0 commit comments

Comments
 (0)