kubevirt 编译 virt-launcher 下载 qemu 失败

bash 复制代码
2025/09/01 07:11:13 Successfully pushed Docker image to icoy/virt-handler:latest
WARNING: Download from http://mirror.stream.centos.org/9-stream/AppStream/x86_64/os/Packages/qemu-kvm-common-9.1.0-19.el9.x86_64.rpm failed: class java.io.FileNotFoundException GET returned 404 Not Found
WARNING: Download from http://mirror.stream.centos.org/9-stream/AppStream/x86_64/os/Packages/qemu-kvm-device-usb-host-9.1.0-19.el9.x86_64.rpm failed: class java.io.FileNotFoundException GET returned 404 Not Found
WARNING: Download from http://mirror.stream.centos.org/9-stream/AppStream/x86_64/os/Packages/qemu-kvm-device-usb-redirect-9.1.0-19.el9.x86_64.rpm failed: class java.io.FileNotFoundException GET returned 404 Not Found
WARNING: Download from http://mirror.stream.centos.org/9-stream/AppStream/x86_64/os/Packages/qemu-kvm-device-display-virtio-vga-9.1.0-19.el9.x86_64.rpm failed: class java.io.FileNotFoundException GET returned 404 Not Found
WARNING: Download from http://mirror.stream.centos.org/9-stream/AppStream/x86_64/os/Packages/qemu-kvm-device-display-virtio-gpu-pci-9.1.0-19.el9.x86_64.rpm failed: class java.io.FileNotFoundException GET returned 404 Not Found
WARNING: Download from http://mirror.stream.centos.org/9-stream/AppStream/x86_64/os/Packages/qemu-kvm-core-9.1.0-19.el9.x86_64.rpm failed: class java.io.FileNotFoundException GET returned 404 Not Found
WARNING: Download from http://mirror.stream.centos.org/9-stream/AppStream/x86_64/os/Packages/qemu-kvm-device-display-virtio-gpu-9.1.0-19.el9.x86_64.rpm failed: class java.io.FileNotFoundException GET returned 404 Not Found
WARNING: Download from http://mirror.stream.centos.org/9-stream/AppStream/x86_64/os/Packages/qemu-img-9.1.0-19.el9.x86_64.rpm failed: class java.io.FileNotFoundException GET returned 404 Not Found
INFO: Analyzed target //:push-virt-launcher (0 packages loaded, 397 targets configured).
相关推荐
阳光是sunny1 小时前
LangGraph实战教程:预定义状态MessagesState与AgentState
前端·人工智能·后端
我叫黑大帅1 小时前
add()和 __add__() 写法哪个更好呢?
后端·python·面试
Gopher_HBo1 小时前
moby-daemon-config配置
后端
拉斯特当思1 小时前
设备总掉线却复现不了?把弱网“造“出来:tcconfig 五种网络故障模拟实战
后端
RainCity1 小时前
Java Swing 自定义组件库分享(十五)
java·笔记·后端
程序员麻辣烫1 小时前
Memory向量记忆系统4-文本向量化
后端·aigc
Java编程爱好者1 小时前
Java 并发锁体系全解:从 synchronized、Lock 到 AQS 底层原理与源码深度剖析
后端
程序员天天困1 小时前
Java 项目用 Single-flight 一招终结 AI 接口重复调用
redis·后端
farerboy1 小时前
23-Java 构造函数
java·后端