Open jssnull opened 3 years ago
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 3.11
tag always points the latest 3.11 patch tag, which is now 3.11.346
. And contrary to what it looks like, those patch updates can have huge changes inside (in the past, one changed Java 8 to 11).
Hi @michaelsauter
Here we can see the last tag associated to 3.11 is the 3.11.374 which is newer than 3.11.346 Maybe a temporal fix is to keep the current jenkins images with 3.11.346 tag
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 concretelyRUN 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