We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1712a57 commit 50c65d6Copy full SHA for 50c65d6
Dockerfile-kubernetes
@@ -10,7 +10,7 @@ RUN truncate -s 64M /root/varstore.img
10
RUN truncate -s 64M /root/efi.img
11
RUN dd if=/usr/share/AAVMF/QEMU_EFI.fd of=/root/efi.img conv=notrunc
12
13
-RUN qemu-img create -f /tmp/disk.qcow2 -b /disk/focal.qcow2 -F qcow2
+RUN qemu-img create -f qcow2 /tmp/disk.qcow2 -b /disk/focal.qcow2 -F qcow2
14
15
RUN apk del aavmf
16
0 commit comments