Repository with Orka 3.0 OCI-compatible images.
These images can be used with Orka Desktop (via the GUI), or Orka Cluster (via the orka3 CLI)
To get started with Orka Desktop, click the 'Create New VM', choose 'Pull from Image', and use the following OCI image name:
ghcr.io/macstadium/orka-images/sonoma:latest
To get started with Orka Cluster, run:
orka3 vm deploy --image ghcr.io/macstadium/orka-images/sonoma:latest
Alternatively, create a VM directly with kubectl apply
or kubectl create
using the following definition:
apiVersion: orka.macstadium.com/v1
kind: VirtualMachineInstance
metadata:
name: my-orka-vm
namespace: orka-default
spec:
image: ghcr.io/macstadium/orka-images/sonoma:latest
To deploy a Sequoia Beta VM with Orka Desktop:
- Click + Create New VM button
- Select Pull from OCI registry
- Name VM and set parameters (CPUs, Memory, HD size)
- In OCI Image Name field enter:
ghcr.io/macstadium/orka-images/sequoia:latest
ghcr.io/macstadium/orka-images/sequoia:latest
To deploy a Sonoma VM with SIP (system integrity protection) disabled, deploy with the following image label:
orka3 vm deploy --image ghcr.io/macstadium/orka-images/sonoma:latest-no-sip
To deploy a Ventura VM with SIP disabled, run:
orka3 vm deploy --image ghcr.io/macstadium/orka-images/ventura:no-sip