A convenient CLI tool to quickly spin up DragonflyBSD virtual machines using QEMU with sensible defaults.

fix: update image description annotation for DragonFly BSD in pushToRegistry

Changed files
+1 -1
src
+1 -1
src/oras.ts
··· 172 172 "--annotation", 173 173 "org.opencontainers.image.os=dragonflybsd", 174 174 "--annotation", 175 - "org.opencontainers.image.description=QEMU raw disk image", 175 + "org.opencontainers.image.description=QEMU raw disk image for DragonFly BSD", 176 176 basename(img.path), 177 177 ], 178 178 stdout: "inherit",