We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c56d405 commit e13f2d5Copy full SHA for e13f2d5
web-image/ci/ci_common/common.jsonnet
@@ -54,7 +54,7 @@ local node_map = {
54
55
maven: {
56
packages+: {
57
- maven: '>=3.6.3',
+ maven: '==3.9.10',
58
},
59
60
web-image/ci/ci_common/wi-run-spec.jsonnet
@@ -34,7 +34,7 @@ local os_arch_jdk_mixin(mapping) = r.task_spec(r.evaluate_late({
34
35
docker_ol8: {
36
docker: {
37
- image: 'phx.ocir.io/oraclelabs2/c_graal/buildslave:buildslave_ol8',
+ image: 'buildslave_ol8',
38
mount_modules: true,
39
40
0 commit comments