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

fix: update OS annotation from openbsd to dragonflybsd in pushToRegistry

+1 -1
+1 -1
src/oras.ts
··· 170 170 "--annotation", 171 171 "org.opencontainers.image.architecture=amd64", 172 172 "--annotation", 173 - "org.opencontainers.image.os=openbsd", 173 + "org.opencontainers.image.os=dragonflybsd", 174 174 "--annotation", 175 175 "org.opencontainers.image.description=QEMU raw disk image", 176 176 basename(img.path),