@@ -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