为了更新运行在OpenShift中的Jenkins代理,我考虑使用在quay.io/openshift/origin-jenkins-agent-base:4.7上可用的Jenkins映像。然而,在registry.redhat.io/openshift4/ose-jenkins-agent-base:v4.7还有另一个可用的。
这些图像之间有什么实质性的区别吗?
如果我的研究是正确的(docker inspect ...),那么registry.redhat.io上的Git提交是基于2021年11月(https://github.com/openshift/jenkins/commit/1524f28a04cf6882177968c95b11a8018596e05c)的,而quay.io的是基于从2022年2月2日(https://github.com/openshift/jenkins/commit/1383028376d7619e1930d0f2a88aa00cce770226)开始的Git提交。当然,quay.io上的那个没有任何身份验证就可以使用。
发布于 2022-02-11 10:18:26
如果你想坚持使用公开的图像,使用码头图像可能是有意义的。
Starting with v4.0, the images are only available on quay.io for public community support. Their pull specs are:请注意,这在很大程度上取决于您使用的是OpenShift v3 (即EOL)还是OpenShift v4 https://github.com/openshift/jenkins#installation-openshift-v4
https://stackoverflow.com/questions/71036123
复制相似问题