Files
pikasTech-HWLAB/reports/dev-gate/dev-artifacts.json
T
2026-05-23 07:35:56 +00:00

1268 lines
56 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": "881594e",
"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": "881594eba1917d00a7d67f3542b63da3eaef400d",
"registryPrefix": "127.0.0.1:5000/hwlab",
"registryCapabilities": {
"version": "v1",
"registryPrefix": "127.0.0.1:5000/hwlab",
"generatedAt": "2026-05-23T07:27:22.167Z",
"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": 17,
"pulledImages": [
{
"pod": "hwlab-agent-mgr-849c7bc69-6wntx",
"container": "hwlab-agent-mgr",
"image": "127.0.0.1:5000/hwlab/hwlab-agent-mgr:039e817",
"imageID": "127.0.0.1:5000/hwlab/hwlab-agent-mgr@sha256:6186815ff17d70063c2ddc74759806e56dc449883b3956a813d6924475cc8cb7"
},
{
"pod": "hwlab-agent-skills-546b984ffd-pvlp4",
"container": "hwlab-agent-skills",
"image": "127.0.0.1:5000/hwlab/hwlab-agent-skills:039e817",
"imageID": "127.0.0.1:5000/hwlab/hwlab-agent-skills@sha256:9635d644aacf98378b12ce05a60bfb175ee5cdbf4f1f3ca782cdd5d6d5e2587b"
},
{
"pod": "hwlab-box-simu-0",
"container": "hwlab-box-simu",
"image": "127.0.0.1:5000/hwlab/hwlab-box-simu:039e817",
"imageID": "127.0.0.1:5000/hwlab/hwlab-box-simu@sha256:89999bdb5aa95f0c960e674cd8f8c0f995211b6940a0d156f4f627ff5737d988"
},
{
"pod": "hwlab-box-simu-1",
"container": "hwlab-box-simu",
"image": "127.0.0.1:5000/hwlab/hwlab-box-simu:039e817",
"imageID": "127.0.0.1:5000/hwlab/hwlab-box-simu@sha256:89999bdb5aa95f0c960e674cd8f8c0f995211b6940a0d156f4f627ff5737d988"
},
{
"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-79fff4c788-crlcx",
"container": "hwlab-cloud-api",
"image": "127.0.0.1:5000/hwlab/hwlab-cloud-api:039e817",
"imageID": "127.0.0.1:5000/hwlab/hwlab-cloud-api@sha256:3e596e28f331b7dc4b2918458f67d234c3e713f7573a2c3d2f58b64a35229b3a"
},
{
"pod": "hwlab-cloud-web-bd8fb6946-fwmvw",
"container": "hwlab-cloud-web",
"image": "127.0.0.1:5000/hwlab/hwlab-cloud-web:039e817",
"imageID": "127.0.0.1:5000/hwlab/hwlab-cloud-web@sha256:25609401688412ffa0205acbe36060d7486591cfb2f8032f8a3a1e23686671de"
},
{
"pod": "hwlab-edge-proxy-5c8dc48c98-llr5k",
"container": "hwlab-edge-proxy",
"image": "127.0.0.1:5000/hwlab/hwlab-edge-proxy:039e817",
"imageID": "127.0.0.1:5000/hwlab/hwlab-edge-proxy@sha256:b1608e8ee8f8055312b0e50725d049ddef4f70ecbc4d420bd838dc06b52cb085"
},
{
"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:039e817",
"imageID": "127.0.0.1:5000/hwlab/hwlab-gateway-simu@sha256:144f0289ba938579d481966c8f170cabe9b63b57cf6d68d684990f8f4adc7e50"
},
{
"pod": "hwlab-gateway-simu-1",
"container": "hwlab-gateway-simu",
"image": "127.0.0.1:5000/hwlab/hwlab-gateway-simu:039e817",
"imageID": "127.0.0.1:5000/hwlab/hwlab-gateway-simu@sha256:144f0289ba938579d481966c8f170cabe9b63b57cf6d68d684990f8f4adc7e50"
},
{
"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-bb74cb84c-mr54z",
"container": "hwlab-patch-panel",
"image": "127.0.0.1:5000/hwlab/hwlab-patch-panel:039e817",
"imageID": "127.0.0.1:5000/hwlab/hwlab-patch-panel@sha256:1c28a42cbd2d32ba1b25561e2ae2c843eb0b9896080639cdecfa92b5655a1054"
},
{
"pod": "hwlab-router-78fc48f6db-zw9j8",
"container": "hwlab-router",
"image": "127.0.0.1:5000/hwlab/hwlab-router:039e817",
"imageID": "127.0.0.1:5000/hwlab/hwlab-router@sha256:48886f7f05891ca943e95dc669abdd6505fbe5f2a2ebc7f66be1540febe4bef1"
},
{
"pod": "hwlab-tunnel-client-6b5d5555cb-6vdnp",
"container": "hwlab-tunnel-client",
"image": "127.0.0.1:5000/hwlab/hwlab-tunnel-client:039e817",
"imageID": "127.0.0.1:5000/hwlab/hwlab-tunnel-client@sha256:2df0eccb84a88e10fa3afca121660bb933660a891b6a48fd1134577a5325ee26"
}
],
"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": "881594eba1917d00a7d67f3542b63da3eaef400d",
"imageTag": "881594e",
"registryTarget": "127.0.0.1:5000/hwlab",
"registryCapabilities": {
"version": "v1",
"registryPrefix": "127.0.0.1:5000/hwlab",
"generatedAt": "2026-05-23T07:27:22.167Z",
"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": 17,
"pulledImages": [
{
"pod": "hwlab-agent-mgr-849c7bc69-6wntx",
"container": "hwlab-agent-mgr",
"image": "127.0.0.1:5000/hwlab/hwlab-agent-mgr:039e817",
"imageID": "127.0.0.1:5000/hwlab/hwlab-agent-mgr@sha256:6186815ff17d70063c2ddc74759806e56dc449883b3956a813d6924475cc8cb7"
},
{
"pod": "hwlab-agent-skills-546b984ffd-pvlp4",
"container": "hwlab-agent-skills",
"image": "127.0.0.1:5000/hwlab/hwlab-agent-skills:039e817",
"imageID": "127.0.0.1:5000/hwlab/hwlab-agent-skills@sha256:9635d644aacf98378b12ce05a60bfb175ee5cdbf4f1f3ca782cdd5d6d5e2587b"
},
{
"pod": "hwlab-box-simu-0",
"container": "hwlab-box-simu",
"image": "127.0.0.1:5000/hwlab/hwlab-box-simu:039e817",
"imageID": "127.0.0.1:5000/hwlab/hwlab-box-simu@sha256:89999bdb5aa95f0c960e674cd8f8c0f995211b6940a0d156f4f627ff5737d988"
},
{
"pod": "hwlab-box-simu-1",
"container": "hwlab-box-simu",
"image": "127.0.0.1:5000/hwlab/hwlab-box-simu:039e817",
"imageID": "127.0.0.1:5000/hwlab/hwlab-box-simu@sha256:89999bdb5aa95f0c960e674cd8f8c0f995211b6940a0d156f4f627ff5737d988"
},
{
"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-79fff4c788-crlcx",
"container": "hwlab-cloud-api",
"image": "127.0.0.1:5000/hwlab/hwlab-cloud-api:039e817",
"imageID": "127.0.0.1:5000/hwlab/hwlab-cloud-api@sha256:3e596e28f331b7dc4b2918458f67d234c3e713f7573a2c3d2f58b64a35229b3a"
},
{
"pod": "hwlab-cloud-web-bd8fb6946-fwmvw",
"container": "hwlab-cloud-web",
"image": "127.0.0.1:5000/hwlab/hwlab-cloud-web:039e817",
"imageID": "127.0.0.1:5000/hwlab/hwlab-cloud-web@sha256:25609401688412ffa0205acbe36060d7486591cfb2f8032f8a3a1e23686671de"
},
{
"pod": "hwlab-edge-proxy-5c8dc48c98-llr5k",
"container": "hwlab-edge-proxy",
"image": "127.0.0.1:5000/hwlab/hwlab-edge-proxy:039e817",
"imageID": "127.0.0.1:5000/hwlab/hwlab-edge-proxy@sha256:b1608e8ee8f8055312b0e50725d049ddef4f70ecbc4d420bd838dc06b52cb085"
},
{
"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:039e817",
"imageID": "127.0.0.1:5000/hwlab/hwlab-gateway-simu@sha256:144f0289ba938579d481966c8f170cabe9b63b57cf6d68d684990f8f4adc7e50"
},
{
"pod": "hwlab-gateway-simu-1",
"container": "hwlab-gateway-simu",
"image": "127.0.0.1:5000/hwlab/hwlab-gateway-simu:039e817",
"imageID": "127.0.0.1:5000/hwlab/hwlab-gateway-simu@sha256:144f0289ba938579d481966c8f170cabe9b63b57cf6d68d684990f8f4adc7e50"
},
{
"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-bb74cb84c-mr54z",
"container": "hwlab-patch-panel",
"image": "127.0.0.1:5000/hwlab/hwlab-patch-panel:039e817",
"imageID": "127.0.0.1:5000/hwlab/hwlab-patch-panel@sha256:1c28a42cbd2d32ba1b25561e2ae2c843eb0b9896080639cdecfa92b5655a1054"
},
{
"pod": "hwlab-router-78fc48f6db-zw9j8",
"container": "hwlab-router",
"image": "127.0.0.1:5000/hwlab/hwlab-router:039e817",
"imageID": "127.0.0.1:5000/hwlab/hwlab-router@sha256:48886f7f05891ca943e95dc669abdd6505fbe5f2a2ebc7f66be1540febe4bef1"
},
{
"pod": "hwlab-tunnel-client-6b5d5555cb-6vdnp",
"container": "hwlab-tunnel-client",
"image": "127.0.0.1:5000/hwlab/hwlab-tunnel-client:039e817",
"imageID": "127.0.0.1:5000/hwlab/hwlab-tunnel-client@sha256:2df0eccb84a88e10fa3afca121660bb933660a891b6a48fd1134577a5325ee26"
}
],
"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": "881594eba1917d00a7d67f3542b63da3eaef400d",
"registryTarget": "127.0.0.1:5000/hwlab/hwlab-cloud-api",
"image": "127.0.0.1:5000/hwlab/hwlab-cloud-api:881594e",
"imageTag": "881594e",
"digest": "sha256:2678c6b167a1799cc5123ba6565ffe295c0904336318a72ff67396d90c6e9052",
"repositoryDigest": "127.0.0.1:5000/hwlab/hwlab-cloud-api@sha256:2678c6b167a1799cc5123ba6565ffe295c0904336318a72ff67396d90c6e9052",
"digestStatus": "real",
"status": "published",
"notPublishedReason": null
},
{
"serviceId": "hwlab-cloud-web",
"enabled": true,
"required": true,
"artifactScope": "required",
"sourceCommitId": "881594eba1917d00a7d67f3542b63da3eaef400d",
"registryTarget": "127.0.0.1:5000/hwlab/hwlab-cloud-web",
"image": "127.0.0.1:5000/hwlab/hwlab-cloud-web:881594e",
"imageTag": "881594e",
"digest": "sha256:b465d0a7ab9ff412f4feaf0f284154a9b18e7aa42b2623a53128c5e707b52a60",
"repositoryDigest": "127.0.0.1:5000/hwlab/hwlab-cloud-web@sha256:b465d0a7ab9ff412f4feaf0f284154a9b18e7aa42b2623a53128c5e707b52a60",
"digestStatus": "real",
"status": "published",
"notPublishedReason": null
},
{
"serviceId": "hwlab-agent-mgr",
"enabled": true,
"required": true,
"artifactScope": "required",
"sourceCommitId": "881594eba1917d00a7d67f3542b63da3eaef400d",
"registryTarget": "127.0.0.1:5000/hwlab/hwlab-agent-mgr",
"image": "127.0.0.1:5000/hwlab/hwlab-agent-mgr:881594e",
"imageTag": "881594e",
"digest": "sha256:168434dffc5ce4c8a17cf0872cfa847644d5020e45d8eee39982be241ad8e698",
"repositoryDigest": "127.0.0.1:5000/hwlab/hwlab-agent-mgr@sha256:168434dffc5ce4c8a17cf0872cfa847644d5020e45d8eee39982be241ad8e698",
"digestStatus": "real",
"status": "published",
"notPublishedReason": null
},
{
"serviceId": "hwlab-agent-worker",
"enabled": true,
"required": true,
"artifactScope": "required",
"sourceCommitId": "881594eba1917d00a7d67f3542b63da3eaef400d",
"registryTarget": "127.0.0.1:5000/hwlab/hwlab-agent-worker",
"image": "127.0.0.1:5000/hwlab/hwlab-agent-worker:881594e",
"imageTag": "881594e",
"digest": "sha256:8007fa38f8e22b21ef95b401d243b42e0f7d0fdc27bf815d5e21714426b2cb3c",
"repositoryDigest": "127.0.0.1:5000/hwlab/hwlab-agent-worker@sha256:8007fa38f8e22b21ef95b401d243b42e0f7d0fdc27bf815d5e21714426b2cb3c",
"digestStatus": "real",
"status": "published",
"notPublishedReason": null
},
{
"serviceId": "hwlab-gateway",
"enabled": true,
"required": true,
"artifactScope": "required",
"sourceCommitId": "881594eba1917d00a7d67f3542b63da3eaef400d",
"registryTarget": "127.0.0.1:5000/hwlab/hwlab-gateway",
"image": "127.0.0.1:5000/hwlab/hwlab-gateway:881594e",
"imageTag": "881594e",
"digest": "sha256:08619481dbbc8cc72e2e11f28ced7147cd0dce45d335aa389861493e411a9927",
"repositoryDigest": "127.0.0.1:5000/hwlab/hwlab-gateway@sha256:08619481dbbc8cc72e2e11f28ced7147cd0dce45d335aa389861493e411a9927",
"digestStatus": "real",
"status": "published",
"notPublishedReason": null
},
{
"serviceId": "hwlab-gateway-simu",
"enabled": true,
"required": true,
"artifactScope": "required",
"sourceCommitId": "881594eba1917d00a7d67f3542b63da3eaef400d",
"registryTarget": "127.0.0.1:5000/hwlab/hwlab-gateway-simu",
"image": "127.0.0.1:5000/hwlab/hwlab-gateway-simu:881594e",
"imageTag": "881594e",
"digest": "sha256:f93719f91496b1c0389376b45b48863fc327311e1291ce00771648254a3dc411",
"repositoryDigest": "127.0.0.1:5000/hwlab/hwlab-gateway-simu@sha256:f93719f91496b1c0389376b45b48863fc327311e1291ce00771648254a3dc411",
"digestStatus": "real",
"status": "published",
"notPublishedReason": null
},
{
"serviceId": "hwlab-box-simu",
"enabled": true,
"required": true,
"artifactScope": "required",
"sourceCommitId": "881594eba1917d00a7d67f3542b63da3eaef400d",
"registryTarget": "127.0.0.1:5000/hwlab/hwlab-box-simu",
"image": "127.0.0.1:5000/hwlab/hwlab-box-simu:881594e",
"imageTag": "881594e",
"digest": "sha256:54138f04f8e794b5bb003d4dff607580520cf2223b7813acd3733b7bee0f9bc1",
"repositoryDigest": "127.0.0.1:5000/hwlab/hwlab-box-simu@sha256:54138f04f8e794b5bb003d4dff607580520cf2223b7813acd3733b7bee0f9bc1",
"digestStatus": "real",
"status": "published",
"notPublishedReason": null
},
{
"serviceId": "hwlab-patch-panel",
"enabled": true,
"required": true,
"artifactScope": "required",
"sourceCommitId": "881594eba1917d00a7d67f3542b63da3eaef400d",
"registryTarget": "127.0.0.1:5000/hwlab/hwlab-patch-panel",
"image": "127.0.0.1:5000/hwlab/hwlab-patch-panel:881594e",
"imageTag": "881594e",
"digest": "sha256:a4c96536f6fcdabff33f866dfdc72c39e68cfbe74135d9bbec4bc2c6d88c77fa",
"repositoryDigest": "127.0.0.1:5000/hwlab/hwlab-patch-panel@sha256:a4c96536f6fcdabff33f866dfdc72c39e68cfbe74135d9bbec4bc2c6d88c77fa",
"digestStatus": "real",
"status": "published",
"notPublishedReason": null
},
{
"serviceId": "hwlab-router",
"enabled": true,
"required": true,
"artifactScope": "required",
"sourceCommitId": "881594eba1917d00a7d67f3542b63da3eaef400d",
"registryTarget": "127.0.0.1:5000/hwlab/hwlab-router",
"image": "127.0.0.1:5000/hwlab/hwlab-router:881594e",
"imageTag": "881594e",
"digest": "sha256:475d66661baf1e084ae8fbbb28c8f206b16342ecf7ada8825b58c70d58b18909",
"repositoryDigest": "127.0.0.1:5000/hwlab/hwlab-router@sha256:475d66661baf1e084ae8fbbb28c8f206b16342ecf7ada8825b58c70d58b18909",
"digestStatus": "real",
"status": "published",
"notPublishedReason": null
},
{
"serviceId": "hwlab-tunnel-client",
"enabled": true,
"required": true,
"artifactScope": "required",
"sourceCommitId": "881594eba1917d00a7d67f3542b63da3eaef400d",
"registryTarget": "127.0.0.1:5000/hwlab/hwlab-tunnel-client",
"image": "127.0.0.1:5000/hwlab/hwlab-tunnel-client:881594e",
"imageTag": "881594e",
"digest": "sha256:2a2cb7854a5f0c9059fbfe7be4319432f4109a424a265b11d165fbf56589a639",
"repositoryDigest": "127.0.0.1:5000/hwlab/hwlab-tunnel-client@sha256:2a2cb7854a5f0c9059fbfe7be4319432f4109a424a265b11d165fbf56589a639",
"digestStatus": "real",
"status": "published",
"notPublishedReason": null
},
{
"serviceId": "hwlab-edge-proxy",
"enabled": true,
"required": true,
"artifactScope": "required",
"sourceCommitId": "881594eba1917d00a7d67f3542b63da3eaef400d",
"registryTarget": "127.0.0.1:5000/hwlab/hwlab-edge-proxy",
"image": "127.0.0.1:5000/hwlab/hwlab-edge-proxy:881594e",
"imageTag": "881594e",
"digest": "sha256:d391402af97c9ddb6870996854e7722b17b6aa85887aa98ddbe27e03d158731a",
"repositoryDigest": "127.0.0.1:5000/hwlab/hwlab-edge-proxy@sha256:d391402af97c9ddb6870996854e7722b17b6aa85887aa98ddbe27e03d158731a",
"digestStatus": "real",
"status": "published",
"notPublishedReason": null
},
{
"serviceId": "hwlab-cli",
"enabled": true,
"required": true,
"artifactScope": "required",
"sourceCommitId": "881594eba1917d00a7d67f3542b63da3eaef400d",
"registryTarget": "127.0.0.1:5000/hwlab/hwlab-cli",
"image": "127.0.0.1:5000/hwlab/hwlab-cli:881594e",
"imageTag": "881594e",
"digest": "sha256:9124dbd8c9646ce68ea3ee023d27c9b103e55b1350b21311130206f80900d6e3",
"repositoryDigest": "127.0.0.1:5000/hwlab/hwlab-cli@sha256:9124dbd8c9646ce68ea3ee023d27c9b103e55b1350b21311130206f80900d6e3",
"digestStatus": "real",
"status": "published",
"notPublishedReason": null
},
{
"serviceId": "hwlab-agent-skills",
"enabled": true,
"required": true,
"artifactScope": "required",
"sourceCommitId": "881594eba1917d00a7d67f3542b63da3eaef400d",
"registryTarget": "127.0.0.1:5000/hwlab/hwlab-agent-skills",
"image": "127.0.0.1:5000/hwlab/hwlab-agent-skills:881594e",
"imageTag": "881594e",
"digest": "sha256:5bc82c8298aafad128e3774f0e68a571358ed309f0afe50855516f60ad8ddc44",
"repositoryDigest": "127.0.0.1:5000/hwlab/hwlab-agent-skills@sha256:5bc82c8298aafad128e3774f0e68a571358ed309f0afe50855516f60ad8ddc44",
"digestStatus": "real",
"status": "published",
"notPublishedReason": null
}
]
},
"serviceCount": 13,
"requiredServiceCount": 13,
"disabledServiceCount": 0,
"builtCount": 13,
"publishedCount": 13,
"generatedAt": "2026-05-23T07:35:12.813Z",
"services": [
{
"serviceId": "hwlab-cloud-api",
"status": "published",
"image": "127.0.0.1:5000/hwlab/hwlab-cloud-api:881594e",
"imageTag": "881594e",
"digest": "sha256:2678c6b167a1799cc5123ba6565ffe295c0904336318a72ff67396d90c6e9052",
"repositoryDigest": "127.0.0.1:5000/hwlab/hwlab-cloud-api@sha256:2678c6b167a1799cc5123ba6565ffe295c0904336318a72ff67396d90c6e9052",
"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:deee93ea795b9685e1221af8cdb546ae7f5867d42d25837500e6c6ae758a94fc"
},
{
"serviceId": "hwlab-cloud-web",
"status": "published",
"image": "127.0.0.1:5000/hwlab/hwlab-cloud-web:881594e",
"imageTag": "881594e",
"digest": "sha256:b465d0a7ab9ff412f4feaf0f284154a9b18e7aa42b2623a53128c5e707b52a60",
"repositoryDigest": "127.0.0.1:5000/hwlab/hwlab-cloud-web@sha256:b465d0a7ab9ff412f4feaf0f284154a9b18e7aa42b2623a53128c5e707b52a60",
"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": "/home/ubuntu/workspace/hwlab/web/hwlab-cloud-web/index.html",
"distPath": "/home/ubuntu/workspace/hwlab/web/hwlab-cloud-web/dist/index.html",
"status": "match"
},
{
"kind": "runtime",
"path": "styles.css",
"sourcePath": "/home/ubuntu/workspace/hwlab/web/hwlab-cloud-web/styles.css",
"distPath": "/home/ubuntu/workspace/hwlab/web/hwlab-cloud-web/dist/styles.css",
"status": "match"
},
{
"kind": "runtime",
"path": "app.mjs",
"sourcePath": "/home/ubuntu/workspace/hwlab/web/hwlab-cloud-web/app.mjs",
"distPath": "/home/ubuntu/workspace/hwlab/web/hwlab-cloud-web/dist/app.mjs",
"status": "match"
},
{
"kind": "runtime",
"path": "gate-summary.mjs",
"sourcePath": "/home/ubuntu/workspace/hwlab/web/hwlab-cloud-web/gate-summary.mjs",
"distPath": "/home/ubuntu/workspace/hwlab/web/hwlab-cloud-web/dist/gate-summary.mjs",
"status": "match"
},
{
"kind": "runtime",
"path": "runtime.mjs",
"sourcePath": "/home/ubuntu/workspace/hwlab/web/hwlab-cloud-web/runtime.mjs",
"distPath": "/home/ubuntu/workspace/hwlab/web/hwlab-cloud-web/dist/runtime.mjs",
"status": "match"
},
{
"kind": "runtime",
"path": "workbench-hardware-panel.mjs",
"sourcePath": "/home/ubuntu/workspace/hwlab/web/hwlab-cloud-web/workbench-hardware-panel.mjs",
"distPath": "/home/ubuntu/workspace/hwlab/web/hwlab-cloud-web/dist/workbench-hardware-panel.mjs",
"status": "match"
},
{
"kind": "runtime",
"path": "help.md",
"sourcePath": "/home/ubuntu/workspace/hwlab/web/hwlab-cloud-web/help.md",
"distPath": "/home/ubuntu/workspace/hwlab/web/hwlab-cloud-web/dist/help.md",
"status": "match"
},
{
"kind": "runtime",
"path": "third_party/marked/marked.esm.js",
"sourcePath": "/home/ubuntu/workspace/hwlab/web/hwlab-cloud-web/third_party/marked/marked.esm.js",
"distPath": "/home/ubuntu/workspace/hwlab/web/hwlab-cloud-web/dist/third_party/marked/marked.esm.js",
"status": "match"
},
{
"kind": "runtime",
"path": "third_party/marked/LICENSE",
"sourcePath": "/home/ubuntu/workspace/hwlab/web/hwlab-cloud-web/third_party/marked/LICENSE",
"distPath": "/home/ubuntu/workspace/hwlab/web/hwlab-cloud-web/dist/third_party/marked/LICENSE",
"status": "match"
},
{
"kind": "alias",
"path": "gate/index.html",
"sourcePath": "/home/ubuntu/workspace/hwlab/web/hwlab-cloud-web/index.html",
"distPath": "/home/ubuntu/workspace/hwlab/web/hwlab-cloud-web/dist/gate/index.html",
"status": "match"
},
{
"kind": "alias",
"path": "diagnostics/gate/index.html",
"sourcePath": "/home/ubuntu/workspace/hwlab/web/hwlab-cloud-web/index.html",
"distPath": "/home/ubuntu/workspace/hwlab/web/hwlab-cloud-web/dist/diagnostics/gate/index.html",
"status": "match"
},
{
"kind": "alias",
"path": "help/index.html",
"sourcePath": "/home/ubuntu/workspace/hwlab/web/hwlab-cloud-web/index.html",
"distPath": "/home/ubuntu/workspace/hwlab/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:c4a4d3651c3ced66505e69459a04b37396892999ad80edf50424f15d6f8b422c"
},
{
"serviceId": "hwlab-agent-mgr",
"status": "published",
"image": "127.0.0.1:5000/hwlab/hwlab-agent-mgr:881594e",
"imageTag": "881594e",
"digest": "sha256:168434dffc5ce4c8a17cf0872cfa847644d5020e45d8eee39982be241ad8e698",
"repositoryDigest": "127.0.0.1:5000/hwlab/hwlab-agent-mgr@sha256:168434dffc5ce4c8a17cf0872cfa847644d5020e45d8eee39982be241ad8e698",
"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:3f5463ec8742491ace01041b4df5f3cd04a784e7c7314b782bf0725223f5689f"
},
{
"serviceId": "hwlab-agent-worker",
"status": "published",
"image": "127.0.0.1:5000/hwlab/hwlab-agent-worker:881594e",
"imageTag": "881594e",
"digest": "sha256:8007fa38f8e22b21ef95b401d243b42e0f7d0fdc27bf815d5e21714426b2cb3c",
"repositoryDigest": "127.0.0.1:5000/hwlab/hwlab-agent-worker@sha256:8007fa38f8e22b21ef95b401d243b42e0f7d0fdc27bf815d5e21714426b2cb3c",
"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:d30e6151bb113acaf36bd3abda3c23f4d24e999d40dfd2521dbc4ef5e5d16fc0"
},
{
"serviceId": "hwlab-gateway",
"status": "published",
"image": "127.0.0.1:5000/hwlab/hwlab-gateway:881594e",
"imageTag": "881594e",
"digest": "sha256:08619481dbbc8cc72e2e11f28ced7147cd0dce45d335aa389861493e411a9927",
"repositoryDigest": "127.0.0.1:5000/hwlab/hwlab-gateway@sha256:08619481dbbc8cc72e2e11f28ced7147cd0dce45d335aa389861493e411a9927",
"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:9da1558c7e57584d10e86c93b092b4b731e51d87737a02da493a46bc1a07aafa"
},
{
"serviceId": "hwlab-gateway-simu",
"status": "published",
"image": "127.0.0.1:5000/hwlab/hwlab-gateway-simu:881594e",
"imageTag": "881594e",
"digest": "sha256:f93719f91496b1c0389376b45b48863fc327311e1291ce00771648254a3dc411",
"repositoryDigest": "127.0.0.1:5000/hwlab/hwlab-gateway-simu@sha256:f93719f91496b1c0389376b45b48863fc327311e1291ce00771648254a3dc411",
"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:17cc5851363ca544378497987b15fdca7fc2abc22a51f5c4f632fe1c61042f38"
},
{
"serviceId": "hwlab-box-simu",
"status": "published",
"image": "127.0.0.1:5000/hwlab/hwlab-box-simu:881594e",
"imageTag": "881594e",
"digest": "sha256:54138f04f8e794b5bb003d4dff607580520cf2223b7813acd3733b7bee0f9bc1",
"repositoryDigest": "127.0.0.1:5000/hwlab/hwlab-box-simu@sha256:54138f04f8e794b5bb003d4dff607580520cf2223b7813acd3733b7bee0f9bc1",
"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:2fcca0f8934f0e29c534a2dddcdef8da0f81fbbca1aae750602c46178cca7815"
},
{
"serviceId": "hwlab-patch-panel",
"status": "published",
"image": "127.0.0.1:5000/hwlab/hwlab-patch-panel:881594e",
"imageTag": "881594e",
"digest": "sha256:a4c96536f6fcdabff33f866dfdc72c39e68cfbe74135d9bbec4bc2c6d88c77fa",
"repositoryDigest": "127.0.0.1:5000/hwlab/hwlab-patch-panel@sha256:a4c96536f6fcdabff33f866dfdc72c39e68cfbe74135d9bbec4bc2c6d88c77fa",
"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:524de230f4714526f04f2f976c5536a3cd6f53eb692fd8222f6ba0bb66b5c354"
},
{
"serviceId": "hwlab-router",
"status": "published",
"image": "127.0.0.1:5000/hwlab/hwlab-router:881594e",
"imageTag": "881594e",
"digest": "sha256:475d66661baf1e084ae8fbbb28c8f206b16342ecf7ada8825b58c70d58b18909",
"repositoryDigest": "127.0.0.1:5000/hwlab/hwlab-router@sha256:475d66661baf1e084ae8fbbb28c8f206b16342ecf7ada8825b58c70d58b18909",
"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:b49a3d319ab7245f0702a9f3f978eab6961a0a132c85c66f568c5bf911e7a77e"
},
{
"serviceId": "hwlab-tunnel-client",
"status": "published",
"image": "127.0.0.1:5000/hwlab/hwlab-tunnel-client:881594e",
"imageTag": "881594e",
"digest": "sha256:2a2cb7854a5f0c9059fbfe7be4319432f4109a424a265b11d165fbf56589a639",
"repositoryDigest": "127.0.0.1:5000/hwlab/hwlab-tunnel-client@sha256:2a2cb7854a5f0c9059fbfe7be4319432f4109a424a265b11d165fbf56589a639",
"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:9c5bc63417576b7af77606b82bebebc8fcf0fcbab4ed9eaa1e91ff88f34b6c16"
},
{
"serviceId": "hwlab-edge-proxy",
"status": "published",
"image": "127.0.0.1:5000/hwlab/hwlab-edge-proxy:881594e",
"imageTag": "881594e",
"digest": "sha256:d391402af97c9ddb6870996854e7722b17b6aa85887aa98ddbe27e03d158731a",
"repositoryDigest": "127.0.0.1:5000/hwlab/hwlab-edge-proxy@sha256:d391402af97c9ddb6870996854e7722b17b6aa85887aa98ddbe27e03d158731a",
"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:b274faca0420026128543a129bd98330af2a9c439f5a2c82695fa622c02d8c58"
},
{
"serviceId": "hwlab-cli",
"status": "published",
"image": "127.0.0.1:5000/hwlab/hwlab-cli:881594e",
"imageTag": "881594e",
"digest": "sha256:9124dbd8c9646ce68ea3ee023d27c9b103e55b1350b21311130206f80900d6e3",
"repositoryDigest": "127.0.0.1:5000/hwlab/hwlab-cli@sha256:9124dbd8c9646ce68ea3ee023d27c9b103e55b1350b21311130206f80900d6e3",
"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:4e5c7f80aab38ba23ea02919d395d043d7da934e98a05892fe7b53c1250150c5"
},
{
"serviceId": "hwlab-agent-skills",
"status": "published",
"image": "127.0.0.1:5000/hwlab/hwlab-agent-skills:881594e",
"imageTag": "881594e",
"digest": "sha256:5bc82c8298aafad128e3774f0e68a571358ed309f0afe50855516f60ad8ddc44",
"repositoryDigest": "127.0.0.1:5000/hwlab/hwlab-agent-skills@sha256:5bc82c8298aafad128e3774f0e68a571358ed309f0afe50855516f60ad8ddc44",
"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:9b790d20493c0d4ee4e0cd5e5172a37443e0c17dc907c6e55fa726068a6d67bb"
}
],
"blockers": []
},
"notes": "DEV-only artifact report. Do not treat runtime placeholder images as real service implementations."
}