We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug Jenkins Agent JDK builds fail within PRs:
ERROR: failed to solve: process "/bin/bash -o pipefail -c yum -y --nobest --skip-broken update && yum install -y java-11-openjdk-devel && yum install -y --enablerepo Adoptium temurin-17-jdk && yum install -y --enablerepo Adoptium temurin-21-jdk && yum install -y binutils && yum updateinfo -y && yum repolist -y && sh -c "yum list installed | grep -i '\(java\|jdk\|temurin\)'" && yum clean all -y && rm -rf /var/cache/yum" did not complete successfully: exit code: 1 Error: Process completed with exit code 1.
The text was updated successfully, but these errors were encountered:
JDK agent is prone to failure due to the instability of adoptium repositories for jdk.....
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Describe the bug
Jenkins Agent JDK builds fail within PRs:
Dockerfile.ubi8:36
35 | # Note: use java scripts are executed to test the scripts but also use-j11.sh in called 3nd place to set is as default version
36 | >>> RUN yum -y --nobest --skip-broken update &&
37 | >>> yum install -y java-11-openjdk-devel &&
38 | >>> yum install -y --enablerepo Adoptium temurin-17-jdk &&
39 | >>> yum install -y --enablerepo Adoptium temurin-21-jdk &&
40 | >>> yum install -y binutils &&
41 | >>> yum updateinfo -y &&
42 | >>> yum repolist -y &&
43 | >>> sh -c "yum list installed | grep -i '(java|jdk|temurin)'" &&
44 | >>> yum clean all -y && rm -rf /var/cache/yum
45 |
ERROR: failed to solve: process "/bin/bash -o pipefail -c yum -y --nobest --skip-broken update && yum install -y java-11-openjdk-devel && yum install -y --enablerepo Adoptium temurin-17-jdk && yum install -y --enablerepo Adoptium temurin-21-jdk && yum install -y binutils && yum updateinfo -y && yum repolist -y && sh -c "yum list installed | grep -i '\(java\|jdk\|temurin\)'" && yum clean all -y && rm -rf /var/cache/yum" did not complete successfully: exit code: 1
Error: Process completed with exit code 1.
The text was updated successfully, but these errors were encountered: