We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f9607d commit 8b50a16Copy full SHA for 8b50a16
1 file changed
bubbles-app/scripts/download.bash
@@ -8,7 +8,7 @@ BUBBLES_DIR=$PWD
8
mkdir -p $TARGET_DIRECTORY
9
cd $TARGET_DIRECTORY
10
11
-$BUBBLES_DIR/oras pull ghcr.io/gonicus/bubbles/vm-image:6c68cf5d36ed12bbb2955407270708f0f0fa7b2c
+$BUBBLES_DIR/oras pull ghcr.io/gonicus/bubbles/vm-image:b94678cf8785b82f0147f9a3fd5d5220c0b981a4
12
13
qemu-img convert -f qcow2 -O raw disk.qcow2 disk.img
14
truncate -s +15G disk.img
0 commit comments