-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
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
make install-jenkins crashes due to a openssl dependency broken #944
Comments
maybe this is related with this? https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/7/html/7.9_release_notes/revision_history |
The red hat image seems to have been updated recently (22 hours ago) and the package that is failing has a different version. Package that it is trying to downlod is openssl-1.0.2k-19.el7.x86_64 but the one available now seems to be openssl-1.0.2k-21.el7_9.x86_64 |
@michaelsauter @oalyman the jenkins master and jenkins agent Docker images works with the tag: "v3.11.346" |
Thanks for the excellent bug report! Looking at the error log above, I believe the issue to be with the package resolution mechanism which is determined by the node underneath the pod. Do you now if the satellite is up-to-date? Is that updated at certain intervals automatically? If so, please try again after it has been updated. |
hi @michaelsauter in this case I don't know if the satellite is up-do-date, but if we change the target docke image to label v3.11.346 it will work. maybe Red Hat updated the 3.11 tag directly |
Oh yes, the |
Here we can see the last tag associated to 3.11 is the 3.11.374 which is newer than 3.11.346 |
is this solved? |
Describe the bug
Following this instalation guide:https://www.opendevstack.org/ods-documentation/opendevstack/3.x/administration/installation.html#_opendevstack_environment_in_openshift
When we arrive to the command
make install-jenkins
the command crashes during Dockerfile build time concretely
RUN yum -y install openssl && yum clean all && rm -rf /var/cache/yum/*
This is the error trace we're having:
This error happened today (21/01/2021)
Seems to be an error related with RHEL repositories
The text was updated successfully, but these errors were encountered: