{
  "slug": "incident-deploy-restart-timeline",
  "title": "Build a Deploy and Restart Timeline",
  "fixture": "containers/log-observability-incident-triage-lab",
  "command_count": 2,
  "container_tool": "docker",
  "image": "localhost/linuxoneliners-lab:latest",
  "exit_code": 0,
  "elapsed_ms": 193,
  "stdout": "::fixture-ready::\n$ ls fixtures/incidents/*.log\nfixtures/incidents/app.log\nfixtures/incidents/deploy.log\n::exit-code::0\n$ grep -Eh 'deploy|release|restart|started|stopped|rolled back' fixtures/incidents/*.log | sort\n2026-06-25T13:58:00Z deploy started release=2026.06.25.2 actor=ci\n2026-06-25T14:00:01Z level=INFO service=api request_id=req-100 msg=started release=2026.06.25.1\n2026-06-25T14:04:44Z deploy release_switch release=2026.06.25.2\n2026-06-25T14:04:44Z level=INFO service=deploy request_id=req-104 msg=release_switch release=2026.06.25.2\n2026-06-25T14:05:12Z level=INFO service=system request_id=req-106 msg=worker_restarted\n2026-06-25T14:05:12Z supervisor worker restarted after exit_code=137\n2026-06-25T14:09:30Z deploy rolled back release=2026.06.25.1 reason=error_rate\n::exit-code::0\n",
  "stderr": "",
  "ok": true,
  "security": {
    "network": "none",
    "capabilities": "dropped",
    "no_new_privileges": true,
    "memory": "256m",
    "cpus": "1",
    "pids_limit": 128,
    "tmpfs": [
      "/tmp",
      "/var"
    ]
  }
}