直接获取 rpm文件

wget http://mirror.centos.org/centos/7/os/x86_64/Packages/python-rhsm-certificates-1.19.10-1.el7_4.x86_64.rpm

运行脚本

 

rpm2cpio python-rhsm-certificates-1.19.10-1.el7_4.x86_64.rpm | cpio -iv --to-stdout ./etc/rhsm/ca/redhat-uep.pem | tee /etc/rhsm/ca/redhat-uep.pem

 

这两个命令会生成/etc/rhsm/ca/redhat-uep.pem文件.

 

重新下载文件:

 docker pull registry.access.redhat.com/rhel7/pod-infrastructure:latest

 

相关文章:

  • 2022-12-23
  • 2021-09-12
  • 2021-08-07
  • 2022-12-23
  • 2022-12-23
  • 2021-11-24
  • 2022-01-26
猜你喜欢
  • 2022-12-23
  • 2022-02-14
  • 2022-12-23
  • 2022-12-23
  • 2023-03-21
  • 2022-12-23
  • 2021-11-08
相关资源
相似解决方案