{
  "slug": "check-container-image-tag-in-manifest",
  "title": "Check Image Tags in Manifests",
  "fixture": "containers/deployment-triage-lab",
  "command_count": 2,
  "container_tool": "docker",
  "image": "localhost/linuxoneliners-lab:latest",
  "exit_code": 0,
  "elapsed_ms": 199,
  "stdout": "::fixture-ready::\n$ cat deploy/app.yaml\nimage: registry.example/app:v1.2.3\nimage: registry.example/worker:v1.2.3\n::exit-code::0\n$ grep -RhoE 'image:[[:space:]]*[^[:space:]]+' deploy/ | sort -u\nimage: registry.example/app:v1.2.3\nimage: registry.example/worker:v1.2.3\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"
    ]
  }
}