Files
pikasTech-HWLAB/reports/dev-gate/dev-artifacts.json
T
2026-05-22 23:54:50 +00:00

1213 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": "7de6edd",
"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": "7de6edd2c41fb50dcb007353780338be8832b27e",
"registryPrefix": "127.0.0.1:5000/hwlab",
"registryCapabilities": {
"version": "v1",
"registryPrefix": "127.0.0.1:5000/hwlab",
"generatedAt": "2026-05-22T23:50:08.588Z",
"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 46 hours"
}
],
"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-75544c7747-5dzt9",
"container": "hwlab-agent-mgr",
"image": "127.0.0.1:5000/hwlab/hwlab-agent-mgr:cb35ada",
"imageID": "127.0.0.1:5000/hwlab/hwlab-agent-mgr@sha256:c16c733306a28ae9385087653b79f5bb2f28724d917a89bb296646f6a02c5318"
},
{
"pod": "hwlab-agent-skills-849d9976f4-2nsmw",
"container": "hwlab-agent-skills",
"image": "127.0.0.1:5000/hwlab/hwlab-agent-skills:cb35ada",
"imageID": "127.0.0.1:5000/hwlab/hwlab-agent-skills@sha256:246fb7bb48597a7179aab62cb091e8213e47b71b6871ba94e6028032992e916c"
},
{
"pod": "hwlab-box-simu-55688cbcc7-pftxc",
"container": "hwlab-box-simu",
"image": "127.0.0.1:5000/hwlab/hwlab-box-simu:cb35ada",
"imageID": "127.0.0.1:5000/hwlab/hwlab-box-simu@sha256:ae5fcc06a276918561c2d752f2221156bd2bd4db7fb93967ae76af97bfdc51bf"
},
{
"pod": "hwlab-box-simu-55688cbcc7-sq5fx",
"container": "hwlab-box-simu",
"image": "127.0.0.1:5000/hwlab/hwlab-box-simu:cb35ada",
"imageID": "127.0.0.1:5000/hwlab/hwlab-box-simu@sha256:ae5fcc06a276918561c2d752f2221156bd2bd4db7fb93967ae76af97bfdc51bf"
},
{
"pod": "hwlab-cloud-api-6f456ff979-z4mnw",
"container": "hwlab-cloud-api",
"image": "127.0.0.1:5000/hwlab/hwlab-cloud-api:c7de474",
"imageID": "127.0.0.1:5000/hwlab/hwlab-cloud-api@sha256:86fe92c0dd5d5883851b38805e6f5acc49d2876552599c18f85480cf0d3bf981"
},
{
"pod": "hwlab-cloud-web-7d48b84f4b-n6hw6",
"container": "hwlab-cloud-web",
"image": "127.0.0.1:5000/hwlab/hwlab-cloud-web:c7de474",
"imageID": "127.0.0.1:5000/hwlab/hwlab-cloud-web@sha256:91cfacc1fc011a96bb47ff00d2ab09ee3c93003b7ec482308ec5ac35004e5627"
},
{
"pod": "hwlab-edge-proxy-567f978cdd-8fwc8",
"container": "hwlab-edge-proxy",
"image": "127.0.0.1:5000/hwlab/hwlab-edge-proxy:cb35ada",
"imageID": "127.0.0.1:5000/hwlab/hwlab-edge-proxy@sha256:384832fc579063b9b0a940973690734bb402607720fd36f4662e4ee6fa5a57d2"
},
{
"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-699fd486b-j9pk7",
"container": "hwlab-gateway-simu",
"image": "127.0.0.1:5000/hwlab/hwlab-gateway-simu:cb35ada",
"imageID": "127.0.0.1:5000/hwlab/hwlab-gateway-simu@sha256:00599721b910b5667b6be43c416cab4c410c6cc29b7f56ecdfb6eff71123d01c"
},
{
"pod": "hwlab-gateway-simu-699fd486b-phcgp",
"container": "hwlab-gateway-simu",
"image": "127.0.0.1:5000/hwlab/hwlab-gateway-simu:cb35ada",
"imageID": "127.0.0.1:5000/hwlab/hwlab-gateway-simu@sha256:00599721b910b5667b6be43c416cab4c410c6cc29b7f56ecdfb6eff71123d01c"
},
{
"pod": "hwlab-patch-panel-757f9f44d5-7np8r",
"container": "hwlab-patch-panel",
"image": "127.0.0.1:5000/hwlab/hwlab-patch-panel:cb35ada",
"imageID": "127.0.0.1:5000/hwlab/hwlab-patch-panel@sha256:5b3aa6505492c2ed398d21cbd35a8754672114acd0fa97faa3351d4b6a6dfd5a"
},
{
"pod": "hwlab-router-5d9cbdf89b-p7r94",
"container": "hwlab-router",
"image": "127.0.0.1:5000/hwlab/hwlab-router:cb35ada",
"imageID": "127.0.0.1:5000/hwlab/hwlab-router@sha256:217b1fdb0f704c4183e9d8503644177f0c8bae674da0433985c19ef909f0e342"
},
{
"pod": "hwlab-tunnel-client-65c7858c8-wjqsh",
"container": "hwlab-tunnel-client",
"image": "127.0.0.1:5000/hwlab/hwlab-tunnel-client:cb35ada",
"imageID": "127.0.0.1:5000/hwlab/hwlab-tunnel-client@sha256:9bcdd8a58132d7bc4dbfc71297f802fc0ab407a1b5c1bb1ea58e0791147a243b"
}
],
"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": "7de6edd2c41fb50dcb007353780338be8832b27e",
"imageTag": "7de6edd",
"registryTarget": "127.0.0.1:5000/hwlab",
"registryCapabilities": {
"version": "v1",
"registryPrefix": "127.0.0.1:5000/hwlab",
"generatedAt": "2026-05-22T23:50:08.588Z",
"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 46 hours"
}
],
"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-75544c7747-5dzt9",
"container": "hwlab-agent-mgr",
"image": "127.0.0.1:5000/hwlab/hwlab-agent-mgr:cb35ada",
"imageID": "127.0.0.1:5000/hwlab/hwlab-agent-mgr@sha256:c16c733306a28ae9385087653b79f5bb2f28724d917a89bb296646f6a02c5318"
},
{
"pod": "hwlab-agent-skills-849d9976f4-2nsmw",
"container": "hwlab-agent-skills",
"image": "127.0.0.1:5000/hwlab/hwlab-agent-skills:cb35ada",
"imageID": "127.0.0.1:5000/hwlab/hwlab-agent-skills@sha256:246fb7bb48597a7179aab62cb091e8213e47b71b6871ba94e6028032992e916c"
},
{
"pod": "hwlab-box-simu-55688cbcc7-pftxc",
"container": "hwlab-box-simu",
"image": "127.0.0.1:5000/hwlab/hwlab-box-simu:cb35ada",
"imageID": "127.0.0.1:5000/hwlab/hwlab-box-simu@sha256:ae5fcc06a276918561c2d752f2221156bd2bd4db7fb93967ae76af97bfdc51bf"
},
{
"pod": "hwlab-box-simu-55688cbcc7-sq5fx",
"container": "hwlab-box-simu",
"image": "127.0.0.1:5000/hwlab/hwlab-box-simu:cb35ada",
"imageID": "127.0.0.1:5000/hwlab/hwlab-box-simu@sha256:ae5fcc06a276918561c2d752f2221156bd2bd4db7fb93967ae76af97bfdc51bf"
},
{
"pod": "hwlab-cloud-api-6f456ff979-z4mnw",
"container": "hwlab-cloud-api",
"image": "127.0.0.1:5000/hwlab/hwlab-cloud-api:c7de474",
"imageID": "127.0.0.1:5000/hwlab/hwlab-cloud-api@sha256:86fe92c0dd5d5883851b38805e6f5acc49d2876552599c18f85480cf0d3bf981"
},
{
"pod": "hwlab-cloud-web-7d48b84f4b-n6hw6",
"container": "hwlab-cloud-web",
"image": "127.0.0.1:5000/hwlab/hwlab-cloud-web:c7de474",
"imageID": "127.0.0.1:5000/hwlab/hwlab-cloud-web@sha256:91cfacc1fc011a96bb47ff00d2ab09ee3c93003b7ec482308ec5ac35004e5627"
},
{
"pod": "hwlab-edge-proxy-567f978cdd-8fwc8",
"container": "hwlab-edge-proxy",
"image": "127.0.0.1:5000/hwlab/hwlab-edge-proxy:cb35ada",
"imageID": "127.0.0.1:5000/hwlab/hwlab-edge-proxy@sha256:384832fc579063b9b0a940973690734bb402607720fd36f4662e4ee6fa5a57d2"
},
{
"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-699fd486b-j9pk7",
"container": "hwlab-gateway-simu",
"image": "127.0.0.1:5000/hwlab/hwlab-gateway-simu:cb35ada",
"imageID": "127.0.0.1:5000/hwlab/hwlab-gateway-simu@sha256:00599721b910b5667b6be43c416cab4c410c6cc29b7f56ecdfb6eff71123d01c"
},
{
"pod": "hwlab-gateway-simu-699fd486b-phcgp",
"container": "hwlab-gateway-simu",
"image": "127.0.0.1:5000/hwlab/hwlab-gateway-simu:cb35ada",
"imageID": "127.0.0.1:5000/hwlab/hwlab-gateway-simu@sha256:00599721b910b5667b6be43c416cab4c410c6cc29b7f56ecdfb6eff71123d01c"
},
{
"pod": "hwlab-patch-panel-757f9f44d5-7np8r",
"container": "hwlab-patch-panel",
"image": "127.0.0.1:5000/hwlab/hwlab-patch-panel:cb35ada",
"imageID": "127.0.0.1:5000/hwlab/hwlab-patch-panel@sha256:5b3aa6505492c2ed398d21cbd35a8754672114acd0fa97faa3351d4b6a6dfd5a"
},
{
"pod": "hwlab-router-5d9cbdf89b-p7r94",
"container": "hwlab-router",
"image": "127.0.0.1:5000/hwlab/hwlab-router:cb35ada",
"imageID": "127.0.0.1:5000/hwlab/hwlab-router@sha256:217b1fdb0f704c4183e9d8503644177f0c8bae674da0433985c19ef909f0e342"
},
{
"pod": "hwlab-tunnel-client-65c7858c8-wjqsh",
"container": "hwlab-tunnel-client",
"image": "127.0.0.1:5000/hwlab/hwlab-tunnel-client:cb35ada",
"imageID": "127.0.0.1:5000/hwlab/hwlab-tunnel-client@sha256:9bcdd8a58132d7bc4dbfc71297f802fc0ab407a1b5c1bb1ea58e0791147a243b"
}
],
"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": "7de6edd2c41fb50dcb007353780338be8832b27e",
"registryTarget": "127.0.0.1:5000/hwlab/hwlab-cloud-api",
"image": "127.0.0.1:5000/hwlab/hwlab-cloud-api:7de6edd",
"imageTag": "7de6edd",
"digest": "sha256:8a0120e976f8369c19887d33d004b763c7dbff3f43fd023fb186abffe199b3ea",
"repositoryDigest": "127.0.0.1:5000/hwlab/hwlab-cloud-api@sha256:8a0120e976f8369c19887d33d004b763c7dbff3f43fd023fb186abffe199b3ea",
"digestStatus": "real",
"status": "published",
"notPublishedReason": null
},
{
"serviceId": "hwlab-cloud-web",
"enabled": true,
"required": true,
"artifactScope": "required",
"sourceCommitId": "7de6edd2c41fb50dcb007353780338be8832b27e",
"registryTarget": "127.0.0.1:5000/hwlab/hwlab-cloud-web",
"image": "127.0.0.1:5000/hwlab/hwlab-cloud-web:7de6edd",
"imageTag": "7de6edd",
"digest": "sha256:a302a8b4f3c6e7a91e5046398b803e9915dba873cefac97bb7069886b5a48d61",
"repositoryDigest": "127.0.0.1:5000/hwlab/hwlab-cloud-web@sha256:a302a8b4f3c6e7a91e5046398b803e9915dba873cefac97bb7069886b5a48d61",
"digestStatus": "real",
"status": "published",
"notPublishedReason": null
},
{
"serviceId": "hwlab-agent-mgr",
"enabled": true,
"required": true,
"artifactScope": "required",
"sourceCommitId": "7de6edd2c41fb50dcb007353780338be8832b27e",
"registryTarget": "127.0.0.1:5000/hwlab/hwlab-agent-mgr",
"image": "127.0.0.1:5000/hwlab/hwlab-agent-mgr:7de6edd",
"imageTag": "7de6edd",
"digest": "sha256:a16bba1762f58e4daed7ef94243e3f4f0522332704c9f40bcadab77f11acc7a2",
"repositoryDigest": "127.0.0.1:5000/hwlab/hwlab-agent-mgr@sha256:a16bba1762f58e4daed7ef94243e3f4f0522332704c9f40bcadab77f11acc7a2",
"digestStatus": "real",
"status": "published",
"notPublishedReason": null
},
{
"serviceId": "hwlab-agent-worker",
"enabled": true,
"required": true,
"artifactScope": "required",
"sourceCommitId": "7de6edd2c41fb50dcb007353780338be8832b27e",
"registryTarget": "127.0.0.1:5000/hwlab/hwlab-agent-worker",
"image": "127.0.0.1:5000/hwlab/hwlab-agent-worker:7de6edd",
"imageTag": "7de6edd",
"digest": "sha256:3c75cb9d6c2b7392749d972c78f9b7a89e4f099a64f902d2eb9810f16d551ceb",
"repositoryDigest": "127.0.0.1:5000/hwlab/hwlab-agent-worker@sha256:3c75cb9d6c2b7392749d972c78f9b7a89e4f099a64f902d2eb9810f16d551ceb",
"digestStatus": "real",
"status": "published",
"notPublishedReason": null
},
{
"serviceId": "hwlab-gateway",
"enabled": true,
"required": true,
"artifactScope": "required",
"sourceCommitId": "7de6edd2c41fb50dcb007353780338be8832b27e",
"registryTarget": "127.0.0.1:5000/hwlab/hwlab-gateway",
"image": "127.0.0.1:5000/hwlab/hwlab-gateway:7de6edd",
"imageTag": "7de6edd",
"digest": "sha256:b5374c763d54628c2e81b86c93c826a27629a8546ae789223e0553ca7c8ab80a",
"repositoryDigest": "127.0.0.1:5000/hwlab/hwlab-gateway@sha256:b5374c763d54628c2e81b86c93c826a27629a8546ae789223e0553ca7c8ab80a",
"digestStatus": "real",
"status": "published",
"notPublishedReason": null
},
{
"serviceId": "hwlab-gateway-simu",
"enabled": true,
"required": true,
"artifactScope": "required",
"sourceCommitId": "7de6edd2c41fb50dcb007353780338be8832b27e",
"registryTarget": "127.0.0.1:5000/hwlab/hwlab-gateway-simu",
"image": "127.0.0.1:5000/hwlab/hwlab-gateway-simu:7de6edd",
"imageTag": "7de6edd",
"digest": "sha256:be6aff770319c6c2b45f7b5974d4fb7aae4aab79a6670b1d8b87e194387e30dd",
"repositoryDigest": "127.0.0.1:5000/hwlab/hwlab-gateway-simu@sha256:be6aff770319c6c2b45f7b5974d4fb7aae4aab79a6670b1d8b87e194387e30dd",
"digestStatus": "real",
"status": "published",
"notPublishedReason": null
},
{
"serviceId": "hwlab-box-simu",
"enabled": true,
"required": true,
"artifactScope": "required",
"sourceCommitId": "7de6edd2c41fb50dcb007353780338be8832b27e",
"registryTarget": "127.0.0.1:5000/hwlab/hwlab-box-simu",
"image": "127.0.0.1:5000/hwlab/hwlab-box-simu:7de6edd",
"imageTag": "7de6edd",
"digest": "sha256:54e77f4c2ea9e87fd16becde9a5fe05b935f2472dba443458257dfdda1e87c27",
"repositoryDigest": "127.0.0.1:5000/hwlab/hwlab-box-simu@sha256:54e77f4c2ea9e87fd16becde9a5fe05b935f2472dba443458257dfdda1e87c27",
"digestStatus": "real",
"status": "published",
"notPublishedReason": null
},
{
"serviceId": "hwlab-patch-panel",
"enabled": true,
"required": true,
"artifactScope": "required",
"sourceCommitId": "7de6edd2c41fb50dcb007353780338be8832b27e",
"registryTarget": "127.0.0.1:5000/hwlab/hwlab-patch-panel",
"image": "127.0.0.1:5000/hwlab/hwlab-patch-panel:7de6edd",
"imageTag": "7de6edd",
"digest": "sha256:02bec561d5f08f850e2884a2098da72978ad319d5bd799704ad9650778f11ae2",
"repositoryDigest": "127.0.0.1:5000/hwlab/hwlab-patch-panel@sha256:02bec561d5f08f850e2884a2098da72978ad319d5bd799704ad9650778f11ae2",
"digestStatus": "real",
"status": "published",
"notPublishedReason": null
},
{
"serviceId": "hwlab-router",
"enabled": true,
"required": true,
"artifactScope": "required",
"sourceCommitId": "7de6edd2c41fb50dcb007353780338be8832b27e",
"registryTarget": "127.0.0.1:5000/hwlab/hwlab-router",
"image": "127.0.0.1:5000/hwlab/hwlab-router:7de6edd",
"imageTag": "7de6edd",
"digest": "sha256:bb3b10c486bb1305f4cae7ec2751947eeb0cc60c9993d54e93802b5df3b13fb6",
"repositoryDigest": "127.0.0.1:5000/hwlab/hwlab-router@sha256:bb3b10c486bb1305f4cae7ec2751947eeb0cc60c9993d54e93802b5df3b13fb6",
"digestStatus": "real",
"status": "published",
"notPublishedReason": null
},
{
"serviceId": "hwlab-tunnel-client",
"enabled": true,
"required": true,
"artifactScope": "required",
"sourceCommitId": "7de6edd2c41fb50dcb007353780338be8832b27e",
"registryTarget": "127.0.0.1:5000/hwlab/hwlab-tunnel-client",
"image": "127.0.0.1:5000/hwlab/hwlab-tunnel-client:7de6edd",
"imageTag": "7de6edd",
"digest": "sha256:ce9fa92362dd10911dcd66c59412690ccde401ce4ef82b548cfcea37499a725f",
"repositoryDigest": "127.0.0.1:5000/hwlab/hwlab-tunnel-client@sha256:ce9fa92362dd10911dcd66c59412690ccde401ce4ef82b548cfcea37499a725f",
"digestStatus": "real",
"status": "published",
"notPublishedReason": null
},
{
"serviceId": "hwlab-edge-proxy",
"enabled": true,
"required": true,
"artifactScope": "required",
"sourceCommitId": "7de6edd2c41fb50dcb007353780338be8832b27e",
"registryTarget": "127.0.0.1:5000/hwlab/hwlab-edge-proxy",
"image": "127.0.0.1:5000/hwlab/hwlab-edge-proxy:7de6edd",
"imageTag": "7de6edd",
"digest": "sha256:bf19f6812cbac3c54c938ad12a2b1ef9626a746017f85658b9960a1761afa32c",
"repositoryDigest": "127.0.0.1:5000/hwlab/hwlab-edge-proxy@sha256:bf19f6812cbac3c54c938ad12a2b1ef9626a746017f85658b9960a1761afa32c",
"digestStatus": "real",
"status": "published",
"notPublishedReason": null
},
{
"serviceId": "hwlab-cli",
"enabled": true,
"required": true,
"artifactScope": "required",
"sourceCommitId": "7de6edd2c41fb50dcb007353780338be8832b27e",
"registryTarget": "127.0.0.1:5000/hwlab/hwlab-cli",
"image": "127.0.0.1:5000/hwlab/hwlab-cli:7de6edd",
"imageTag": "7de6edd",
"digest": "sha256:b169c015c4c06dcdf6d43131d69dd72be1996cb5970e25014c4cec0271b459c0",
"repositoryDigest": "127.0.0.1:5000/hwlab/hwlab-cli@sha256:b169c015c4c06dcdf6d43131d69dd72be1996cb5970e25014c4cec0271b459c0",
"digestStatus": "real",
"status": "published",
"notPublishedReason": null
},
{
"serviceId": "hwlab-agent-skills",
"enabled": true,
"required": true,
"artifactScope": "required",
"sourceCommitId": "7de6edd2c41fb50dcb007353780338be8832b27e",
"registryTarget": "127.0.0.1:5000/hwlab/hwlab-agent-skills",
"image": "127.0.0.1:5000/hwlab/hwlab-agent-skills:7de6edd",
"imageTag": "7de6edd",
"digest": "sha256:7d1b6871763613bf7c6e37f5b05b1b49e2c367b4b0b94abfbb9bceb7ab5de4ed",
"repositoryDigest": "127.0.0.1:5000/hwlab/hwlab-agent-skills@sha256:7d1b6871763613bf7c6e37f5b05b1b49e2c367b4b0b94abfbb9bceb7ab5de4ed",
"digestStatus": "real",
"status": "published",
"notPublishedReason": null
}
]
},
"serviceCount": 13,
"requiredServiceCount": 13,
"disabledServiceCount": 0,
"builtCount": 13,
"publishedCount": 13,
"generatedAt": "2026-05-22T23:51:56.882Z",
"services": [
{
"serviceId": "hwlab-cloud-api",
"status": "published",
"image": "127.0.0.1:5000/hwlab/hwlab-cloud-api:7de6edd",
"imageTag": "7de6edd",
"digest": "sha256:8a0120e976f8369c19887d33d004b763c7dbff3f43fd023fb186abffe199b3ea",
"repositoryDigest": "127.0.0.1:5000/hwlab/hwlab-cloud-api@sha256:8a0120e976f8369c19887d33d004b763c7dbff3f43fd023fb186abffe199b3ea",
"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:ae5cc610383beaba95f35c1a2d49bb8c008c427a7acb337d369d98ce3ba4494f"
},
{
"serviceId": "hwlab-cloud-web",
"status": "published",
"image": "127.0.0.1:5000/hwlab/hwlab-cloud-web:7de6edd",
"imageTag": "7de6edd",
"digest": "sha256:a302a8b4f3c6e7a91e5046398b803e9915dba873cefac97bb7069886b5a48d61",
"repositoryDigest": "127.0.0.1:5000/hwlab/hwlab-cloud-web@sha256:a302a8b4f3c6e7a91e5046398b803e9915dba873cefac97bb7069886b5a48d61",
"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/.worktrees/dc-dcsn-p0-2026-003-publish-7de6edd/web/hwlab-cloud-web/index.html",
"distPath": "/workspace/hwlab/.worktrees/dc-dcsn-p0-2026-003-publish-7de6edd/web/hwlab-cloud-web/dist/index.html",
"status": "match"
},
{
"kind": "runtime",
"path": "styles.css",
"sourcePath": "/workspace/hwlab/.worktrees/dc-dcsn-p0-2026-003-publish-7de6edd/web/hwlab-cloud-web/styles.css",
"distPath": "/workspace/hwlab/.worktrees/dc-dcsn-p0-2026-003-publish-7de6edd/web/hwlab-cloud-web/dist/styles.css",
"status": "match"
},
{
"kind": "runtime",
"path": "app.mjs",
"sourcePath": "/workspace/hwlab/.worktrees/dc-dcsn-p0-2026-003-publish-7de6edd/web/hwlab-cloud-web/app.mjs",
"distPath": "/workspace/hwlab/.worktrees/dc-dcsn-p0-2026-003-publish-7de6edd/web/hwlab-cloud-web/dist/app.mjs",
"status": "match"
},
{
"kind": "runtime",
"path": "gate-summary.mjs",
"sourcePath": "/workspace/hwlab/.worktrees/dc-dcsn-p0-2026-003-publish-7de6edd/web/hwlab-cloud-web/gate-summary.mjs",
"distPath": "/workspace/hwlab/.worktrees/dc-dcsn-p0-2026-003-publish-7de6edd/web/hwlab-cloud-web/dist/gate-summary.mjs",
"status": "match"
},
{
"kind": "runtime",
"path": "runtime.mjs",
"sourcePath": "/workspace/hwlab/.worktrees/dc-dcsn-p0-2026-003-publish-7de6edd/web/hwlab-cloud-web/runtime.mjs",
"distPath": "/workspace/hwlab/.worktrees/dc-dcsn-p0-2026-003-publish-7de6edd/web/hwlab-cloud-web/dist/runtime.mjs",
"status": "match"
},
{
"kind": "runtime",
"path": "workbench-hardware-panel.mjs",
"sourcePath": "/workspace/hwlab/.worktrees/dc-dcsn-p0-2026-003-publish-7de6edd/web/hwlab-cloud-web/workbench-hardware-panel.mjs",
"distPath": "/workspace/hwlab/.worktrees/dc-dcsn-p0-2026-003-publish-7de6edd/web/hwlab-cloud-web/dist/workbench-hardware-panel.mjs",
"status": "match"
},
{
"kind": "runtime",
"path": "help.md",
"sourcePath": "/workspace/hwlab/.worktrees/dc-dcsn-p0-2026-003-publish-7de6edd/web/hwlab-cloud-web/help.md",
"distPath": "/workspace/hwlab/.worktrees/dc-dcsn-p0-2026-003-publish-7de6edd/web/hwlab-cloud-web/dist/help.md",
"status": "match"
},
{
"kind": "runtime",
"path": "third_party/marked/marked.esm.js",
"sourcePath": "/workspace/hwlab/.worktrees/dc-dcsn-p0-2026-003-publish-7de6edd/web/hwlab-cloud-web/third_party/marked/marked.esm.js",
"distPath": "/workspace/hwlab/.worktrees/dc-dcsn-p0-2026-003-publish-7de6edd/web/hwlab-cloud-web/dist/third_party/marked/marked.esm.js",
"status": "match"
},
{
"kind": "runtime",
"path": "third_party/marked/LICENSE",
"sourcePath": "/workspace/hwlab/.worktrees/dc-dcsn-p0-2026-003-publish-7de6edd/web/hwlab-cloud-web/third_party/marked/LICENSE",
"distPath": "/workspace/hwlab/.worktrees/dc-dcsn-p0-2026-003-publish-7de6edd/web/hwlab-cloud-web/dist/third_party/marked/LICENSE",
"status": "match"
},
{
"kind": "alias",
"path": "gate/index.html",
"sourcePath": "/workspace/hwlab/.worktrees/dc-dcsn-p0-2026-003-publish-7de6edd/web/hwlab-cloud-web/index.html",
"distPath": "/workspace/hwlab/.worktrees/dc-dcsn-p0-2026-003-publish-7de6edd/web/hwlab-cloud-web/dist/gate/index.html",
"status": "match"
},
{
"kind": "alias",
"path": "diagnostics/gate/index.html",
"sourcePath": "/workspace/hwlab/.worktrees/dc-dcsn-p0-2026-003-publish-7de6edd/web/hwlab-cloud-web/index.html",
"distPath": "/workspace/hwlab/.worktrees/dc-dcsn-p0-2026-003-publish-7de6edd/web/hwlab-cloud-web/dist/diagnostics/gate/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:72114b552125d915ac6959a4a0cd85c3821a32a351cce55289d2fdecc39cffec"
},
{
"serviceId": "hwlab-agent-mgr",
"status": "published",
"image": "127.0.0.1:5000/hwlab/hwlab-agent-mgr:7de6edd",
"imageTag": "7de6edd",
"digest": "sha256:a16bba1762f58e4daed7ef94243e3f4f0522332704c9f40bcadab77f11acc7a2",
"repositoryDigest": "127.0.0.1:5000/hwlab/hwlab-agent-mgr@sha256:a16bba1762f58e4daed7ef94243e3f4f0522332704c9f40bcadab77f11acc7a2",
"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:0f9c17d6ee0da642f665b0526ae7fda0f9c882908f3f9d07eb48d836d6cd9016"
},
{
"serviceId": "hwlab-agent-worker",
"status": "published",
"image": "127.0.0.1:5000/hwlab/hwlab-agent-worker:7de6edd",
"imageTag": "7de6edd",
"digest": "sha256:3c75cb9d6c2b7392749d972c78f9b7a89e4f099a64f902d2eb9810f16d551ceb",
"repositoryDigest": "127.0.0.1:5000/hwlab/hwlab-agent-worker@sha256:3c75cb9d6c2b7392749d972c78f9b7a89e4f099a64f902d2eb9810f16d551ceb",
"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:373bbbe01b5ab6dae41280b23841472c3ad7c34f31d080e930c6c78b2d1d7931"
},
{
"serviceId": "hwlab-gateway",
"status": "published",
"image": "127.0.0.1:5000/hwlab/hwlab-gateway:7de6edd",
"imageTag": "7de6edd",
"digest": "sha256:b5374c763d54628c2e81b86c93c826a27629a8546ae789223e0553ca7c8ab80a",
"repositoryDigest": "127.0.0.1:5000/hwlab/hwlab-gateway@sha256:b5374c763d54628c2e81b86c93c826a27629a8546ae789223e0553ca7c8ab80a",
"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:f3715273de17f900530de81b7230d7e6f29edd152aee28ad2d7439e01c3c21af"
},
{
"serviceId": "hwlab-gateway-simu",
"status": "published",
"image": "127.0.0.1:5000/hwlab/hwlab-gateway-simu:7de6edd",
"imageTag": "7de6edd",
"digest": "sha256:be6aff770319c6c2b45f7b5974d4fb7aae4aab79a6670b1d8b87e194387e30dd",
"repositoryDigest": "127.0.0.1:5000/hwlab/hwlab-gateway-simu@sha256:be6aff770319c6c2b45f7b5974d4fb7aae4aab79a6670b1d8b87e194387e30dd",
"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:846265260eee93bfb167b686dd0ba26a9618bff215e88ba12e816668c62b3fd6"
},
{
"serviceId": "hwlab-box-simu",
"status": "published",
"image": "127.0.0.1:5000/hwlab/hwlab-box-simu:7de6edd",
"imageTag": "7de6edd",
"digest": "sha256:54e77f4c2ea9e87fd16becde9a5fe05b935f2472dba443458257dfdda1e87c27",
"repositoryDigest": "127.0.0.1:5000/hwlab/hwlab-box-simu@sha256:54e77f4c2ea9e87fd16becde9a5fe05b935f2472dba443458257dfdda1e87c27",
"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:4ead52d214856f351aada9e97a17c8c1cebd273af367202dc458fe5b3eada134"
},
{
"serviceId": "hwlab-patch-panel",
"status": "published",
"image": "127.0.0.1:5000/hwlab/hwlab-patch-panel:7de6edd",
"imageTag": "7de6edd",
"digest": "sha256:02bec561d5f08f850e2884a2098da72978ad319d5bd799704ad9650778f11ae2",
"repositoryDigest": "127.0.0.1:5000/hwlab/hwlab-patch-panel@sha256:02bec561d5f08f850e2884a2098da72978ad319d5bd799704ad9650778f11ae2",
"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:c71176c15d1a9d40e482eb4bb986b355ed32ca85f011092e751f33187ad47925"
},
{
"serviceId": "hwlab-router",
"status": "published",
"image": "127.0.0.1:5000/hwlab/hwlab-router:7de6edd",
"imageTag": "7de6edd",
"digest": "sha256:bb3b10c486bb1305f4cae7ec2751947eeb0cc60c9993d54e93802b5df3b13fb6",
"repositoryDigest": "127.0.0.1:5000/hwlab/hwlab-router@sha256:bb3b10c486bb1305f4cae7ec2751947eeb0cc60c9993d54e93802b5df3b13fb6",
"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:c0228ad3da36fe4ca1147d9485656ce4f4ab8fc0480debb6e538e02d846a544c"
},
{
"serviceId": "hwlab-tunnel-client",
"status": "published",
"image": "127.0.0.1:5000/hwlab/hwlab-tunnel-client:7de6edd",
"imageTag": "7de6edd",
"digest": "sha256:ce9fa92362dd10911dcd66c59412690ccde401ce4ef82b548cfcea37499a725f",
"repositoryDigest": "127.0.0.1:5000/hwlab/hwlab-tunnel-client@sha256:ce9fa92362dd10911dcd66c59412690ccde401ce4ef82b548cfcea37499a725f",
"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:7a5c84a01525a1a99ed29527d6675cfea9ded353f077263c53b35d6c1eb6986b"
},
{
"serviceId": "hwlab-edge-proxy",
"status": "published",
"image": "127.0.0.1:5000/hwlab/hwlab-edge-proxy:7de6edd",
"imageTag": "7de6edd",
"digest": "sha256:bf19f6812cbac3c54c938ad12a2b1ef9626a746017f85658b9960a1761afa32c",
"repositoryDigest": "127.0.0.1:5000/hwlab/hwlab-edge-proxy@sha256:bf19f6812cbac3c54c938ad12a2b1ef9626a746017f85658b9960a1761afa32c",
"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:1e76c2f2e81d5b48445ebe9ce8e23424462d5316a27a79e3226eefb5894c31ee"
},
{
"serviceId": "hwlab-cli",
"status": "published",
"image": "127.0.0.1:5000/hwlab/hwlab-cli:7de6edd",
"imageTag": "7de6edd",
"digest": "sha256:b169c015c4c06dcdf6d43131d69dd72be1996cb5970e25014c4cec0271b459c0",
"repositoryDigest": "127.0.0.1:5000/hwlab/hwlab-cli@sha256:b169c015c4c06dcdf6d43131d69dd72be1996cb5970e25014c4cec0271b459c0",
"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:0964d211ac6a5d522f3547f12c814a45cd0dbf124e6945a3b64424275eaf3ea8"
},
{
"serviceId": "hwlab-agent-skills",
"status": "published",
"image": "127.0.0.1:5000/hwlab/hwlab-agent-skills:7de6edd",
"imageTag": "7de6edd",
"digest": "sha256:7d1b6871763613bf7c6e37f5b05b1b49e2c367b4b0b94abfbb9bceb7ab5de4ed",
"repositoryDigest": "127.0.0.1:5000/hwlab/hwlab-agent-skills@sha256:7d1b6871763613bf7c6e37f5b05b1b49e2c367b4b0b94abfbb9bceb7ab5de4ed",
"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:758db8bb259d106f11d23167a396fa8e340450d410c1e2b97ff2c7f0f605d212"
}
],
"blockers": []
},
"notes": "DEV-only artifact report. Do not treat runtime placeholder images as real service implementations."
}