jobs: delete: {
    image: "ghcr.io/acorn-io/images-mirror/busybox:latest"
    events: ["create", "delete"]
    dirs: "/app": "./scripts"
    command: "/app/run.sh"
}
