[
     {
          "Id": "39d7a8c8c8bf8490c3d1da4d8ad8c4fde46bdbad96b875a4eac3439124453167",
          "Created": "2026-08-16T09:13:53.029014769+03:00",
          "Path": "/usr/local/bin/sandbox-egress-init",
          "Args": [
               "/bin/sh",
               "-c",
               "[ -n \"$HOME\" ] || { echo 'agent_cred: HOME unset in container' >&2; exit 10; }; agent_cred_target=\"$HOME/.codex/auth.json\"; agent_cred_dir=$(dirname \"$agent_cred_target\") || { echo 'agent_cred: cannot resolve credential directory' >&2; exit 10; }; trap 'rm -f \"$agent_cred_target\"' EXIT HUP INT TERM; mkdir -p \"$agent_cred_dir\" || { echo 'agent_cred: cannot create credential directory' >&2; exit 10; }; [ -r '/sandbox-secrets/codex/auth.json' ] || { echo 'agent_cred: staging mount missing: /sandbox-secrets/codex/auth.json' >&2; exit 10; }; cp '/sandbox-secrets/codex/auth.json' \"$agent_cred_target\" || { echo 'agent_cred: credential copy failed' >&2; exit 10; }; chmod 600 \"$agent_cred_target\" || { echo 'agent_cred: cannot restrict credential mode' >&2; exit 10; }; \"$@\"",
               "sh",
               "codex",
               "exec",
               "--sandbox",
               "danger-full-access",
               "--skip-git-repo-check",
               "-m",
               "gpt-5.6-sol",
               "-c",
               "model_reasoning_effort=low",
               "-C",
               "/sandbox/workspaces/deploy-immutable-36767deee293",
               "Overdeck repo, work ONLY in this worktree. OWNER RULING to implement (smallest industry-aligned move now, bigger move planned): the deploy clone at ~/.local/share/overdeck/deploy is a pristine release tree that tools keep dirtying (example: install-quietlsp wrote generated wrapper scripts into it), and the fail-closed sync then blocks EVERY deploy for every session — the blast lands on whoever deploys next, not the culprit. THE FIX SHAPE (owner-specified): 1) Nothing may ever write into the release tree. Generated wrappers, caches, runtime state go to ~/.local/state/overdeck/... (or ~/.cache), config to ~/.config; an installer that emits a wrapper writes to the state dir and symlinks FROM there. 2) Enforce immutability MECHANICALLY: packaging/deploy-local.sh makes the deploy clone read-only (chmod -R a-w on the tracked tree, .git excluded) at the END of a successful deploy, and re-opens it (u+w) at the START of its own next run — so a misbehaving installer fails loudly at ITS OWN write, at violation time. 3) Fix the known offender: find install-quietlsp (search the repo) and any other installer writing into the deploy tree (grep modules/ for the deploy path), reroute their generated artifacts to the state-dir pattern with symlinks. TASKS: implement 1-3; write docs/plans/2026-08-16-immutable-releases.md recording this phase plus the follow-up phase (releases/<sha> dirs with an atomic current symlink, rollback = flip back — design only). Add tests in packaging's existing style: a write into the locked tree fails; deploy-local reopens and re-locks around its own run; the rerouted installer works via the state dir. Run bash -n on every touched script and whatever packaging tests run in this sandbox. NOTE deploy-local.sh recently gained a standing-deployer queue path (deploy-requested + --now) — read the current code, not memory. Commit here, message 'Make the release tree read-only between deploys'. Do not push. Report reroutes, lock/unlock seam lines, real test output, what needs on-host verification."
          ],
          "State": {
               "OciVersion": "1.2.1",
               "Status": "exited",
               "Running": false,
               "Paused": false,
               "Restarting": false,
               "OOMKilled": false,
               "Dead": false,
               "Pid": 0,
               "ExitCode": 0,
               "Error": "",
               "StartedAt": "2026-08-16T09:13:53.178557415+03:00",
               "FinishedAt": "2026-08-16T09:20:30.137226033+03:00",
               "CheckpointedAt": "0001-01-01T00:00:00Z",
               "RestoredAt": "0001-01-01T00:00:00Z"
          },
          "Image": "cd2351bd316876dc73f51bd4d0e53c19f99acb3c6f4ad1ee714b5e6b4b040489",
          "ImageDigest": "sha256:4dbda41fbb1cdb1d7b8826528df8d604a89f6532b438f69db5f7e63756abae7b",
          "ImageName": "localhost/overdeck-agent-sandbox:8c43fe2e9758",
          "Rootfs": "",
          "Pod": "",
          "ResolvConfPath": "/run/user/1000/containers/overlay-containers/39d7a8c8c8bf8490c3d1da4d8ad8c4fde46bdbad96b875a4eac3439124453167/userdata/resolv.conf",
          "HostnamePath": "/run/user/1000/containers/overlay-containers/39d7a8c8c8bf8490c3d1da4d8ad8c4fde46bdbad96b875a4eac3439124453167/userdata/hostname",
          "HostsPath": "/run/user/1000/containers/overlay-containers/39d7a8c8c8bf8490c3d1da4d8ad8c4fde46bdbad96b875a4eac3439124453167/userdata/hosts",
          "StaticDir": "/home/user/.local/share/containers/storage/overlay-containers/39d7a8c8c8bf8490c3d1da4d8ad8c4fde46bdbad96b875a4eac3439124453167/userdata",
          "OCIConfigPath": "/home/user/.local/share/containers/storage/overlay-containers/39d7a8c8c8bf8490c3d1da4d8ad8c4fde46bdbad96b875a4eac3439124453167/userdata/config.json",
          "OCIRuntime": "crun",
          "ConmonPidFile": "/run/user/1000/containers/overlay-containers/39d7a8c8c8bf8490c3d1da4d8ad8c4fde46bdbad96b875a4eac3439124453167/userdata/conmon.pid",
          "PidFile": "/run/user/1000/containers/overlay-containers/39d7a8c8c8bf8490c3d1da4d8ad8c4fde46bdbad96b875a4eac3439124453167/userdata/pidfile",
          "Name": "overdeck-sandbox-deploy-immutable-36767deee293",
          "RestartCount": 0,
          "Driver": "overlay",
          "MountLabel": "",
          "ProcessLabel": "",
          "AppArmorProfile": "",
          "EffectiveCaps": [
               "CAP_NET_ADMIN",
               "CAP_SETGID",
               "CAP_SETPCAP",
               "CAP_SETUID"
          ],
          "BoundingCaps": [
               "CAP_NET_ADMIN",
               "CAP_SETGID",
               "CAP_SETPCAP",
               "CAP_SETUID"
          ],
          "ExecIDs": [],
          "GraphDriver": {
               "Name": "overlay",
               "Data": {
                    "LowerDir": "/home/user/.local/share/containers/storage/overlay/12223545bda30f3edabf5e61efefc3db29d214665044288bf78a799a91b349ea/diff:/home/user/.local/share/containers/storage/overlay/a6d7e1946fc57c64569a6fecd78ccfccf20fe208593dd277f70f80178f3bdb57/diff:/home/user/.local/share/containers/storage/overlay/4e2c22e501b714490e811f0a257a7f1290646719129c999c69e0f7c56fb9cc4a/diff:/home/user/.local/share/containers/storage/overlay/5d1d2336d0351e99688a7d0e93bb287cc3cd520d8013c4629aed85e1b24bbea2/diff:/home/user/.local/share/containers/storage/overlay/0e1c0cb9b47d53863fbe562b0582765bf246f7a13bea9d88eed14fc95274de8f/diff:/home/user/.local/share/containers/storage/overlay/84c8dacefd7bc86a60f8c63c67150e2a05ad248252e81a3346f5d2cb5aa09759/diff:/home/user/.local/share/containers/storage/overlay/29b4c4ee4ec7625445ea7e33a5d0ebb5166aca19c6cd4112e96a002f5cfe45a3/diff:/home/user/.local/share/containers/storage/overlay/5072943f51d5c9cb74a0c63980b191aa353c739f27f8493b5f471c69030d315e/diff:/home/user/.local/share/containers/storage/overlay/0fc8d097b64672b168d7de76e5129ed770e56a99dd1f37d54a736e6aada5d996/diff:/home/user/.local/share/containers/storage/overlay/2f8855e22e88208ff28f03b83d78bb513bd52171a684cbefdaba837823be79dd/diff:/home/user/.local/share/containers/storage/overlay/0bfdf68f062b2c06204de442b76c63ddc8b6b456a2b18cbf564a2b70b221a4c0/diff:/home/user/.local/share/containers/storage/overlay/8324102312f54fc3bf9b5e82c8faef0b1bc157efbc6bb8c2ea6665202df74b41/diff:/home/user/.local/share/containers/storage/overlay/06a6adfcca83faf4ea19db1095a7bf418e5ac4e2855ef186e74be7b6ed17e66c/diff:/home/user/.local/share/containers/storage/overlay/1133e1f722de3d951dfbbecc99f2871aa0c222157a8c6125e3d0d8bb56b6c133/diff:/home/user/.local/share/containers/storage/overlay/33abc4ad76e2099a56041549ac0643312ed831660ea7f28e07f05bc228e12f78/diff",
                    "UpperDir": "/home/user/.local/share/containers/storage/overlay/826d41d2e4ec9333d42bdbbd4d2c6d3ece9295995a33a3bdc9bcf42d9a786fd9/diff",
                    "WorkDir": "/home/user/.local/share/containers/storage/overlay/826d41d2e4ec9333d42bdbbd4d2c6d3ece9295995a33a3bdc9bcf42d9a786fd9/work"
               }
          },
          "Mounts": [
               {
                    "Type": "bind",
                    "Source": "/var/lib/buildbox/cdx-offload/repos/overdeck-73dd7c243420.git",
                    "Destination": "/home/user/cdx-offload/repos/overdeck-73dd7c243420.git",
                    "Driver": "",
                    "Mode": "",
                    "Options": [
                         "rbind"
                    ],
                    "RW": true,
                    "Propagation": "rprivate"
               },
               {
                    "Type": "bind",
                    "Source": "/home/user/.local/state/overdeck-sandbox/creds/1786860822958655351-2457799-5795/codex/auth.json",
                    "Destination": "/sandbox-secrets/codex/auth.json",
                    "Driver": "",
                    "Mode": "",
                    "Options": [
                         "rbind"
                    ],
                    "RW": false,
                    "Propagation": "rprivate"
               },
               {
                    "Type": "bind",
                    "Source": "/home/user/sandbox",
                    "Destination": "/sandbox",
                    "Driver": "",
                    "Mode": "",
                    "Options": [
                         "rbind"
                    ],
                    "RW": true,
                    "Propagation": "rprivate"
               },
               {
                    "Type": "bind",
                    "Source": "/home/user/.local/share/overdeck-sandbox/secrets/e2e_key",
                    "Destination": "/sandbox-secrets/e2e_key",
                    "Driver": "",
                    "Mode": "",
                    "Options": [
                         "rbind"
                    ],
                    "RW": false,
                    "Propagation": "rprivate"
               },
               {
                    "Type": "bind",
                    "Source": "/home/user/.local/share/overdeck-sandbox/secrets/e2e_known_hosts",
                    "Destination": "/sandbox-secrets/e2e_known_hosts",
                    "Driver": "",
                    "Mode": "",
                    "Options": [
                         "rbind"
                    ],
                    "RW": false,
                    "Propagation": "rprivate"
               },
               {
                    "Type": "bind",
                    "Source": "/home/user/.local/share/overdeck-sandbox/runs/deploy-immutable-36767deee293/egress-rules.nft",
                    "Destination": "/run/overdeck-egress/rules.nft",
                    "Driver": "",
                    "Mode": "",
                    "Options": [
                         "rbind"
                    ],
                    "RW": false,
                    "Propagation": "rprivate"
               }
          ],
          "Dependencies": [],
          "NetworkSettings": {
               "EndpointID": "",
               "Gateway": "",
               "IPAddress": "",
               "IPPrefixLen": 0,
               "IPv6Gateway": "",
               "GlobalIPv6Address": "",
               "GlobalIPv6PrefixLen": 0,
               "MacAddress": "",
               "Bridge": "",
               "SandboxID": "",
               "HairpinMode": false,
               "LinkLocalIPv6Address": "",
               "LinkLocalIPv6PrefixLen": 0,
               "Ports": {},
               "SandboxKey": "",
               "Networks": {
                    "pasta": {
                         "EndpointID": "",
                         "Gateway": "",
                         "IPAddress": "",
                         "IPPrefixLen": 0,
                         "IPv6Gateway": "",
                         "GlobalIPv6Address": "",
                         "GlobalIPv6PrefixLen": 0,
                         "MacAddress": "",
                         "NetworkID": "pasta",
                         "DriverOpts": null,
                         "IPAMConfig": null,
                         "Links": null
                    }
               }
          },
          "Namespace": "",
          "IsInfra": false,
          "IsService": false,
          "KubeExitCodePropagation": "invalid",
          "lockNumber": 1,
          "Config": {
               "Hostname": "sandbox-deploy-immutable-36767deee293",
               "Domainname": "",
               "User": "agent",
               "AttachStdin": false,
               "AttachStdout": false,
               "AttachStderr": false,
               "Tty": false,
               "OpenStdin": true,
               "StdinOnce": false,
               "Env": [
                    "container=podman",
                    "SANDBOX_TOOLGAP_FILE=/sandbox/toolgap/gaps.jsonl",
                    "SANDBOX_ID=deploy-immutable-36767deee293",
                    "PATH=/usr/local/node/bin:/sandbox/home/.local/share/pnpm:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                    "DISABLE_AUTOUPDATER=1",
                    "HOME=/sandbox/home",
                    "PNPM_HOME=/sandbox/home/.local/share/pnpm",
                    "SANDBOX_E2E_PORT=2222",
                    "COREPACK_ENABLE_DOWNLOAD_PROMPT=0",
                    "LANG=C.UTF-8",
                    "PNPM_STORE_DIR=/sandbox/store/pnpm",
                    "SANDBOX_E2E_TARGET=user@host.containers.internal",
                    "BASH_ENV=/etc/overdeck-sandbox/toolgap.bash",
                    "PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD=1",
                    "PLAYWRIGHT_BROWSERS_PATH=/ms-playwright",
                    "DEBIAN_FRONTEND=noninteractive",
                    "SANDBOX_IMAGE=localhost/overdeck-agent-sandbox:8c43fe2e9758",
                    "HOSTNAME=sandbox-deploy-immutable-36767deee293"
               ],
               "Cmd": [
                    "/bin/sh",
                    "-c",
                    "[ -n \"$HOME\" ] || { echo 'agent_cred: HOME unset in container' \u003e\u00262; exit 10; }; agent_cred_target=\"$HOME/.codex/auth.json\"; agent_cred_dir=$(dirname \"$agent_cred_target\") || { echo 'agent_cred: cannot resolve credential directory' \u003e\u00262; exit 10; }; trap 'rm -f \"$agent_cred_target\"' EXIT HUP INT TERM; mkdir -p \"$agent_cred_dir\" || { echo 'agent_cred: cannot create credential directory' \u003e\u00262; exit 10; }; [ -r '/sandbox-secrets/codex/auth.json' ] || { echo 'agent_cred: staging mount missing: /sandbox-secrets/codex/auth.json' \u003e\u00262; exit 10; }; cp '/sandbox-secrets/codex/auth.json' \"$agent_cred_target\" || { echo 'agent_cred: credential copy failed' \u003e\u00262; exit 10; }; chmod 600 \"$agent_cred_target\" || { echo 'agent_cred: cannot restrict credential mode' \u003e\u00262; exit 10; }; \"$@\"",
                    "sh",
                    "codex",
                    "exec",
                    "--sandbox",
                    "danger-full-access",
                    "--skip-git-repo-check",
                    "-m",
                    "gpt-5.6-sol",
                    "-c",
                    "model_reasoning_effort=low",
                    "-C",
                    "/sandbox/workspaces/deploy-immutable-36767deee293",
                    "Overdeck repo, work ONLY in this worktree. OWNER RULING to implement (smallest industry-aligned move now, bigger move planned): the deploy clone at ~/.local/share/overdeck/deploy is a pristine release tree that tools keep dirtying (example: install-quietlsp wrote generated wrapper scripts into it), and the fail-closed sync then blocks EVERY deploy for every session — the blast lands on whoever deploys next, not the culprit. THE FIX SHAPE (owner-specified): 1) Nothing may ever write into the release tree. Generated wrappers, caches, runtime state go to ~/.local/state/overdeck/... (or ~/.cache), config to ~/.config; an installer that emits a wrapper writes to the state dir and symlinks FROM there. 2) Enforce immutability MECHANICALLY: packaging/deploy-local.sh makes the deploy clone read-only (chmod -R a-w on the tracked tree, .git excluded) at the END of a successful deploy, and re-opens it (u+w) at the START of its own next run — so a misbehaving installer fails loudly at ITS OWN write, at violation time. 3) Fix the known offender: find install-quietlsp (search the repo) and any other installer writing into the deploy tree (grep modules/ for the deploy path), reroute their generated artifacts to the state-dir pattern with symlinks. TASKS: implement 1-3; write docs/plans/2026-08-16-immutable-releases.md recording this phase plus the follow-up phase (releases/\u003csha\u003e dirs with an atomic current symlink, rollback = flip back — design only). Add tests in packaging's existing style: a write into the locked tree fails; deploy-local reopens and re-locks around its own run; the rerouted installer works via the state dir. Run bash -n on every touched script and whatever packaging tests run in this sandbox. NOTE deploy-local.sh recently gained a standing-deployer queue path (deploy-requested + --now) — read the current code, not memory. Commit here, message 'Make the release tree read-only between deploys'. Do not push. Report reroutes, lock/unlock seam lines, real test output, what needs on-host verification."
               ],
               "Image": "localhost/overdeck-agent-sandbox:8c43fe2e9758",
               "Volumes": null,
               "WorkingDir": "/sandbox/workspaces/deploy-immutable-36767deee293",
               "Entrypoint": [
                    "/usr/local/bin/sandbox-egress-init"
               ],
               "OnBuild": null,
               "Labels": {
                    "io.buildah.version": "1.43.2"
               },
               "Annotations": {
                    "io.container.manager": "libpod",
                    "io.podman.annotations.cid-file": "/home/user/.local/share/overdeck-sandbox/runs/deploy-immutable-36767deee293/cid",
                    "io.podman.annotations.pids-limit": "512",
                    "io.podman.annotations.userns": "keep-id",
                    "org.opencontainers.image.stopSignal": "15",
                    "org.systemd.property.KillSignal": "15",
                    "org.systemd.property.TimeoutStopUSec": "uint64 10000000"
               },
               "StopSignal": "SIGTERM",
               "HealthcheckOnFailureAction": "none",
               "HealthLogDestination": "local",
               "HealthcheckMaxLogCount": 5,
               "HealthcheckMaxLogSize": 500,
               "CreateCommand": [
                    "podman",
                    "run",
                    "--replace",
                    "--interactive",
                    "--cidfile",
                    "/home/user/.local/share/overdeck-sandbox/runs/deploy-immutable-36767deee293/cid",
                    "--name",
                    "overdeck-sandbox-deploy-immutable-36767deee293",
                    "--hostname",
                    "sandbox-deploy-immutable-36767deee293",
                    "--userns=keep-id",
                    "--cap-drop=ALL",
                    "--cap-add=NET_ADMIN",
                    "--cap-add=SETUID",
                    "--cap-add=SETGID",
                    "--cap-add=SETPCAP",
                    "--security-opt=no-new-privileges",
                    "--pids-limit",
                    "512",
                    "--memory",
                    "12g",
                    "--memory-swap",
                    "12g",
                    "--cpus",
                    "4",
                    "--cpu-shares",
                    "256",
                    "--volume",
                    "/home/user/sandbox:/sandbox:rw",
                    "--volume",
                    "/home/user/.local/share/overdeck-sandbox/secrets/e2e_key:/sandbox-secrets/e2e_key:ro",
                    "--volume",
                    "/home/user/.local/share/overdeck-sandbox/secrets/e2e_known_hosts:/sandbox-secrets/e2e_known_hosts:ro",
                    "--volume",
                    "/home/user/.local/share/overdeck-sandbox/runs/deploy-immutable-36767deee293/egress-rules.nft:/run/overdeck-egress/rules.nft:ro",
                    "--volume",
                    "/var/lib/buildbox/cdx-offload/repos/overdeck-73dd7c243420.git:/home/user/cdx-offload/repos/overdeck-73dd7c243420.git:rw",
                    "--volume",
                    "/home/user/.local/state/overdeck-sandbox/creds/1786860822958655351-2457799-5795/codex/auth.json:/sandbox-secrets/codex/auth.json:ro",
                    "--workdir",
                    "/sandbox/workspaces/deploy-immutable-36767deee293",
                    "--env",
                    "HOME=/sandbox/home",
                    "--env",
                    "SANDBOX_ID=deploy-immutable-36767deee293",
                    "--env",
                    "SANDBOX_IMAGE=localhost/overdeck-agent-sandbox:8c43fe2e9758",
                    "--env",
                    "SANDBOX_E2E_TARGET=user@host.containers.internal",
                    "--env",
                    "SANDBOX_E2E_PORT=2222",
                    "--entrypoint",
                    "/usr/local/bin/sandbox-egress-init",
                    "localhost/overdeck-agent-sandbox:8c43fe2e9758",
                    "/bin/sh",
                    "-c",
                    "[ -n \"$HOME\" ] || { echo 'agent_cred: HOME unset in container' \u003e\u00262; exit 10; }; agent_cred_target=\"$HOME/.codex/auth.json\"; agent_cred_dir=$(dirname \"$agent_cred_target\") || { echo 'agent_cred: cannot resolve credential directory' \u003e\u00262; exit 10; }; trap 'rm -f \"$agent_cred_target\"' EXIT HUP INT TERM; mkdir -p \"$agent_cred_dir\" || { echo 'agent_cred: cannot create credential directory' \u003e\u00262; exit 10; }; [ -r '/sandbox-secrets/codex/auth.json' ] || { echo 'agent_cred: staging mount missing: /sandbox-secrets/codex/auth.json' \u003e\u00262; exit 10; }; cp '/sandbox-secrets/codex/auth.json' \"$agent_cred_target\" || { echo 'agent_cred: credential copy failed' \u003e\u00262; exit 10; }; chmod 600 \"$agent_cred_target\" || { echo 'agent_cred: cannot restrict credential mode' \u003e\u00262; exit 10; }; \"$@\"",
                    "sh",
                    "codex",
                    "exec",
                    "--sandbox",
                    "danger-full-access",
                    "--skip-git-repo-check",
                    "-m",
                    "gpt-5.6-sol",
                    "-c",
                    "model_reasoning_effort=low",
                    "-C",
                    "/sandbox/workspaces/deploy-immutable-36767deee293",
                    "Overdeck repo, work ONLY in this worktree. OWNER RULING to implement (smallest industry-aligned move now, bigger move planned): the deploy clone at ~/.local/share/overdeck/deploy is a pristine release tree that tools keep dirtying (example: install-quietlsp wrote generated wrapper scripts into it), and the fail-closed sync then blocks EVERY deploy for every session — the blast lands on whoever deploys next, not the culprit. THE FIX SHAPE (owner-specified): 1) Nothing may ever write into the release tree. Generated wrappers, caches, runtime state go to ~/.local/state/overdeck/... (or ~/.cache), config to ~/.config; an installer that emits a wrapper writes to the state dir and symlinks FROM there. 2) Enforce immutability MECHANICALLY: packaging/deploy-local.sh makes the deploy clone read-only (chmod -R a-w on the tracked tree, .git excluded) at the END of a successful deploy, and re-opens it (u+w) at the START of its own next run — so a misbehaving installer fails loudly at ITS OWN write, at violation time. 3) Fix the known offender: find install-quietlsp (search the repo) and any other installer writing into the deploy tree (grep modules/ for the deploy path), reroute their generated artifacts to the state-dir pattern with symlinks. TASKS: implement 1-3; write docs/plans/2026-08-16-immutable-releases.md recording this phase plus the follow-up phase (releases/\u003csha\u003e dirs with an atomic current symlink, rollback = flip back — design only). Add tests in packaging's existing style: a write into the locked tree fails; deploy-local reopens and re-locks around its own run; the rerouted installer works via the state dir. Run bash -n on every touched script and whatever packaging tests run in this sandbox. NOTE deploy-local.sh recently gained a standing-deployer queue path (deploy-requested + --now) — read the current code, not memory. Commit here, message 'Make the release tree read-only between deploys'. Do not push. Report reroutes, lock/unlock seam lines, real test output, what needs on-host verification."
               ],
               "Umask": "0022",
               "Timeout": 0,
               "StopTimeout": 10,
               "Passwd": true,
               "sdNotifyMode": "container"
          },
          "HostConfig": {
               "Binds": [
                    "/var/lib/buildbox/cdx-offload/repos/overdeck-73dd7c243420.git:/home/user/cdx-offload/repos/overdeck-73dd7c243420.git:rw,rprivate,rbind",
                    "/home/user/.local/state/overdeck-sandbox/creds/1786860822958655351-2457799-5795/codex/auth.json:/sandbox-secrets/codex/auth.json:ro,rprivate,rbind",
                    "/home/user/sandbox:/sandbox:rw,rprivate,rbind",
                    "/home/user/.local/share/overdeck-sandbox/secrets/e2e_key:/sandbox-secrets/e2e_key:ro,rprivate,rbind",
                    "/home/user/.local/share/overdeck-sandbox/secrets/e2e_known_hosts:/sandbox-secrets/e2e_known_hosts:ro,rprivate,rbind",
                    "/home/user/.local/share/overdeck-sandbox/runs/deploy-immutable-36767deee293/egress-rules.nft:/run/overdeck-egress/rules.nft:ro,rprivate,rbind"
               ],
               "CgroupManager": "systemd",
               "CgroupMode": "private",
               "ContainerIDFile": "/home/user/.local/share/overdeck-sandbox/runs/deploy-immutable-36767deee293/cid",
               "LogConfig": {
                    "Type": "journald",
                    "Config": null,
                    "Path": "",
                    "Tag": "",
                    "Size": "-1B"
               },
               "NetworkMode": "pasta",
               "PortBindings": {},
               "RestartPolicy": {
                    "Name": "no",
                    "MaximumRetryCount": 0
               },
               "AutoRemove": false,
               "AutoRemoveImage": false,
               "Annotations": {
                    "io.container.manager": "libpod",
                    "io.podman.annotations.cid-file": "/home/user/.local/share/overdeck-sandbox/runs/deploy-immutable-36767deee293/cid",
                    "io.podman.annotations.pids-limit": "512",
                    "io.podman.annotations.userns": "keep-id",
                    "org.opencontainers.image.stopSignal": "15",
                    "org.systemd.property.KillSignal": "15",
                    "org.systemd.property.TimeoutStopUSec": "uint64 10000000"
               },
               "VolumeDriver": "",
               "VolumesFrom": null,
               "CapAdd": [
                    "CAP_NET_ADMIN"
               ],
               "CapDrop": [
                    "CAP_CHOWN",
                    "CAP_DAC_OVERRIDE",
                    "CAP_FOWNER",
                    "CAP_FSETID",
                    "CAP_KILL",
                    "CAP_NET_BIND_SERVICE",
                    "CAP_SETFCAP",
                    "CAP_SYS_CHROOT"
               ],
               "Dns": [],
               "DnsOptions": [],
               "DnsSearch": [],
               "ExtraHosts": [],
               "HostsFile": "",
               "GroupAdd": [],
               "IpcMode": "shareable",
               "Cgroup": "",
               "Cgroups": "default",
               "Links": null,
               "OomScoreAdj": 0,
               "PidMode": "private",
               "Privileged": false,
               "PublishAllPorts": false,
               "ReadonlyRootfs": false,
               "SecurityOpt": [
                    "no-new-privileges"
               ],
               "Tmpfs": {},
               "UTSMode": "private",
               "UsernsMode": "private",
               "IDMappings": {
                    "UidMap": [
                         "0:1:1000",
                         "1000:0:1",
                         "1001:1001:64536"
                    ],
                    "GidMap": [
                         "0:1:1000",
                         "1000:0:1",
                         "1001:1001:64536"
                    ]
               },
               "ShmSize": 65536000,
               "Runtime": "oci",
               "ConsoleSize": [
                    0,
                    0
               ],
               "Isolation": "",
               "CpuShares": 256,
               "Memory": 12884901888,
               "NanoCpus": 4000000000,
               "CgroupParent": "user.slice",
               "BlkioWeight": 0,
               "BlkioWeightDevice": null,
               "BlkioDeviceReadBps": null,
               "BlkioDeviceWriteBps": null,
               "BlkioDeviceReadIOps": null,
               "BlkioDeviceWriteIOps": null,
               "CpuPeriod": 100000,
               "CpuQuota": 400000,
               "CpuRealtimePeriod": 0,
               "CpuRealtimeRuntime": 0,
               "CpusetCpus": "",
               "CpusetMems": "",
               "Devices": [],
               "DiskQuota": 0,
               "KernelMemory": 0,
               "MemoryReservation": 0,
               "MemorySwap": 12884901888,
               "MemorySwappiness": -1,
               "OomKillDisable": false,
               "PidsLimit": 512,
               "Ulimits": [
                    {
                         "Name": "RLIMIT_NOFILE",
                         "Soft": 524288,
                         "Hard": 524288
                    },
                    {
                         "Name": "RLIMIT_NPROC",
                         "Soft": 127162,
                         "Hard": 127162
                    }
               ],
               "CpuCount": 0,
               "CpuPercent": 0,
               "IOMaximumIOps": 0,
               "IOMaximumBandwidth": 0,
               "CgroupConf": null
          },
          "UseImageHosts": false,
          "UseImageHostname": false
     }
]
