{
  "manifest_version": "1.0.0",
  "template": {
    "id": "5b73e072-49a8-4255-87fb-94cc055cd11b",
    "slug": "alpine-linux",
    "name": "Alpine Linux",
    "description": "[Jul'26] Hosted Alpine Linux workspace with SSH & persistent storage",
    "url": "https://railway.com/deploy/alpine-linux",
    "upstream": {
      "image": "alpine:latest"
    }
  },
  "services": [
    {
      "name": "alpine",
      "source": {
        "image": "alpine:latest"
      },
      "needs_volume": true,
      "volume_mount_path": "/data",
      "http": false
    }
  ],
  "required_inputs": [],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "alpine-linux"
      }
    },
    "cli": "railway deploy --template alpine-linux",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "5b73e072-49a8-4255-87fb-94cc055cd11b",
            "serializedConfig": {
              "services": {
                "a4fb6930-2c39-482b-950f-b68f1300f80d": {
                  "icon": "https://raw.githubusercontent.com/docker-library/docs/781049d54b1bd9b26d7e8ad384a92f7e0dcb0894/alpine/logo.png",
                  "name": "alpine",
                  "deploy": {
                    "startCommand": "sh -c 'echo \"container is running on Railway\"; tail -f /dev/null'"
                  },
                  "source": {
                    "image": "alpine:latest"
                  },
                  "volumeMounts": {
                    "a4fb6930-2c39-482b-950f-b68f1300f80d": {
                      "mountPath": "/data"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-11T04:14:34.944Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-09T06:02:54.204Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_12e8891ea91140c68111",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 73,
    "typical_build_seconds": 0,
    "typical_start_seconds": 1,
    "slowest_service": "alpine"
  }
}
