制作多架构镜像 拉取多架构的不同 degest x86 机器执行 123docker pull registry.cn-beijing.aliyuncs.com/kubesphereio/coredns:1.8.6docker tag registry.cn-beijing.aliyuncs.com/kubesphereio/coredns:1.8.6 hub.geovis.com.cn/library/coredns-amd64:1.8.6docker push hub.geovis.com.cn/library/coredns-amd64:1.8.6 arm64 机器执行 123docker pull registry.cn-beijing.aliyuncs.com/kubesphereio/coredns:1.8.6docker tag registry.cn-beijing.aliyuncs.com/kubesphereio/coredns:1.8.6 hub.geovis.com.cn/library/coredns-arm64:1.8.6docker push hub.geovis.com.cn/library/coredns-arm64:1.8.6 制作 manifest12docker manifest create --insecure hub.geovis.com.cn/library/coredns:1.8.6 hub.geovis.com.cn/library/coredns-arm64:1.8.6 hub.geovis.com.cn/library/coredns-amd64:1.8.6docker manifest push --insecure hub.geovis.com.cn/library/coredns:1.8.6 审批流使用说明书 上一篇 自定义算子使用说明 下一篇