{
  "manifest_version": "1.0.0",
  "template": {
    "id": "efc06977-ba99-4dd0-91fd-a9008a63a8c8",
    "slug": "almalinux-10",
    "name": "AlmaLinux 10",
    "description": "[Jul'26] Hosted AlmaLinux 10 workspace with SSH & persistent storage.",
    "url": "https://railway.com/deploy/almalinux-10",
    "upstream": {
      "image": "almalinux:10"
    }
  },
  "services": [
    {
      "name": "alma-linux",
      "source": {
        "image": "almalinux:10"
      },
      "needs_volume": true,
      "volume_mount_path": "/data",
      "http": false
    }
  ],
  "required_inputs": [],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "almalinux-10"
      }
    },
    "cli": "railway deploy --template almalinux-10",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "efc06977-ba99-4dd0-91fd-a9008a63a8c8",
            "serializedConfig": {
              "services": {
                "a9eb3585-db9f-4e9e-9d28-595b14de308a": {
                  "icon": "https://raw.githubusercontent.com/docker-library/docs/23547f3e976bc000d1a01a47241000f72aec9a40/almalinux/logo.png",
                  "name": "alma-linux",
                  "deploy": {
                    "startCommand": "bash -lc 'echo \"container is running on Railway\"; tail -f /dev/null'"
                  },
                  "source": {
                    "image": "almalinux:10"
                  },
                  "volumeMounts": {
                    "a9eb3585-db9f-4e9e-9d28-595b14de308a": {
                      "mountPath": "/data"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-10T16:14:52.212Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-09T05:46:58.261Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_4b29f7d2ac9b4fb98235",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 93,
    "typical_build_seconds": 0,
    "typical_start_seconds": 0,
    "slowest_service": "alma-linux"
  }
}
