Files
pikasTech-HWLAB/reports/dev-gate/dev-artifacts.json
T
2026-05-23 08:57:33 +00:00

1220 lines
54 KiB
JSON

{
"$schema": "https://hwlab.pikastech.local/schemas/dev-artifact-publish.schema.json",
"$id": "https://hwlab.pikastech.local/reports/dev-gate/dev-artifacts.json",
"reportVersion": "v1",
"issue": "pikasTech/HWLAB#35",
"taskId": "dev-artifact-publish",
"commitId": "6963ed2",
"acceptanceLevel": "dev_artifact_publish",
"devOnly": true,
"prodDisabled": true,
"reportLifecycle": {
"version": "v1",
"state": "active",
"activeEndpoint": "http://74.48.78.17:16667",
"activeBrowserEndpoint": "http://74.48.78.17:16666",
"deprecatedEndpoint": null,
"summary": "Current DEV artifact publish report; it is not a DEV-LIVE runtime substitute."
},
"sourceContract": {
"status": "pass",
"documents": [
"docs/dev-acceptance-matrix.md",
"docs/m0-contract-audit.md",
"docs/artifact-catalog.md",
"docs/dev-artifact-publish.md",
"docs/dev-base-image-preflight.md"
],
"summary": "DEV artifact publish evidence for pikasTech/HWLAB#35, stored in the DEV gate report envelope."
},
"validationCommands": [
"node --check scripts/dev-artifact-publish.mjs",
"node --check scripts/src/dev-artifact-services.mjs",
"node --check scripts/src/registry-capabilities.mjs",
"node --check scripts/preflight-dev-base-image.mjs",
"node --check scripts/src/dev-base-image-preflight.mjs",
"node scripts/preflight-dev-base-image.mjs",
"node scripts/dev-artifact-publish.mjs --preflight --no-report",
"node --check scripts/validate-dev-gate-report.mjs",
"node scripts/validate-dev-gate-report.mjs"
],
"localSmoke": {
"status": "not_run",
"commands": [
"node scripts/m1-contract-smoke.mjs"
],
"evidence": [
"This report records artifact build/publish state only; local smoke remains a separate gate."
],
"summary": "Local smoke is not implied by artifact publication."
},
"dryRun": {
"status": "not_run",
"commands": [
"node tools/hwlab-cli/bin/hwlab-cli.mjs test e2e --env dev --mvp --dry-run"
],
"evidence": [
"This report records DEV artifact build/publish state only; deployment dry-run remains separate."
],
"summary": "DEV deploy dry-run is not implied by artifact publication."
},
"devPreconditions": {
"status": "pass",
"requirements": [
"Registry prefix is localhost or private/internal only.",
"DEV builder base image preflight returns ready before build or publish.",
"Environment remains dev and namespace remains hwlab-dev.",
"PROD profile remains disabled.",
"No secret or token material is required by this workflow."
],
"summary": "Fatal DEV-only artifact preconditions passed."
},
"blockers": [],
"artifactPublish": {
"issue": "pikasTech/HWLAB#35",
"status": "published",
"mode": "publish",
"repo": "pikasTech/HWLAB",
"sourceCommitId": "6963ed21342374016fe419fd251d1787b249b5e7",
"registryPrefix": "127.0.0.1:5000/hwlab",
"registryCapabilities": {
"version": "v1",
"registryPrefix": "127.0.0.1:5000/hwlab",
"generatedAt": "2026-05-23T08:46:25.909Z",
"classification": "degraded",
"dimensions": {
"processHttpAccess": {
"id": "process-http-access",
"status": "degraded",
"requiredForPublish": false,
"requiredForDeploy": false,
"endpoint": "http://127.0.0.1:5000/v2/",
"probeKind": "runner-process-http-v2",
"summary": "Runner process cannot reach http://127.0.0.1:5000/v2/; this is process HTTP access only and does not prove Docker daemon push failure.",
"evidence": {
"probe": {
"ok": false,
"url": "http://127.0.0.1:5000/v2/",
"method": "GET",
"error": "fetch failed ECONNREFUSED 127.0.0.1 5000"
},
"publishFailure": false
}
},
"dockerDaemonPushAccess": {
"id": "docker-daemon-push-access",
"status": "pass",
"requiredForPublish": true,
"requiredForDeploy": false,
"endpoint": "127.0.0.1:5000/hwlab",
"probeKind": "docker-ps-read-only",
"summary": "Docker daemon can see a local/internal registry target for publish preflight purposes; no push was attempted.",
"evidence": {
"dockerVersion": {
"command": "docker --version",
"ok": true,
"exitCode": 0,
"stdout": "Docker version 26.1.5+dfsg1, build a72d7cd",
"stderr": "",
"error": null
},
"registryPrefix": "127.0.0.1:5000/hwlab",
"loopbackPort5000": true,
"registryContainerVisible": true,
"matchingContainers": [
{
"id": "00091efce380",
"image": "registry:2.8.3",
"names": "unidesk-artifact-registry",
"ports": "127.0.0.1:5000->5000/tcp",
"state": "running",
"status": "Up 2 days"
}
],
"pushAttempted": false,
"mutationAttempted": false
}
},
"k3sPullAccess": {
"id": "k3s-pull-access",
"status": "pass",
"requiredForPublish": false,
"requiredForDeploy": true,
"endpoint": "127.0.0.1:5000/hwlab",
"probeKind": "kubectl-read-only",
"summary": "Read-only kubectl observed hwlab-dev pods with pulled registry images.",
"evidence": {
"kubectlAvailable": true,
"context": {
"command": "kubectl config current-context",
"ok": true,
"exitCode": 0,
"stdout": "in-cluster",
"stderr": "",
"error": null
},
"canGetPods": {
"command": "kubectl auth can-i get pods -n hwlab-dev",
"ok": true,
"exitCode": 0,
"stdout": "yes",
"stderr": "",
"error": null
},
"podCount": 13,
"pulledImages": [
{
"pod": "hwlab-agent-mgr-7d886f475b-2jsms",
"container": "hwlab-agent-mgr",
"image": "127.0.0.1:5000/hwlab/hwlab-agent-mgr:4d2a0ba",
"imageID": "127.0.0.1:5000/hwlab/hwlab-agent-mgr@sha256:7df780347df148f1303c498f35aba19d9c10f2f86899e9729afda978e7a27b2d"
},
{
"pod": "hwlab-agent-skills-57bbbff6f4-l8lv9",
"container": "hwlab-agent-skills",
"image": "127.0.0.1:5000/hwlab/hwlab-agent-skills:4d2a0ba",
"imageID": "127.0.0.1:5000/hwlab/hwlab-agent-skills@sha256:fd88f8f2d2d43d4420c5f70306f5810cb756bea9c0b206410cb7fa694cb67ce1"
},
{
"pod": "hwlab-box-simu-0",
"container": "hwlab-box-simu",
"image": "127.0.0.1:5000/hwlab/hwlab-box-simu:4d2a0ba",
"imageID": "127.0.0.1:5000/hwlab/hwlab-box-simu@sha256:d05966d151fb2435b138c6dc2a4f69663724a2d15d8bb1b1415f1fb38314d760"
},
{
"pod": "hwlab-box-simu-1",
"container": "hwlab-box-simu",
"image": "127.0.0.1:5000/hwlab/hwlab-box-simu:4d2a0ba",
"imageID": "127.0.0.1:5000/hwlab/hwlab-box-simu@sha256:d05966d151fb2435b138c6dc2a4f69663724a2d15d8bb1b1415f1fb38314d760"
},
{
"pod": "hwlab-cloud-api-79f7b7c98-c29dr",
"container": "hwlab-cloud-api",
"image": "127.0.0.1:5000/hwlab/hwlab-cloud-api:4d2a0ba",
"imageID": "127.0.0.1:5000/hwlab/hwlab-cloud-api@sha256:a156448e6e1dd9e5ed50233325347f5d90be5b100a0fd72e622eb204815e980c"
},
{
"pod": "hwlab-cloud-web-5f8458d958-99rmw",
"container": "hwlab-cloud-web",
"image": "127.0.0.1:5000/hwlab/hwlab-cloud-web:4d2a0ba",
"imageID": "127.0.0.1:5000/hwlab/hwlab-cloud-web@sha256:fe834adbfd8cf0ca7e514af6c71dfe7243540084f81e6ef124549e4071e1d200"
},
{
"pod": "hwlab-edge-proxy-86cf7d5cdf-zfmfh",
"container": "hwlab-edge-proxy",
"image": "127.0.0.1:5000/hwlab/hwlab-edge-proxy:4d2a0ba",
"imageID": "127.0.0.1:5000/hwlab/hwlab-edge-proxy@sha256:a48a40a071475a14694890e29074c4aafd358672dd9a4816cb43bee451c81d6e"
},
{
"pod": "hwlab-frpc-59f57d479c-wm5l2",
"container": "frpc",
"image": "127.0.0.1:5000/hwlab/frpc:v0.68.1",
"imageID": "127.0.0.1:5000/hwlab/frpc@sha256:ce400cda42a260964e40ab1ca68b868f72c569cdce4b243aef36ce40194d287b"
},
{
"pod": "hwlab-gateway-simu-0",
"container": "hwlab-gateway-simu",
"image": "127.0.0.1:5000/hwlab/hwlab-gateway-simu:4d2a0ba",
"imageID": "127.0.0.1:5000/hwlab/hwlab-gateway-simu@sha256:daae618cdc7fb176d7dc769956e3d5948d1abade09e35dd29daf9c86a37f8fd1"
},
{
"pod": "hwlab-gateway-simu-1",
"container": "hwlab-gateway-simu",
"image": "127.0.0.1:5000/hwlab/hwlab-gateway-simu:4d2a0ba",
"imageID": "127.0.0.1:5000/hwlab/hwlab-gateway-simu@sha256:daae618cdc7fb176d7dc769956e3d5948d1abade09e35dd29daf9c86a37f8fd1"
},
{
"pod": "hwlab-patch-panel-599598cb6b-b5s5t",
"container": "hwlab-patch-panel",
"image": "127.0.0.1:5000/hwlab/hwlab-patch-panel:4d2a0ba",
"imageID": "127.0.0.1:5000/hwlab/hwlab-patch-panel@sha256:0fd85a67451dad95936cafa98e656f01a0209236c153a6790a0f6d61716ad979"
},
{
"pod": "hwlab-router-59bc75b5f7-qbw6r",
"container": "hwlab-router",
"image": "127.0.0.1:5000/hwlab/hwlab-router:4d2a0ba",
"imageID": "127.0.0.1:5000/hwlab/hwlab-router@sha256:e3795c1de2aa0ea2d98af39a88e85f0f789b15d6f3e8fc79ec8815c87906c95f"
},
{
"pod": "hwlab-tunnel-client-7885888f9-9kwv8",
"container": "hwlab-tunnel-client",
"image": "127.0.0.1:5000/hwlab/hwlab-tunnel-client:4d2a0ba",
"imageID": "127.0.0.1:5000/hwlab/hwlab-tunnel-client@sha256:1a5d0a22118b4ddcbff49d1d111e027dc17bbd813d527b5e7978d53b127abf29"
}
],
"pullFailures": [],
"pullAttempted": false,
"mutationAttempted": false
}
}
},
"interpretation": {
"processHttpAccess": "Runner process HTTP access to /v2/ is diagnostic only and must not be treated as Docker daemon push access.",
"dockerDaemonPushAccess": "Docker daemon push access is the publish-path capability. This probe is read-only and does not push.",
"k3sPullAccess": "k3s pull access is the deploy-path capability. This probe is read-only and does not create pods or read secrets."
}
},
"baseImage": "node:20-bookworm-slim",
"baseImagePreflight": {
"status": "ready",
"imageSource": "local-docker-node:20-*",
"requestedImage": null,
"localTag": "node:20-bookworm-slim",
"imageId": "sha256:9da6b4e352d0d5c94963eba1832408f5b7b08839cd8be9b6610c05de5118c704",
"repoDigests": [
"node@sha256:2cf067cfed83d5ea958367df9f966191a942351a2df77d6f0193e162b5febfc0"
],
"candidates": [
{
"source": "local-docker-node:20-*",
"approval": {
"approved": true,
"reason": "local Node 20 builder base image"
},
"localTag": "node:20-bookworm-slim",
"imageId": "9da6b4e352d0",
"size": "200MB",
"createdSince": "4 weeks ago"
}
],
"rejectedCandidates": [
{
"source": "local-docker-node",
"localTag": "node:22-bookworm-slim",
"imageId": "341b84210b33",
"reason": "local Node image is not Node 20 and is not approved as the HWLAB DEV builder base image"
}
],
"publishUsable": true,
"blockers": [],
"nextSteps": [
"Use the reported localTag as the DEV builder base image for artifact publish.",
"Keep publish DEV-only and record the produced HWLAB service image tags and digests separately."
],
"recommendation": {
"source": "Preloaded D601 local Docker cache or D601-local registry tag.",
"envVar": "HWLAB_DEV_BASE_IMAGE",
"preferredImageTag": "node:20-bookworm-slim",
"preferredHwlabImageTag": "127.0.0.1:5000/hwlab/hwlab-dev-base:node20-bookworm-slim",
"recommendedEnvValue": "node:20-bookworm-slim"
},
"provision": {
"required": false,
"exactBlocker": null,
"expectedImageTag": "node:20-bookworm-slim",
"recommendedEnv": {
"name": "HWLAB_DEV_BASE_IMAGE",
"value": "node:20-bookworm-slim",
"assignment": "HWLAB_DEV_BASE_IMAGE=node:20-bookworm-slim"
},
"recommendedHwlabImageTag": "127.0.0.1:5000/hwlab/hwlab-dev-base:node20-bookworm-slim",
"nextHumanCommand": null,
"commands": {
"d601OnlinePreload": [
"docker pull node:20-bookworm-slim",
"HWLAB_DEV_BASE_IMAGE=node:20-bookworm-slim node scripts/preflight-dev-base-image.mjs"
],
"d601HwlabTagProvision": [
"docker pull node:20-bookworm-slim",
"docker tag node:20-bookworm-slim 127.0.0.1:5000/hwlab/hwlab-dev-base:node20-bookworm-slim",
"HWLAB_DEV_BASE_IMAGE=127.0.0.1:5000/hwlab/hwlab-dev-base:node20-bookworm-slim node scripts/preflight-dev-base-image.mjs"
],
"offlineSourceExport": [
"docker pull node:20-bookworm-slim",
"docker save node:20-bookworm-slim -o hwlab-node20-bookworm-slim.tar"
],
"offlineD601Import": [
"docker load -i hwlab-node20-bookworm-slim.tar",
"HWLAB_DEV_BASE_IMAGE=node:20-bookworm-slim node scripts/preflight-dev-base-image.mjs"
],
"artifactPublishDryRun": [
"HWLAB_DEV_BASE_IMAGE=node:20-bookworm-slim node scripts/dev-artifact-publish.mjs --preflight --no-report"
]
}
},
"blockedReport": null,
"containerEngine": {
"command": "docker",
"available": true,
"version": "Docker version 26.1.5+dfsg1, build a72d7cd",
"errorCode": null,
"stderr": ""
}
},
"environment": "dev",
"serviceInventory": {
"version": "v2",
"serviceCount": 13,
"requiredServiceCount": 13,
"disabledServiceCount": 0,
"requiredServiceIds": [
"hwlab-cloud-api",
"hwlab-cloud-web",
"hwlab-agent-mgr",
"hwlab-agent-worker",
"hwlab-gateway",
"hwlab-gateway-simu",
"hwlab-box-simu",
"hwlab-patch-panel",
"hwlab-router",
"hwlab-tunnel-client",
"hwlab-edge-proxy",
"hwlab-cli",
"hwlab-agent-skills"
],
"disabledServiceIds": [],
"services": [
{
"serviceId": "hwlab-cloud-api",
"publishEnabled": true,
"artifactRequired": true,
"artifactScope": "required",
"runtimeKind": "node-command",
"implementationState": "repo-entrypoint",
"sourceState": "source-present",
"entrypoint": "cmd/hwlab-cloud-api/main.mjs",
"disabledReason": null
},
{
"serviceId": "hwlab-cloud-web",
"publishEnabled": true,
"artifactRequired": true,
"artifactScope": "required",
"runtimeKind": "cloud-web",
"implementationState": "static-web-wrapper",
"sourceState": "source-present",
"entrypoint": "web/hwlab-cloud-web/index.html",
"disabledReason": null
},
{
"serviceId": "hwlab-agent-mgr",
"publishEnabled": true,
"artifactRequired": true,
"artifactScope": "required",
"runtimeKind": "node-command",
"implementationState": "repo-entrypoint",
"sourceState": "source-present",
"entrypoint": "cmd/hwlab-agent-mgr/main.mjs",
"disabledReason": null
},
{
"serviceId": "hwlab-agent-worker",
"publishEnabled": true,
"artifactRequired": true,
"artifactScope": "required",
"runtimeKind": "node-command",
"implementationState": "repo-entrypoint",
"sourceState": "source-present",
"entrypoint": "cmd/hwlab-agent-worker/main.mjs",
"disabledReason": null
},
{
"serviceId": "hwlab-gateway",
"publishEnabled": true,
"artifactRequired": true,
"artifactScope": "required",
"runtimeKind": "node-command",
"implementationState": "repo-entrypoint",
"sourceState": "source-present",
"entrypoint": "cmd/hwlab-gateway/main.mjs",
"disabledReason": null
},
{
"serviceId": "hwlab-gateway-simu",
"publishEnabled": true,
"artifactRequired": true,
"artifactScope": "required",
"runtimeKind": "node-command",
"implementationState": "repo-entrypoint",
"sourceState": "source-present",
"entrypoint": "cmd/hwlab-gateway-simu/main.mjs",
"disabledReason": null
},
{
"serviceId": "hwlab-box-simu",
"publishEnabled": true,
"artifactRequired": true,
"artifactScope": "required",
"runtimeKind": "node-command",
"implementationState": "repo-entrypoint",
"sourceState": "source-present",
"entrypoint": "cmd/hwlab-box-simu/main.mjs",
"disabledReason": null
},
{
"serviceId": "hwlab-patch-panel",
"publishEnabled": true,
"artifactRequired": true,
"artifactScope": "required",
"runtimeKind": "node-command",
"implementationState": "repo-entrypoint",
"sourceState": "source-present",
"entrypoint": "cmd/hwlab-patch-panel/main.mjs",
"disabledReason": null
},
{
"serviceId": "hwlab-router",
"publishEnabled": true,
"artifactRequired": true,
"artifactScope": "required",
"runtimeKind": "node-command",
"implementationState": "repo-entrypoint",
"sourceState": "source-present",
"entrypoint": "cmd/hwlab-router/main.mjs",
"disabledReason": null
},
{
"serviceId": "hwlab-tunnel-client",
"publishEnabled": true,
"artifactRequired": true,
"artifactScope": "required",
"runtimeKind": "node-command",
"implementationState": "repo-entrypoint",
"sourceState": "source-present",
"entrypoint": "cmd/hwlab-tunnel-client/main.mjs",
"disabledReason": null
},
{
"serviceId": "hwlab-edge-proxy",
"publishEnabled": true,
"artifactRequired": true,
"artifactScope": "required",
"runtimeKind": "node-command",
"implementationState": "repo-entrypoint",
"sourceState": "source-present",
"entrypoint": "cmd/hwlab-edge-proxy/main.mjs",
"disabledReason": null
},
{
"serviceId": "hwlab-cli",
"publishEnabled": true,
"artifactRequired": true,
"artifactScope": "required",
"runtimeKind": "cli",
"implementationState": "repo-entrypoint",
"sourceState": "source-present",
"entrypoint": "tools/hwlab-cli/bin/hwlab-cli.mjs",
"disabledReason": null
},
{
"serviceId": "hwlab-agent-skills",
"publishEnabled": true,
"artifactRequired": true,
"artifactScope": "required",
"runtimeKind": "skills-bundle",
"implementationState": "repo-bundle",
"sourceState": "source-present",
"entrypoint": "skills/hwlab-agent-runtime/SKILL.md",
"disabledReason": null
}
]
},
"publishPlan": {
"version": "v2",
"mode": "publish",
"sourceCommitId": "6963ed21342374016fe419fd251d1787b249b5e7",
"imageTag": "6963ed2",
"registryTarget": "127.0.0.1:5000/hwlab",
"registryCapabilities": {
"version": "v1",
"registryPrefix": "127.0.0.1:5000/hwlab",
"generatedAt": "2026-05-23T08:46:25.909Z",
"classification": "degraded",
"dimensions": {
"processHttpAccess": {
"id": "process-http-access",
"status": "degraded",
"requiredForPublish": false,
"requiredForDeploy": false,
"endpoint": "http://127.0.0.1:5000/v2/",
"probeKind": "runner-process-http-v2",
"summary": "Runner process cannot reach http://127.0.0.1:5000/v2/; this is process HTTP access only and does not prove Docker daemon push failure.",
"evidence": {
"probe": {
"ok": false,
"url": "http://127.0.0.1:5000/v2/",
"method": "GET",
"error": "fetch failed ECONNREFUSED 127.0.0.1 5000"
},
"publishFailure": false
}
},
"dockerDaemonPushAccess": {
"id": "docker-daemon-push-access",
"status": "pass",
"requiredForPublish": true,
"requiredForDeploy": false,
"endpoint": "127.0.0.1:5000/hwlab",
"probeKind": "docker-ps-read-only",
"summary": "Docker daemon can see a local/internal registry target for publish preflight purposes; no push was attempted.",
"evidence": {
"dockerVersion": {
"command": "docker --version",
"ok": true,
"exitCode": 0,
"stdout": "Docker version 26.1.5+dfsg1, build a72d7cd",
"stderr": "",
"error": null
},
"registryPrefix": "127.0.0.1:5000/hwlab",
"loopbackPort5000": true,
"registryContainerVisible": true,
"matchingContainers": [
{
"id": "00091efce380",
"image": "registry:2.8.3",
"names": "unidesk-artifact-registry",
"ports": "127.0.0.1:5000->5000/tcp",
"state": "running",
"status": "Up 2 days"
}
],
"pushAttempted": false,
"mutationAttempted": false
}
},
"k3sPullAccess": {
"id": "k3s-pull-access",
"status": "pass",
"requiredForPublish": false,
"requiredForDeploy": true,
"endpoint": "127.0.0.1:5000/hwlab",
"probeKind": "kubectl-read-only",
"summary": "Read-only kubectl observed hwlab-dev pods with pulled registry images.",
"evidence": {
"kubectlAvailable": true,
"context": {
"command": "kubectl config current-context",
"ok": true,
"exitCode": 0,
"stdout": "in-cluster",
"stderr": "",
"error": null
},
"canGetPods": {
"command": "kubectl auth can-i get pods -n hwlab-dev",
"ok": true,
"exitCode": 0,
"stdout": "yes",
"stderr": "",
"error": null
},
"podCount": 13,
"pulledImages": [
{
"pod": "hwlab-agent-mgr-7d886f475b-2jsms",
"container": "hwlab-agent-mgr",
"image": "127.0.0.1:5000/hwlab/hwlab-agent-mgr:4d2a0ba",
"imageID": "127.0.0.1:5000/hwlab/hwlab-agent-mgr@sha256:7df780347df148f1303c498f35aba19d9c10f2f86899e9729afda978e7a27b2d"
},
{
"pod": "hwlab-agent-skills-57bbbff6f4-l8lv9",
"container": "hwlab-agent-skills",
"image": "127.0.0.1:5000/hwlab/hwlab-agent-skills:4d2a0ba",
"imageID": "127.0.0.1:5000/hwlab/hwlab-agent-skills@sha256:fd88f8f2d2d43d4420c5f70306f5810cb756bea9c0b206410cb7fa694cb67ce1"
},
{
"pod": "hwlab-box-simu-0",
"container": "hwlab-box-simu",
"image": "127.0.0.1:5000/hwlab/hwlab-box-simu:4d2a0ba",
"imageID": "127.0.0.1:5000/hwlab/hwlab-box-simu@sha256:d05966d151fb2435b138c6dc2a4f69663724a2d15d8bb1b1415f1fb38314d760"
},
{
"pod": "hwlab-box-simu-1",
"container": "hwlab-box-simu",
"image": "127.0.0.1:5000/hwlab/hwlab-box-simu:4d2a0ba",
"imageID": "127.0.0.1:5000/hwlab/hwlab-box-simu@sha256:d05966d151fb2435b138c6dc2a4f69663724a2d15d8bb1b1415f1fb38314d760"
},
{
"pod": "hwlab-cloud-api-79f7b7c98-c29dr",
"container": "hwlab-cloud-api",
"image": "127.0.0.1:5000/hwlab/hwlab-cloud-api:4d2a0ba",
"imageID": "127.0.0.1:5000/hwlab/hwlab-cloud-api@sha256:a156448e6e1dd9e5ed50233325347f5d90be5b100a0fd72e622eb204815e980c"
},
{
"pod": "hwlab-cloud-web-5f8458d958-99rmw",
"container": "hwlab-cloud-web",
"image": "127.0.0.1:5000/hwlab/hwlab-cloud-web:4d2a0ba",
"imageID": "127.0.0.1:5000/hwlab/hwlab-cloud-web@sha256:fe834adbfd8cf0ca7e514af6c71dfe7243540084f81e6ef124549e4071e1d200"
},
{
"pod": "hwlab-edge-proxy-86cf7d5cdf-zfmfh",
"container": "hwlab-edge-proxy",
"image": "127.0.0.1:5000/hwlab/hwlab-edge-proxy:4d2a0ba",
"imageID": "127.0.0.1:5000/hwlab/hwlab-edge-proxy@sha256:a48a40a071475a14694890e29074c4aafd358672dd9a4816cb43bee451c81d6e"
},
{
"pod": "hwlab-frpc-59f57d479c-wm5l2",
"container": "frpc",
"image": "127.0.0.1:5000/hwlab/frpc:v0.68.1",
"imageID": "127.0.0.1:5000/hwlab/frpc@sha256:ce400cda42a260964e40ab1ca68b868f72c569cdce4b243aef36ce40194d287b"
},
{
"pod": "hwlab-gateway-simu-0",
"container": "hwlab-gateway-simu",
"image": "127.0.0.1:5000/hwlab/hwlab-gateway-simu:4d2a0ba",
"imageID": "127.0.0.1:5000/hwlab/hwlab-gateway-simu@sha256:daae618cdc7fb176d7dc769956e3d5948d1abade09e35dd29daf9c86a37f8fd1"
},
{
"pod": "hwlab-gateway-simu-1",
"container": "hwlab-gateway-simu",
"image": "127.0.0.1:5000/hwlab/hwlab-gateway-simu:4d2a0ba",
"imageID": "127.0.0.1:5000/hwlab/hwlab-gateway-simu@sha256:daae618cdc7fb176d7dc769956e3d5948d1abade09e35dd29daf9c86a37f8fd1"
},
{
"pod": "hwlab-patch-panel-599598cb6b-b5s5t",
"container": "hwlab-patch-panel",
"image": "127.0.0.1:5000/hwlab/hwlab-patch-panel:4d2a0ba",
"imageID": "127.0.0.1:5000/hwlab/hwlab-patch-panel@sha256:0fd85a67451dad95936cafa98e656f01a0209236c153a6790a0f6d61716ad979"
},
{
"pod": "hwlab-router-59bc75b5f7-qbw6r",
"container": "hwlab-router",
"image": "127.0.0.1:5000/hwlab/hwlab-router:4d2a0ba",
"imageID": "127.0.0.1:5000/hwlab/hwlab-router@sha256:e3795c1de2aa0ea2d98af39a88e85f0f789b15d6f3e8fc79ec8815c87906c95f"
},
{
"pod": "hwlab-tunnel-client-7885888f9-9kwv8",
"container": "hwlab-tunnel-client",
"image": "127.0.0.1:5000/hwlab/hwlab-tunnel-client:4d2a0ba",
"imageID": "127.0.0.1:5000/hwlab/hwlab-tunnel-client@sha256:1a5d0a22118b4ddcbff49d1d111e027dc17bbd813d527b5e7978d53b127abf29"
}
],
"pullFailures": [],
"pullAttempted": false,
"mutationAttempted": false
}
}
},
"interpretation": {
"processHttpAccess": "Runner process HTTP access to /v2/ is diagnostic only and must not be treated as Docker daemon push access.",
"dockerDaemonPushAccess": "Docker daemon push access is the publish-path capability. This probe is read-only and does not push.",
"k3sPullAccess": "k3s pull access is the deploy-path capability. This probe is read-only and does not create pods or read secrets."
}
},
"digestPlaceholder": "not_published",
"services": [
{
"serviceId": "hwlab-cloud-api",
"enabled": true,
"required": true,
"artifactScope": "required",
"sourceCommitId": "6963ed21342374016fe419fd251d1787b249b5e7",
"registryTarget": "127.0.0.1:5000/hwlab/hwlab-cloud-api",
"image": "127.0.0.1:5000/hwlab/hwlab-cloud-api:6963ed2",
"imageTag": "6963ed2",
"digest": "sha256:62809a26b771353580215f8e84f515cdeb8ee508a45cbdc1b883c4c8ebb29005",
"repositoryDigest": "127.0.0.1:5000/hwlab/hwlab-cloud-api@sha256:62809a26b771353580215f8e84f515cdeb8ee508a45cbdc1b883c4c8ebb29005",
"digestStatus": "real",
"status": "published",
"notPublishedReason": null
},
{
"serviceId": "hwlab-cloud-web",
"enabled": true,
"required": true,
"artifactScope": "required",
"sourceCommitId": "6963ed21342374016fe419fd251d1787b249b5e7",
"registryTarget": "127.0.0.1:5000/hwlab/hwlab-cloud-web",
"image": "127.0.0.1:5000/hwlab/hwlab-cloud-web:6963ed2",
"imageTag": "6963ed2",
"digest": "sha256:27d3078926d5bfbe470d3a5b53e093801a67d35086fa4e8e03a42b69d8a91538",
"repositoryDigest": "127.0.0.1:5000/hwlab/hwlab-cloud-web@sha256:27d3078926d5bfbe470d3a5b53e093801a67d35086fa4e8e03a42b69d8a91538",
"digestStatus": "real",
"status": "published",
"notPublishedReason": null
},
{
"serviceId": "hwlab-agent-mgr",
"enabled": true,
"required": true,
"artifactScope": "required",
"sourceCommitId": "6963ed21342374016fe419fd251d1787b249b5e7",
"registryTarget": "127.0.0.1:5000/hwlab/hwlab-agent-mgr",
"image": "127.0.0.1:5000/hwlab/hwlab-agent-mgr:6963ed2",
"imageTag": "6963ed2",
"digest": "sha256:42bd66841b857493d78e7be670957fa4238b487a2e546a3d42e78e56a685bc82",
"repositoryDigest": "127.0.0.1:5000/hwlab/hwlab-agent-mgr@sha256:42bd66841b857493d78e7be670957fa4238b487a2e546a3d42e78e56a685bc82",
"digestStatus": "real",
"status": "published",
"notPublishedReason": null
},
{
"serviceId": "hwlab-agent-worker",
"enabled": true,
"required": true,
"artifactScope": "required",
"sourceCommitId": "6963ed21342374016fe419fd251d1787b249b5e7",
"registryTarget": "127.0.0.1:5000/hwlab/hwlab-agent-worker",
"image": "127.0.0.1:5000/hwlab/hwlab-agent-worker:6963ed2",
"imageTag": "6963ed2",
"digest": "sha256:c4f1a50f905b6b5e8476c438226da7c20ee7ad6212b367ffc1a19a491082a8b0",
"repositoryDigest": "127.0.0.1:5000/hwlab/hwlab-agent-worker@sha256:c4f1a50f905b6b5e8476c438226da7c20ee7ad6212b367ffc1a19a491082a8b0",
"digestStatus": "real",
"status": "published",
"notPublishedReason": null
},
{
"serviceId": "hwlab-gateway",
"enabled": true,
"required": true,
"artifactScope": "required",
"sourceCommitId": "6963ed21342374016fe419fd251d1787b249b5e7",
"registryTarget": "127.0.0.1:5000/hwlab/hwlab-gateway",
"image": "127.0.0.1:5000/hwlab/hwlab-gateway:6963ed2",
"imageTag": "6963ed2",
"digest": "sha256:808d609ef4873b64faf5eeb13f8eb6bf280bcd9f799d90f00bab44c2c7ad3fd8",
"repositoryDigest": "127.0.0.1:5000/hwlab/hwlab-gateway@sha256:808d609ef4873b64faf5eeb13f8eb6bf280bcd9f799d90f00bab44c2c7ad3fd8",
"digestStatus": "real",
"status": "published",
"notPublishedReason": null
},
{
"serviceId": "hwlab-gateway-simu",
"enabled": true,
"required": true,
"artifactScope": "required",
"sourceCommitId": "6963ed21342374016fe419fd251d1787b249b5e7",
"registryTarget": "127.0.0.1:5000/hwlab/hwlab-gateway-simu",
"image": "127.0.0.1:5000/hwlab/hwlab-gateway-simu:6963ed2",
"imageTag": "6963ed2",
"digest": "sha256:13e1a66ba2dc45bdf04ac4664a4ab9f0589951509895e754ae46df02062c7b44",
"repositoryDigest": "127.0.0.1:5000/hwlab/hwlab-gateway-simu@sha256:13e1a66ba2dc45bdf04ac4664a4ab9f0589951509895e754ae46df02062c7b44",
"digestStatus": "real",
"status": "published",
"notPublishedReason": null
},
{
"serviceId": "hwlab-box-simu",
"enabled": true,
"required": true,
"artifactScope": "required",
"sourceCommitId": "6963ed21342374016fe419fd251d1787b249b5e7",
"registryTarget": "127.0.0.1:5000/hwlab/hwlab-box-simu",
"image": "127.0.0.1:5000/hwlab/hwlab-box-simu:6963ed2",
"imageTag": "6963ed2",
"digest": "sha256:be4505621741044354eaf076e4c97fc6ca7c74e60ea85ea6428649d3cb4c7225",
"repositoryDigest": "127.0.0.1:5000/hwlab/hwlab-box-simu@sha256:be4505621741044354eaf076e4c97fc6ca7c74e60ea85ea6428649d3cb4c7225",
"digestStatus": "real",
"status": "published",
"notPublishedReason": null
},
{
"serviceId": "hwlab-patch-panel",
"enabled": true,
"required": true,
"artifactScope": "required",
"sourceCommitId": "6963ed21342374016fe419fd251d1787b249b5e7",
"registryTarget": "127.0.0.1:5000/hwlab/hwlab-patch-panel",
"image": "127.0.0.1:5000/hwlab/hwlab-patch-panel:6963ed2",
"imageTag": "6963ed2",
"digest": "sha256:bf53e2aa1cdfc22005e33793342a4cf83b09d90fc30fc1af1ff54fd7c172984f",
"repositoryDigest": "127.0.0.1:5000/hwlab/hwlab-patch-panel@sha256:bf53e2aa1cdfc22005e33793342a4cf83b09d90fc30fc1af1ff54fd7c172984f",
"digestStatus": "real",
"status": "published",
"notPublishedReason": null
},
{
"serviceId": "hwlab-router",
"enabled": true,
"required": true,
"artifactScope": "required",
"sourceCommitId": "6963ed21342374016fe419fd251d1787b249b5e7",
"registryTarget": "127.0.0.1:5000/hwlab/hwlab-router",
"image": "127.0.0.1:5000/hwlab/hwlab-router:6963ed2",
"imageTag": "6963ed2",
"digest": "sha256:4577b83428c74a22319e2e8d4ee05ed436a6180ce2aae8cb49297d613f08bfe6",
"repositoryDigest": "127.0.0.1:5000/hwlab/hwlab-router@sha256:4577b83428c74a22319e2e8d4ee05ed436a6180ce2aae8cb49297d613f08bfe6",
"digestStatus": "real",
"status": "published",
"notPublishedReason": null
},
{
"serviceId": "hwlab-tunnel-client",
"enabled": true,
"required": true,
"artifactScope": "required",
"sourceCommitId": "6963ed21342374016fe419fd251d1787b249b5e7",
"registryTarget": "127.0.0.1:5000/hwlab/hwlab-tunnel-client",
"image": "127.0.0.1:5000/hwlab/hwlab-tunnel-client:6963ed2",
"imageTag": "6963ed2",
"digest": "sha256:3358ddca1575ea3580e17ac10fbe4b820157909f7f7d6fbb73037aaae95984ec",
"repositoryDigest": "127.0.0.1:5000/hwlab/hwlab-tunnel-client@sha256:3358ddca1575ea3580e17ac10fbe4b820157909f7f7d6fbb73037aaae95984ec",
"digestStatus": "real",
"status": "published",
"notPublishedReason": null
},
{
"serviceId": "hwlab-edge-proxy",
"enabled": true,
"required": true,
"artifactScope": "required",
"sourceCommitId": "6963ed21342374016fe419fd251d1787b249b5e7",
"registryTarget": "127.0.0.1:5000/hwlab/hwlab-edge-proxy",
"image": "127.0.0.1:5000/hwlab/hwlab-edge-proxy:6963ed2",
"imageTag": "6963ed2",
"digest": "sha256:60bbab43037290705c9f569d1091fb7a244eb3badb902ed7280a9865fdab9c99",
"repositoryDigest": "127.0.0.1:5000/hwlab/hwlab-edge-proxy@sha256:60bbab43037290705c9f569d1091fb7a244eb3badb902ed7280a9865fdab9c99",
"digestStatus": "real",
"status": "published",
"notPublishedReason": null
},
{
"serviceId": "hwlab-cli",
"enabled": true,
"required": true,
"artifactScope": "required",
"sourceCommitId": "6963ed21342374016fe419fd251d1787b249b5e7",
"registryTarget": "127.0.0.1:5000/hwlab/hwlab-cli",
"image": "127.0.0.1:5000/hwlab/hwlab-cli:6963ed2",
"imageTag": "6963ed2",
"digest": "sha256:73a4389dc67e696f095cd933964c5b5241a65988b668e8874fe7902c1c404c25",
"repositoryDigest": "127.0.0.1:5000/hwlab/hwlab-cli@sha256:73a4389dc67e696f095cd933964c5b5241a65988b668e8874fe7902c1c404c25",
"digestStatus": "real",
"status": "published",
"notPublishedReason": null
},
{
"serviceId": "hwlab-agent-skills",
"enabled": true,
"required": true,
"artifactScope": "required",
"sourceCommitId": "6963ed21342374016fe419fd251d1787b249b5e7",
"registryTarget": "127.0.0.1:5000/hwlab/hwlab-agent-skills",
"image": "127.0.0.1:5000/hwlab/hwlab-agent-skills:6963ed2",
"imageTag": "6963ed2",
"digest": "sha256:ed13fad735016b997f461b92691e9910edca91cc4c277a6ae123d7a5d8ca29ee",
"repositoryDigest": "127.0.0.1:5000/hwlab/hwlab-agent-skills@sha256:ed13fad735016b997f461b92691e9910edca91cc4c277a6ae123d7a5d8ca29ee",
"digestStatus": "real",
"status": "published",
"notPublishedReason": null
}
]
},
"serviceCount": 13,
"requiredServiceCount": 13,
"disabledServiceCount": 0,
"builtCount": 13,
"publishedCount": 13,
"generatedAt": "2026-05-23T08:56:18.010Z",
"services": [
{
"serviceId": "hwlab-cloud-api",
"status": "published",
"image": "127.0.0.1:5000/hwlab/hwlab-cloud-api:6963ed2",
"imageTag": "6963ed2",
"digest": "sha256:62809a26b771353580215f8e84f515cdeb8ee508a45cbdc1b883c4c8ebb29005",
"repositoryDigest": "127.0.0.1:5000/hwlab/hwlab-cloud-api@sha256:62809a26b771353580215f8e84f515cdeb8ee508a45cbdc1b883c4c8ebb29005",
"runtimeKind": "node-command",
"implementationState": "repo-entrypoint",
"sourceState": "source-present",
"entrypoint": "cmd/hwlab-cloud-api/main.mjs",
"publishEnabled": true,
"artifactRequired": true,
"artifactScope": "required",
"notPublishedReason": null,
"localImageId": "sha256:abf3668193ee349906ef554996ae5d513129522492ea0a317b39c7a3a364becd"
},
{
"serviceId": "hwlab-cloud-web",
"status": "published",
"image": "127.0.0.1:5000/hwlab/hwlab-cloud-web:6963ed2",
"imageTag": "6963ed2",
"digest": "sha256:27d3078926d5bfbe470d3a5b53e093801a67d35086fa4e8e03a42b69d8a91538",
"repositoryDigest": "127.0.0.1:5000/hwlab/hwlab-cloud-web@sha256:27d3078926d5bfbe470d3a5b53e093801a67d35086fa4e8e03a42b69d8a91538",
"runtimeKind": "cloud-web",
"distFreshness": {
"status": "pass",
"distPath": "web/hwlab-cloud-web/dist",
"buildCommand": "node web/hwlab-cloud-web/scripts/build.mjs",
"freshnessCommand": "node web/hwlab-cloud-web/scripts/build.mjs",
"files": [
{
"kind": "runtime",
"path": "index.html",
"sourcePath": "/workspace/hwlab-dev-rollout-6963ed2-auth003/web/hwlab-cloud-web/index.html",
"distPath": "/workspace/hwlab-dev-rollout-6963ed2-auth003/web/hwlab-cloud-web/dist/index.html",
"status": "match"
},
{
"kind": "runtime",
"path": "styles.css",
"sourcePath": "/workspace/hwlab-dev-rollout-6963ed2-auth003/web/hwlab-cloud-web/styles.css",
"distPath": "/workspace/hwlab-dev-rollout-6963ed2-auth003/web/hwlab-cloud-web/dist/styles.css",
"status": "match"
},
{
"kind": "runtime",
"path": "app.mjs",
"sourcePath": "/workspace/hwlab-dev-rollout-6963ed2-auth003/web/hwlab-cloud-web/app.mjs",
"distPath": "/workspace/hwlab-dev-rollout-6963ed2-auth003/web/hwlab-cloud-web/dist/app.mjs",
"status": "match"
},
{
"kind": "runtime",
"path": "gate-summary.mjs",
"sourcePath": "/workspace/hwlab-dev-rollout-6963ed2-auth003/web/hwlab-cloud-web/gate-summary.mjs",
"distPath": "/workspace/hwlab-dev-rollout-6963ed2-auth003/web/hwlab-cloud-web/dist/gate-summary.mjs",
"status": "match"
},
{
"kind": "runtime",
"path": "runtime.mjs",
"sourcePath": "/workspace/hwlab-dev-rollout-6963ed2-auth003/web/hwlab-cloud-web/runtime.mjs",
"distPath": "/workspace/hwlab-dev-rollout-6963ed2-auth003/web/hwlab-cloud-web/dist/runtime.mjs",
"status": "match"
},
{
"kind": "runtime",
"path": "workbench-hardware-panel.mjs",
"sourcePath": "/workspace/hwlab-dev-rollout-6963ed2-auth003/web/hwlab-cloud-web/workbench-hardware-panel.mjs",
"distPath": "/workspace/hwlab-dev-rollout-6963ed2-auth003/web/hwlab-cloud-web/dist/workbench-hardware-panel.mjs",
"status": "match"
},
{
"kind": "runtime",
"path": "help.md",
"sourcePath": "/workspace/hwlab-dev-rollout-6963ed2-auth003/web/hwlab-cloud-web/help.md",
"distPath": "/workspace/hwlab-dev-rollout-6963ed2-auth003/web/hwlab-cloud-web/dist/help.md",
"status": "match"
},
{
"kind": "runtime",
"path": "third_party/marked/marked.esm.js",
"sourcePath": "/workspace/hwlab-dev-rollout-6963ed2-auth003/web/hwlab-cloud-web/third_party/marked/marked.esm.js",
"distPath": "/workspace/hwlab-dev-rollout-6963ed2-auth003/web/hwlab-cloud-web/dist/third_party/marked/marked.esm.js",
"status": "match"
},
{
"kind": "runtime",
"path": "third_party/marked/LICENSE",
"sourcePath": "/workspace/hwlab-dev-rollout-6963ed2-auth003/web/hwlab-cloud-web/third_party/marked/LICENSE",
"distPath": "/workspace/hwlab-dev-rollout-6963ed2-auth003/web/hwlab-cloud-web/dist/third_party/marked/LICENSE",
"status": "match"
},
{
"kind": "alias",
"path": "gate/index.html",
"sourcePath": "/workspace/hwlab-dev-rollout-6963ed2-auth003/web/hwlab-cloud-web/index.html",
"distPath": "/workspace/hwlab-dev-rollout-6963ed2-auth003/web/hwlab-cloud-web/dist/gate/index.html",
"status": "match"
},
{
"kind": "alias",
"path": "diagnostics/gate/index.html",
"sourcePath": "/workspace/hwlab-dev-rollout-6963ed2-auth003/web/hwlab-cloud-web/index.html",
"distPath": "/workspace/hwlab-dev-rollout-6963ed2-auth003/web/hwlab-cloud-web/dist/diagnostics/gate/index.html",
"status": "match"
},
{
"kind": "alias",
"path": "help/index.html",
"sourcePath": "/workspace/hwlab-dev-rollout-6963ed2-auth003/web/hwlab-cloud-web/index.html",
"distPath": "/workspace/hwlab-dev-rollout-6963ed2-auth003/web/hwlab-cloud-web/dist/help/index.html",
"status": "match"
}
],
"mismatches": []
},
"implementationState": "static-web-wrapper",
"sourceState": "source-present",
"entrypoint": "web/hwlab-cloud-web/index.html",
"publishEnabled": true,
"artifactRequired": true,
"artifactScope": "required",
"notPublishedReason": null,
"localImageId": "sha256:9a1f0eba39602df4e7f9948ac36c10776948a91fc0cde0d7c3f5e1af424c4b53"
},
{
"serviceId": "hwlab-agent-mgr",
"status": "published",
"image": "127.0.0.1:5000/hwlab/hwlab-agent-mgr:6963ed2",
"imageTag": "6963ed2",
"digest": "sha256:42bd66841b857493d78e7be670957fa4238b487a2e546a3d42e78e56a685bc82",
"repositoryDigest": "127.0.0.1:5000/hwlab/hwlab-agent-mgr@sha256:42bd66841b857493d78e7be670957fa4238b487a2e546a3d42e78e56a685bc82",
"runtimeKind": "node-command",
"implementationState": "repo-entrypoint",
"sourceState": "source-present",
"entrypoint": "cmd/hwlab-agent-mgr/main.mjs",
"publishEnabled": true,
"artifactRequired": true,
"artifactScope": "required",
"notPublishedReason": null,
"localImageId": "sha256:499e68bd0edcb74f47f5d920ff754e45146dd61e6fa65051c6657a46f15f96c1"
},
{
"serviceId": "hwlab-agent-worker",
"status": "published",
"image": "127.0.0.1:5000/hwlab/hwlab-agent-worker:6963ed2",
"imageTag": "6963ed2",
"digest": "sha256:c4f1a50f905b6b5e8476c438226da7c20ee7ad6212b367ffc1a19a491082a8b0",
"repositoryDigest": "127.0.0.1:5000/hwlab/hwlab-agent-worker@sha256:c4f1a50f905b6b5e8476c438226da7c20ee7ad6212b367ffc1a19a491082a8b0",
"runtimeKind": "node-command",
"implementationState": "repo-entrypoint",
"sourceState": "source-present",
"entrypoint": "cmd/hwlab-agent-worker/main.mjs",
"publishEnabled": true,
"artifactRequired": true,
"artifactScope": "required",
"notPublishedReason": null,
"localImageId": "sha256:222b02abf6819625b2e4ea7299212145626838bf034cecd571ffb77e27ebc67f"
},
{
"serviceId": "hwlab-gateway",
"status": "published",
"image": "127.0.0.1:5000/hwlab/hwlab-gateway:6963ed2",
"imageTag": "6963ed2",
"digest": "sha256:808d609ef4873b64faf5eeb13f8eb6bf280bcd9f799d90f00bab44c2c7ad3fd8",
"repositoryDigest": "127.0.0.1:5000/hwlab/hwlab-gateway@sha256:808d609ef4873b64faf5eeb13f8eb6bf280bcd9f799d90f00bab44c2c7ad3fd8",
"runtimeKind": "node-command",
"implementationState": "repo-entrypoint",
"sourceState": "source-present",
"entrypoint": "cmd/hwlab-gateway/main.mjs",
"publishEnabled": true,
"artifactRequired": true,
"artifactScope": "required",
"notPublishedReason": null,
"localImageId": "sha256:d5d44b9f298eb82370d68d8d9f40cc40db8d565cd88eeb2be73fc86da96e001c"
},
{
"serviceId": "hwlab-gateway-simu",
"status": "published",
"image": "127.0.0.1:5000/hwlab/hwlab-gateway-simu:6963ed2",
"imageTag": "6963ed2",
"digest": "sha256:13e1a66ba2dc45bdf04ac4664a4ab9f0589951509895e754ae46df02062c7b44",
"repositoryDigest": "127.0.0.1:5000/hwlab/hwlab-gateway-simu@sha256:13e1a66ba2dc45bdf04ac4664a4ab9f0589951509895e754ae46df02062c7b44",
"runtimeKind": "node-command",
"implementationState": "repo-entrypoint",
"sourceState": "source-present",
"entrypoint": "cmd/hwlab-gateway-simu/main.mjs",
"publishEnabled": true,
"artifactRequired": true,
"artifactScope": "required",
"notPublishedReason": null,
"localImageId": "sha256:863018710b808de2cf077e73467b2429ee693aa821b7df609c8e65197a00db58"
},
{
"serviceId": "hwlab-box-simu",
"status": "published",
"image": "127.0.0.1:5000/hwlab/hwlab-box-simu:6963ed2",
"imageTag": "6963ed2",
"digest": "sha256:be4505621741044354eaf076e4c97fc6ca7c74e60ea85ea6428649d3cb4c7225",
"repositoryDigest": "127.0.0.1:5000/hwlab/hwlab-box-simu@sha256:be4505621741044354eaf076e4c97fc6ca7c74e60ea85ea6428649d3cb4c7225",
"runtimeKind": "node-command",
"implementationState": "repo-entrypoint",
"sourceState": "source-present",
"entrypoint": "cmd/hwlab-box-simu/main.mjs",
"publishEnabled": true,
"artifactRequired": true,
"artifactScope": "required",
"notPublishedReason": null,
"localImageId": "sha256:9049137d2eba813e653885c110d1b842cf850016d66c2ebcad4993b36119a54e"
},
{
"serviceId": "hwlab-patch-panel",
"status": "published",
"image": "127.0.0.1:5000/hwlab/hwlab-patch-panel:6963ed2",
"imageTag": "6963ed2",
"digest": "sha256:bf53e2aa1cdfc22005e33793342a4cf83b09d90fc30fc1af1ff54fd7c172984f",
"repositoryDigest": "127.0.0.1:5000/hwlab/hwlab-patch-panel@sha256:bf53e2aa1cdfc22005e33793342a4cf83b09d90fc30fc1af1ff54fd7c172984f",
"runtimeKind": "node-command",
"implementationState": "repo-entrypoint",
"sourceState": "source-present",
"entrypoint": "cmd/hwlab-patch-panel/main.mjs",
"publishEnabled": true,
"artifactRequired": true,
"artifactScope": "required",
"notPublishedReason": null,
"localImageId": "sha256:88e4094813c6d80ab73266016ad8bd71b49a5382355022b86221ece697047e1b"
},
{
"serviceId": "hwlab-router",
"status": "published",
"image": "127.0.0.1:5000/hwlab/hwlab-router:6963ed2",
"imageTag": "6963ed2",
"digest": "sha256:4577b83428c74a22319e2e8d4ee05ed436a6180ce2aae8cb49297d613f08bfe6",
"repositoryDigest": "127.0.0.1:5000/hwlab/hwlab-router@sha256:4577b83428c74a22319e2e8d4ee05ed436a6180ce2aae8cb49297d613f08bfe6",
"runtimeKind": "node-command",
"implementationState": "repo-entrypoint",
"sourceState": "source-present",
"entrypoint": "cmd/hwlab-router/main.mjs",
"publishEnabled": true,
"artifactRequired": true,
"artifactScope": "required",
"notPublishedReason": null,
"localImageId": "sha256:d39bcc00cc6ca6381e87aad6025182102b17ca29f75926cfca27420df742d7e9"
},
{
"serviceId": "hwlab-tunnel-client",
"status": "published",
"image": "127.0.0.1:5000/hwlab/hwlab-tunnel-client:6963ed2",
"imageTag": "6963ed2",
"digest": "sha256:3358ddca1575ea3580e17ac10fbe4b820157909f7f7d6fbb73037aaae95984ec",
"repositoryDigest": "127.0.0.1:5000/hwlab/hwlab-tunnel-client@sha256:3358ddca1575ea3580e17ac10fbe4b820157909f7f7d6fbb73037aaae95984ec",
"runtimeKind": "node-command",
"implementationState": "repo-entrypoint",
"sourceState": "source-present",
"entrypoint": "cmd/hwlab-tunnel-client/main.mjs",
"publishEnabled": true,
"artifactRequired": true,
"artifactScope": "required",
"notPublishedReason": null,
"localImageId": "sha256:52da9ee92b706ecfb1e0afccb94f86d04db46a84efb5c7ab7a5723266ac645dc"
},
{
"serviceId": "hwlab-edge-proxy",
"status": "published",
"image": "127.0.0.1:5000/hwlab/hwlab-edge-proxy:6963ed2",
"imageTag": "6963ed2",
"digest": "sha256:60bbab43037290705c9f569d1091fb7a244eb3badb902ed7280a9865fdab9c99",
"repositoryDigest": "127.0.0.1:5000/hwlab/hwlab-edge-proxy@sha256:60bbab43037290705c9f569d1091fb7a244eb3badb902ed7280a9865fdab9c99",
"runtimeKind": "node-command",
"implementationState": "repo-entrypoint",
"sourceState": "source-present",
"entrypoint": "cmd/hwlab-edge-proxy/main.mjs",
"publishEnabled": true,
"artifactRequired": true,
"artifactScope": "required",
"notPublishedReason": null,
"localImageId": "sha256:116b7e222cca694da2f9cdd9dd47122c145347e156161ac8bdf75a4f3f73b8ad"
},
{
"serviceId": "hwlab-cli",
"status": "published",
"image": "127.0.0.1:5000/hwlab/hwlab-cli:6963ed2",
"imageTag": "6963ed2",
"digest": "sha256:73a4389dc67e696f095cd933964c5b5241a65988b668e8874fe7902c1c404c25",
"repositoryDigest": "127.0.0.1:5000/hwlab/hwlab-cli@sha256:73a4389dc67e696f095cd933964c5b5241a65988b668e8874fe7902c1c404c25",
"runtimeKind": "cli",
"implementationState": "repo-entrypoint",
"sourceState": "source-present",
"entrypoint": "tools/hwlab-cli/bin/hwlab-cli.mjs",
"publishEnabled": true,
"artifactRequired": true,
"artifactScope": "required",
"notPublishedReason": null,
"localImageId": "sha256:126c5fede50676210aa4b0144a9c2ede4e9d751526e611a1ae2da9c18ed98c5a"
},
{
"serviceId": "hwlab-agent-skills",
"status": "published",
"image": "127.0.0.1:5000/hwlab/hwlab-agent-skills:6963ed2",
"imageTag": "6963ed2",
"digest": "sha256:ed13fad735016b997f461b92691e9910edca91cc4c277a6ae123d7a5d8ca29ee",
"repositoryDigest": "127.0.0.1:5000/hwlab/hwlab-agent-skills@sha256:ed13fad735016b997f461b92691e9910edca91cc4c277a6ae123d7a5d8ca29ee",
"runtimeKind": "skills-bundle",
"implementationState": "repo-bundle",
"sourceState": "source-present",
"entrypoint": "skills/hwlab-agent-runtime/SKILL.md",
"publishEnabled": true,
"artifactRequired": true,
"artifactScope": "required",
"notPublishedReason": null,
"localImageId": "sha256:00adc94de3b45178c87703e2d5c0ebc638e381f039c825c65c05af4d348496d5"
}
],
"blockers": []
},
"notes": "DEV-only artifact report. Do not treat runtime placeholder images as real service implementations."
}