1268 lines
57 KiB
JSON
1268 lines
57 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": "33e4eeb",
|
|
"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": "33e4eeb7d05a37b0d5ba232407cd0e04226354d9",
|
|
"registryPrefix": "127.0.0.1:5000/hwlab",
|
|
"registryCapabilities": {
|
|
"version": "v1",
|
|
"registryPrefix": "127.0.0.1:5000/hwlab",
|
|
"generatedAt": "2026-05-23T06:46:43.528Z",
|
|
"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-5847b8bcd-xmnvg",
|
|
"container": "hwlab-agent-mgr",
|
|
"image": "127.0.0.1:5000/hwlab/hwlab-agent-mgr:ffffced",
|
|
"imageID": "127.0.0.1:5000/hwlab/hwlab-agent-mgr@sha256:b6b0e25e2ce7caaa9937b55e5f1e1651ea6883efc48b9e29b94b2697ff2e6484"
|
|
},
|
|
{
|
|
"pod": "hwlab-agent-skills-66f47d456b-hwflm",
|
|
"container": "hwlab-agent-skills",
|
|
"image": "127.0.0.1:5000/hwlab/hwlab-agent-skills:ffffced",
|
|
"imageID": "127.0.0.1:5000/hwlab/hwlab-agent-skills@sha256:70a430828448eda9f5e4308eb5e9c6f7d33b6ac1e9b34488452df84623caf506"
|
|
},
|
|
{
|
|
"pod": "hwlab-box-simu-0",
|
|
"container": "hwlab-box-simu",
|
|
"image": "127.0.0.1:5000/hwlab/hwlab-box-simu:892a027",
|
|
"imageID": "127.0.0.1:5000/hwlab/hwlab-box-simu@sha256:5e26509785a54bcefe1c42cc07a1dd6dc244fd75911b4deb31221f77d60420ee"
|
|
},
|
|
{
|
|
"pod": "hwlab-box-simu-1",
|
|
"container": "hwlab-box-simu",
|
|
"image": "127.0.0.1:5000/hwlab/hwlab-box-simu:ffffced",
|
|
"imageID": "127.0.0.1:5000/hwlab/hwlab-box-simu@sha256:4143753f6d0bdf78eeb7cb42cde7121b9862d80c9afb76b98ef8ab3f59f29b8f"
|
|
},
|
|
{
|
|
"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-748787c694-8cq76",
|
|
"container": "hwlab-cloud-api",
|
|
"image": "127.0.0.1:5000/hwlab/hwlab-cloud-api:ffffced",
|
|
"imageID": "127.0.0.1:5000/hwlab/hwlab-cloud-api@sha256:9c57c1d98e4d7230e164a02c98b8b5d54ab32ea41c4537a2af9e9c7bcff8469f"
|
|
},
|
|
{
|
|
"pod": "hwlab-cloud-web-5b6f6dcb78-qc5fn",
|
|
"container": "hwlab-cloud-web",
|
|
"image": "127.0.0.1:5000/hwlab/hwlab-cloud-web:ffffced",
|
|
"imageID": "127.0.0.1:5000/hwlab/hwlab-cloud-web@sha256:0e3c022d5373960aebab2c6b1f01c24fb925a4340327de298cad6caf4877b01d"
|
|
},
|
|
{
|
|
"pod": "hwlab-edge-proxy-7c5d8b6f79-b9h6w",
|
|
"container": "hwlab-edge-proxy",
|
|
"image": "127.0.0.1:5000/hwlab/hwlab-edge-proxy:ffffced",
|
|
"imageID": "127.0.0.1:5000/hwlab/hwlab-edge-proxy@sha256:8a54913d872b838c906cd200eb389fd6a104da6dcaef73fda9370a503a37e3fd"
|
|
},
|
|
{
|
|
"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:892a027",
|
|
"imageID": "127.0.0.1:5000/hwlab/hwlab-gateway-simu@sha256:5189b3a01a4b789decbe183ae9930ef4f547443c338d3b20e5f73b03a61b57db"
|
|
},
|
|
{
|
|
"pod": "hwlab-gateway-simu-1",
|
|
"container": "hwlab-gateway-simu",
|
|
"image": "127.0.0.1:5000/hwlab/hwlab-gateway-simu:ffffced",
|
|
"imageID": "127.0.0.1:5000/hwlab/hwlab-gateway-simu@sha256:6594c835a8e9b26c8aa8ab6208608ef1db11ebb07b32b2359d8f4258243bd70d"
|
|
},
|
|
{
|
|
"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-7696fdf5b-pld42",
|
|
"container": "hwlab-patch-panel",
|
|
"image": "127.0.0.1:5000/hwlab/hwlab-patch-panel:ffffced",
|
|
"imageID": "127.0.0.1:5000/hwlab/hwlab-patch-panel@sha256:58ef78bee9d95cc2c5eb2fbd6ac6451f88c1a523866008ccc023250ce8f4e759"
|
|
},
|
|
{
|
|
"pod": "hwlab-router-578f855bbc-nb6g9",
|
|
"container": "hwlab-router",
|
|
"image": "127.0.0.1:5000/hwlab/hwlab-router:ffffced",
|
|
"imageID": "127.0.0.1:5000/hwlab/hwlab-router@sha256:325655784e087f02813b8dcee39a16e94714e6db9fb72b9d8e14671eb2470cba"
|
|
},
|
|
{
|
|
"pod": "hwlab-tunnel-client-7c69cc6b45-6k5ms",
|
|
"container": "hwlab-tunnel-client",
|
|
"image": "127.0.0.1:5000/hwlab/hwlab-tunnel-client:ffffced",
|
|
"imageID": "127.0.0.1:5000/hwlab/hwlab-tunnel-client@sha256:c9579c4a3e86155f712de1403f65f7022185334ad45944f1c99e61241191ef0e"
|
|
}
|
|
],
|
|
"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": "33e4eeb7d05a37b0d5ba232407cd0e04226354d9",
|
|
"imageTag": "33e4eeb",
|
|
"registryTarget": "127.0.0.1:5000/hwlab",
|
|
"registryCapabilities": {
|
|
"version": "v1",
|
|
"registryPrefix": "127.0.0.1:5000/hwlab",
|
|
"generatedAt": "2026-05-23T06:46:43.528Z",
|
|
"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-5847b8bcd-xmnvg",
|
|
"container": "hwlab-agent-mgr",
|
|
"image": "127.0.0.1:5000/hwlab/hwlab-agent-mgr:ffffced",
|
|
"imageID": "127.0.0.1:5000/hwlab/hwlab-agent-mgr@sha256:b6b0e25e2ce7caaa9937b55e5f1e1651ea6883efc48b9e29b94b2697ff2e6484"
|
|
},
|
|
{
|
|
"pod": "hwlab-agent-skills-66f47d456b-hwflm",
|
|
"container": "hwlab-agent-skills",
|
|
"image": "127.0.0.1:5000/hwlab/hwlab-agent-skills:ffffced",
|
|
"imageID": "127.0.0.1:5000/hwlab/hwlab-agent-skills@sha256:70a430828448eda9f5e4308eb5e9c6f7d33b6ac1e9b34488452df84623caf506"
|
|
},
|
|
{
|
|
"pod": "hwlab-box-simu-0",
|
|
"container": "hwlab-box-simu",
|
|
"image": "127.0.0.1:5000/hwlab/hwlab-box-simu:892a027",
|
|
"imageID": "127.0.0.1:5000/hwlab/hwlab-box-simu@sha256:5e26509785a54bcefe1c42cc07a1dd6dc244fd75911b4deb31221f77d60420ee"
|
|
},
|
|
{
|
|
"pod": "hwlab-box-simu-1",
|
|
"container": "hwlab-box-simu",
|
|
"image": "127.0.0.1:5000/hwlab/hwlab-box-simu:ffffced",
|
|
"imageID": "127.0.0.1:5000/hwlab/hwlab-box-simu@sha256:4143753f6d0bdf78eeb7cb42cde7121b9862d80c9afb76b98ef8ab3f59f29b8f"
|
|
},
|
|
{
|
|
"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-748787c694-8cq76",
|
|
"container": "hwlab-cloud-api",
|
|
"image": "127.0.0.1:5000/hwlab/hwlab-cloud-api:ffffced",
|
|
"imageID": "127.0.0.1:5000/hwlab/hwlab-cloud-api@sha256:9c57c1d98e4d7230e164a02c98b8b5d54ab32ea41c4537a2af9e9c7bcff8469f"
|
|
},
|
|
{
|
|
"pod": "hwlab-cloud-web-5b6f6dcb78-qc5fn",
|
|
"container": "hwlab-cloud-web",
|
|
"image": "127.0.0.1:5000/hwlab/hwlab-cloud-web:ffffced",
|
|
"imageID": "127.0.0.1:5000/hwlab/hwlab-cloud-web@sha256:0e3c022d5373960aebab2c6b1f01c24fb925a4340327de298cad6caf4877b01d"
|
|
},
|
|
{
|
|
"pod": "hwlab-edge-proxy-7c5d8b6f79-b9h6w",
|
|
"container": "hwlab-edge-proxy",
|
|
"image": "127.0.0.1:5000/hwlab/hwlab-edge-proxy:ffffced",
|
|
"imageID": "127.0.0.1:5000/hwlab/hwlab-edge-proxy@sha256:8a54913d872b838c906cd200eb389fd6a104da6dcaef73fda9370a503a37e3fd"
|
|
},
|
|
{
|
|
"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:892a027",
|
|
"imageID": "127.0.0.1:5000/hwlab/hwlab-gateway-simu@sha256:5189b3a01a4b789decbe183ae9930ef4f547443c338d3b20e5f73b03a61b57db"
|
|
},
|
|
{
|
|
"pod": "hwlab-gateway-simu-1",
|
|
"container": "hwlab-gateway-simu",
|
|
"image": "127.0.0.1:5000/hwlab/hwlab-gateway-simu:ffffced",
|
|
"imageID": "127.0.0.1:5000/hwlab/hwlab-gateway-simu@sha256:6594c835a8e9b26c8aa8ab6208608ef1db11ebb07b32b2359d8f4258243bd70d"
|
|
},
|
|
{
|
|
"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-7696fdf5b-pld42",
|
|
"container": "hwlab-patch-panel",
|
|
"image": "127.0.0.1:5000/hwlab/hwlab-patch-panel:ffffced",
|
|
"imageID": "127.0.0.1:5000/hwlab/hwlab-patch-panel@sha256:58ef78bee9d95cc2c5eb2fbd6ac6451f88c1a523866008ccc023250ce8f4e759"
|
|
},
|
|
{
|
|
"pod": "hwlab-router-578f855bbc-nb6g9",
|
|
"container": "hwlab-router",
|
|
"image": "127.0.0.1:5000/hwlab/hwlab-router:ffffced",
|
|
"imageID": "127.0.0.1:5000/hwlab/hwlab-router@sha256:325655784e087f02813b8dcee39a16e94714e6db9fb72b9d8e14671eb2470cba"
|
|
},
|
|
{
|
|
"pod": "hwlab-tunnel-client-7c69cc6b45-6k5ms",
|
|
"container": "hwlab-tunnel-client",
|
|
"image": "127.0.0.1:5000/hwlab/hwlab-tunnel-client:ffffced",
|
|
"imageID": "127.0.0.1:5000/hwlab/hwlab-tunnel-client@sha256:c9579c4a3e86155f712de1403f65f7022185334ad45944f1c99e61241191ef0e"
|
|
}
|
|
],
|
|
"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": "33e4eeb7d05a37b0d5ba232407cd0e04226354d9",
|
|
"registryTarget": "127.0.0.1:5000/hwlab/hwlab-cloud-api",
|
|
"image": "127.0.0.1:5000/hwlab/hwlab-cloud-api:33e4eeb",
|
|
"imageTag": "33e4eeb",
|
|
"digest": "sha256:d0b5cf23e16dc7d83c2562cf5284c9c3cc7e4fa0df30af59a4bbe1dd567f6c1d",
|
|
"repositoryDigest": "127.0.0.1:5000/hwlab/hwlab-cloud-api@sha256:d0b5cf23e16dc7d83c2562cf5284c9c3cc7e4fa0df30af59a4bbe1dd567f6c1d",
|
|
"digestStatus": "real",
|
|
"status": "published",
|
|
"notPublishedReason": null
|
|
},
|
|
{
|
|
"serviceId": "hwlab-cloud-web",
|
|
"enabled": true,
|
|
"required": true,
|
|
"artifactScope": "required",
|
|
"sourceCommitId": "33e4eeb7d05a37b0d5ba232407cd0e04226354d9",
|
|
"registryTarget": "127.0.0.1:5000/hwlab/hwlab-cloud-web",
|
|
"image": "127.0.0.1:5000/hwlab/hwlab-cloud-web:33e4eeb",
|
|
"imageTag": "33e4eeb",
|
|
"digest": "sha256:b24d68eaf3d1b190c7919d5b6993ca93c41f76dd7144baa870ade8c7e5edab29",
|
|
"repositoryDigest": "127.0.0.1:5000/hwlab/hwlab-cloud-web@sha256:b24d68eaf3d1b190c7919d5b6993ca93c41f76dd7144baa870ade8c7e5edab29",
|
|
"digestStatus": "real",
|
|
"status": "published",
|
|
"notPublishedReason": null
|
|
},
|
|
{
|
|
"serviceId": "hwlab-agent-mgr",
|
|
"enabled": true,
|
|
"required": true,
|
|
"artifactScope": "required",
|
|
"sourceCommitId": "33e4eeb7d05a37b0d5ba232407cd0e04226354d9",
|
|
"registryTarget": "127.0.0.1:5000/hwlab/hwlab-agent-mgr",
|
|
"image": "127.0.0.1:5000/hwlab/hwlab-agent-mgr:33e4eeb",
|
|
"imageTag": "33e4eeb",
|
|
"digest": "sha256:28fd27c7d6e4ee3e832495077a8db99ddc05f0d618464815881d918b2d33c1ae",
|
|
"repositoryDigest": "127.0.0.1:5000/hwlab/hwlab-agent-mgr@sha256:28fd27c7d6e4ee3e832495077a8db99ddc05f0d618464815881d918b2d33c1ae",
|
|
"digestStatus": "real",
|
|
"status": "published",
|
|
"notPublishedReason": null
|
|
},
|
|
{
|
|
"serviceId": "hwlab-agent-worker",
|
|
"enabled": true,
|
|
"required": true,
|
|
"artifactScope": "required",
|
|
"sourceCommitId": "33e4eeb7d05a37b0d5ba232407cd0e04226354d9",
|
|
"registryTarget": "127.0.0.1:5000/hwlab/hwlab-agent-worker",
|
|
"image": "127.0.0.1:5000/hwlab/hwlab-agent-worker:33e4eeb",
|
|
"imageTag": "33e4eeb",
|
|
"digest": "sha256:539baed8e8975f8a265631b2478a31ea063b5e8a86d46c5246f9956275fb987d",
|
|
"repositoryDigest": "127.0.0.1:5000/hwlab/hwlab-agent-worker@sha256:539baed8e8975f8a265631b2478a31ea063b5e8a86d46c5246f9956275fb987d",
|
|
"digestStatus": "real",
|
|
"status": "published",
|
|
"notPublishedReason": null
|
|
},
|
|
{
|
|
"serviceId": "hwlab-gateway",
|
|
"enabled": true,
|
|
"required": true,
|
|
"artifactScope": "required",
|
|
"sourceCommitId": "33e4eeb7d05a37b0d5ba232407cd0e04226354d9",
|
|
"registryTarget": "127.0.0.1:5000/hwlab/hwlab-gateway",
|
|
"image": "127.0.0.1:5000/hwlab/hwlab-gateway:33e4eeb",
|
|
"imageTag": "33e4eeb",
|
|
"digest": "sha256:1131dfb319869a92740aee9eedef87fec6295ce293fbd9b0a898ae83b984118a",
|
|
"repositoryDigest": "127.0.0.1:5000/hwlab/hwlab-gateway@sha256:1131dfb319869a92740aee9eedef87fec6295ce293fbd9b0a898ae83b984118a",
|
|
"digestStatus": "real",
|
|
"status": "published",
|
|
"notPublishedReason": null
|
|
},
|
|
{
|
|
"serviceId": "hwlab-gateway-simu",
|
|
"enabled": true,
|
|
"required": true,
|
|
"artifactScope": "required",
|
|
"sourceCommitId": "33e4eeb7d05a37b0d5ba232407cd0e04226354d9",
|
|
"registryTarget": "127.0.0.1:5000/hwlab/hwlab-gateway-simu",
|
|
"image": "127.0.0.1:5000/hwlab/hwlab-gateway-simu:33e4eeb",
|
|
"imageTag": "33e4eeb",
|
|
"digest": "sha256:252c799312f0f1708fb891cebb6e4c0359a07bfe317a3e155a051bade05e3939",
|
|
"repositoryDigest": "127.0.0.1:5000/hwlab/hwlab-gateway-simu@sha256:252c799312f0f1708fb891cebb6e4c0359a07bfe317a3e155a051bade05e3939",
|
|
"digestStatus": "real",
|
|
"status": "published",
|
|
"notPublishedReason": null
|
|
},
|
|
{
|
|
"serviceId": "hwlab-box-simu",
|
|
"enabled": true,
|
|
"required": true,
|
|
"artifactScope": "required",
|
|
"sourceCommitId": "33e4eeb7d05a37b0d5ba232407cd0e04226354d9",
|
|
"registryTarget": "127.0.0.1:5000/hwlab/hwlab-box-simu",
|
|
"image": "127.0.0.1:5000/hwlab/hwlab-box-simu:33e4eeb",
|
|
"imageTag": "33e4eeb",
|
|
"digest": "sha256:948364783b70fecf7336ba39d9ffde03605fd48de2ac2a4a32948d378df4b4e2",
|
|
"repositoryDigest": "127.0.0.1:5000/hwlab/hwlab-box-simu@sha256:948364783b70fecf7336ba39d9ffde03605fd48de2ac2a4a32948d378df4b4e2",
|
|
"digestStatus": "real",
|
|
"status": "published",
|
|
"notPublishedReason": null
|
|
},
|
|
{
|
|
"serviceId": "hwlab-patch-panel",
|
|
"enabled": true,
|
|
"required": true,
|
|
"artifactScope": "required",
|
|
"sourceCommitId": "33e4eeb7d05a37b0d5ba232407cd0e04226354d9",
|
|
"registryTarget": "127.0.0.1:5000/hwlab/hwlab-patch-panel",
|
|
"image": "127.0.0.1:5000/hwlab/hwlab-patch-panel:33e4eeb",
|
|
"imageTag": "33e4eeb",
|
|
"digest": "sha256:db5dbec9fe1f768bb669e3f8b2ef83c273c9209d9275a2bc18eeb5c2c00576a8",
|
|
"repositoryDigest": "127.0.0.1:5000/hwlab/hwlab-patch-panel@sha256:db5dbec9fe1f768bb669e3f8b2ef83c273c9209d9275a2bc18eeb5c2c00576a8",
|
|
"digestStatus": "real",
|
|
"status": "published",
|
|
"notPublishedReason": null
|
|
},
|
|
{
|
|
"serviceId": "hwlab-router",
|
|
"enabled": true,
|
|
"required": true,
|
|
"artifactScope": "required",
|
|
"sourceCommitId": "33e4eeb7d05a37b0d5ba232407cd0e04226354d9",
|
|
"registryTarget": "127.0.0.1:5000/hwlab/hwlab-router",
|
|
"image": "127.0.0.1:5000/hwlab/hwlab-router:33e4eeb",
|
|
"imageTag": "33e4eeb",
|
|
"digest": "sha256:cdb33cd3e66480ff70549603431e09e774aa7551f0a9009eb45942f64bcc8e41",
|
|
"repositoryDigest": "127.0.0.1:5000/hwlab/hwlab-router@sha256:cdb33cd3e66480ff70549603431e09e774aa7551f0a9009eb45942f64bcc8e41",
|
|
"digestStatus": "real",
|
|
"status": "published",
|
|
"notPublishedReason": null
|
|
},
|
|
{
|
|
"serviceId": "hwlab-tunnel-client",
|
|
"enabled": true,
|
|
"required": true,
|
|
"artifactScope": "required",
|
|
"sourceCommitId": "33e4eeb7d05a37b0d5ba232407cd0e04226354d9",
|
|
"registryTarget": "127.0.0.1:5000/hwlab/hwlab-tunnel-client",
|
|
"image": "127.0.0.1:5000/hwlab/hwlab-tunnel-client:33e4eeb",
|
|
"imageTag": "33e4eeb",
|
|
"digest": "sha256:ec63520dd6bf9f38bc144a0c75d9d41cf6a9ac1d08b34029072aae2f51f4d170",
|
|
"repositoryDigest": "127.0.0.1:5000/hwlab/hwlab-tunnel-client@sha256:ec63520dd6bf9f38bc144a0c75d9d41cf6a9ac1d08b34029072aae2f51f4d170",
|
|
"digestStatus": "real",
|
|
"status": "published",
|
|
"notPublishedReason": null
|
|
},
|
|
{
|
|
"serviceId": "hwlab-edge-proxy",
|
|
"enabled": true,
|
|
"required": true,
|
|
"artifactScope": "required",
|
|
"sourceCommitId": "33e4eeb7d05a37b0d5ba232407cd0e04226354d9",
|
|
"registryTarget": "127.0.0.1:5000/hwlab/hwlab-edge-proxy",
|
|
"image": "127.0.0.1:5000/hwlab/hwlab-edge-proxy:33e4eeb",
|
|
"imageTag": "33e4eeb",
|
|
"digest": "sha256:81ad8512cdf296b5811331d7d2f716a8cde241e2f2f484ff0ffed5ef7a4dfb6b",
|
|
"repositoryDigest": "127.0.0.1:5000/hwlab/hwlab-edge-proxy@sha256:81ad8512cdf296b5811331d7d2f716a8cde241e2f2f484ff0ffed5ef7a4dfb6b",
|
|
"digestStatus": "real",
|
|
"status": "published",
|
|
"notPublishedReason": null
|
|
},
|
|
{
|
|
"serviceId": "hwlab-cli",
|
|
"enabled": true,
|
|
"required": true,
|
|
"artifactScope": "required",
|
|
"sourceCommitId": "33e4eeb7d05a37b0d5ba232407cd0e04226354d9",
|
|
"registryTarget": "127.0.0.1:5000/hwlab/hwlab-cli",
|
|
"image": "127.0.0.1:5000/hwlab/hwlab-cli:33e4eeb",
|
|
"imageTag": "33e4eeb",
|
|
"digest": "sha256:ff1c1f5782ccbca557b8b1a2cd531c18b773fbc8095b7ba03ff68dd78ef5aea9",
|
|
"repositoryDigest": "127.0.0.1:5000/hwlab/hwlab-cli@sha256:ff1c1f5782ccbca557b8b1a2cd531c18b773fbc8095b7ba03ff68dd78ef5aea9",
|
|
"digestStatus": "real",
|
|
"status": "published",
|
|
"notPublishedReason": null
|
|
},
|
|
{
|
|
"serviceId": "hwlab-agent-skills",
|
|
"enabled": true,
|
|
"required": true,
|
|
"artifactScope": "required",
|
|
"sourceCommitId": "33e4eeb7d05a37b0d5ba232407cd0e04226354d9",
|
|
"registryTarget": "127.0.0.1:5000/hwlab/hwlab-agent-skills",
|
|
"image": "127.0.0.1:5000/hwlab/hwlab-agent-skills:33e4eeb",
|
|
"imageTag": "33e4eeb",
|
|
"digest": "sha256:aec834774746d8f2dbda2bad0c4a8204f7a2053fb00e808f53c1ad6c93173960",
|
|
"repositoryDigest": "127.0.0.1:5000/hwlab/hwlab-agent-skills@sha256:aec834774746d8f2dbda2bad0c4a8204f7a2053fb00e808f53c1ad6c93173960",
|
|
"digestStatus": "real",
|
|
"status": "published",
|
|
"notPublishedReason": null
|
|
}
|
|
]
|
|
},
|
|
"serviceCount": 13,
|
|
"requiredServiceCount": 13,
|
|
"disabledServiceCount": 0,
|
|
"builtCount": 13,
|
|
"publishedCount": 13,
|
|
"generatedAt": "2026-05-23T06:51:32.823Z",
|
|
"services": [
|
|
{
|
|
"serviceId": "hwlab-cloud-api",
|
|
"status": "published",
|
|
"image": "127.0.0.1:5000/hwlab/hwlab-cloud-api:33e4eeb",
|
|
"imageTag": "33e4eeb",
|
|
"digest": "sha256:d0b5cf23e16dc7d83c2562cf5284c9c3cc7e4fa0df30af59a4bbe1dd567f6c1d",
|
|
"repositoryDigest": "127.0.0.1:5000/hwlab/hwlab-cloud-api@sha256:d0b5cf23e16dc7d83c2562cf5284c9c3cc7e4fa0df30af59a4bbe1dd567f6c1d",
|
|
"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:3afdb84c67a4544183ef872e791eec4af288cca274fbfda37c8f991c4d421a9e"
|
|
},
|
|
{
|
|
"serviceId": "hwlab-cloud-web",
|
|
"status": "published",
|
|
"image": "127.0.0.1:5000/hwlab/hwlab-cloud-web:33e4eeb",
|
|
"imageTag": "33e4eeb",
|
|
"digest": "sha256:b24d68eaf3d1b190c7919d5b6993ca93c41f76dd7144baa870ade8c7e5edab29",
|
|
"repositoryDigest": "127.0.0.1:5000/hwlab/hwlab-cloud-web@sha256:b24d68eaf3d1b190c7919d5b6993ca93c41f76dd7144baa870ade8c7e5edab29",
|
|
"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-durable-runtime-auth-blocker-003/web/hwlab-cloud-web/index.html",
|
|
"distPath": "/workspace/hwlab-durable-runtime-auth-blocker-003/web/hwlab-cloud-web/dist/index.html",
|
|
"status": "match"
|
|
},
|
|
{
|
|
"kind": "runtime",
|
|
"path": "styles.css",
|
|
"sourcePath": "/workspace/hwlab-durable-runtime-auth-blocker-003/web/hwlab-cloud-web/styles.css",
|
|
"distPath": "/workspace/hwlab-durable-runtime-auth-blocker-003/web/hwlab-cloud-web/dist/styles.css",
|
|
"status": "match"
|
|
},
|
|
{
|
|
"kind": "runtime",
|
|
"path": "app.mjs",
|
|
"sourcePath": "/workspace/hwlab-durable-runtime-auth-blocker-003/web/hwlab-cloud-web/app.mjs",
|
|
"distPath": "/workspace/hwlab-durable-runtime-auth-blocker-003/web/hwlab-cloud-web/dist/app.mjs",
|
|
"status": "match"
|
|
},
|
|
{
|
|
"kind": "runtime",
|
|
"path": "gate-summary.mjs",
|
|
"sourcePath": "/workspace/hwlab-durable-runtime-auth-blocker-003/web/hwlab-cloud-web/gate-summary.mjs",
|
|
"distPath": "/workspace/hwlab-durable-runtime-auth-blocker-003/web/hwlab-cloud-web/dist/gate-summary.mjs",
|
|
"status": "match"
|
|
},
|
|
{
|
|
"kind": "runtime",
|
|
"path": "runtime.mjs",
|
|
"sourcePath": "/workspace/hwlab-durable-runtime-auth-blocker-003/web/hwlab-cloud-web/runtime.mjs",
|
|
"distPath": "/workspace/hwlab-durable-runtime-auth-blocker-003/web/hwlab-cloud-web/dist/runtime.mjs",
|
|
"status": "match"
|
|
},
|
|
{
|
|
"kind": "runtime",
|
|
"path": "workbench-hardware-panel.mjs",
|
|
"sourcePath": "/workspace/hwlab-durable-runtime-auth-blocker-003/web/hwlab-cloud-web/workbench-hardware-panel.mjs",
|
|
"distPath": "/workspace/hwlab-durable-runtime-auth-blocker-003/web/hwlab-cloud-web/dist/workbench-hardware-panel.mjs",
|
|
"status": "match"
|
|
},
|
|
{
|
|
"kind": "runtime",
|
|
"path": "help.md",
|
|
"sourcePath": "/workspace/hwlab-durable-runtime-auth-blocker-003/web/hwlab-cloud-web/help.md",
|
|
"distPath": "/workspace/hwlab-durable-runtime-auth-blocker-003/web/hwlab-cloud-web/dist/help.md",
|
|
"status": "match"
|
|
},
|
|
{
|
|
"kind": "runtime",
|
|
"path": "third_party/marked/marked.esm.js",
|
|
"sourcePath": "/workspace/hwlab-durable-runtime-auth-blocker-003/web/hwlab-cloud-web/third_party/marked/marked.esm.js",
|
|
"distPath": "/workspace/hwlab-durable-runtime-auth-blocker-003/web/hwlab-cloud-web/dist/third_party/marked/marked.esm.js",
|
|
"status": "match"
|
|
},
|
|
{
|
|
"kind": "runtime",
|
|
"path": "third_party/marked/LICENSE",
|
|
"sourcePath": "/workspace/hwlab-durable-runtime-auth-blocker-003/web/hwlab-cloud-web/third_party/marked/LICENSE",
|
|
"distPath": "/workspace/hwlab-durable-runtime-auth-blocker-003/web/hwlab-cloud-web/dist/third_party/marked/LICENSE",
|
|
"status": "match"
|
|
},
|
|
{
|
|
"kind": "alias",
|
|
"path": "gate/index.html",
|
|
"sourcePath": "/workspace/hwlab-durable-runtime-auth-blocker-003/web/hwlab-cloud-web/index.html",
|
|
"distPath": "/workspace/hwlab-durable-runtime-auth-blocker-003/web/hwlab-cloud-web/dist/gate/index.html",
|
|
"status": "match"
|
|
},
|
|
{
|
|
"kind": "alias",
|
|
"path": "diagnostics/gate/index.html",
|
|
"sourcePath": "/workspace/hwlab-durable-runtime-auth-blocker-003/web/hwlab-cloud-web/index.html",
|
|
"distPath": "/workspace/hwlab-durable-runtime-auth-blocker-003/web/hwlab-cloud-web/dist/diagnostics/gate/index.html",
|
|
"status": "match"
|
|
},
|
|
{
|
|
"kind": "alias",
|
|
"path": "help/index.html",
|
|
"sourcePath": "/workspace/hwlab-durable-runtime-auth-blocker-003/web/hwlab-cloud-web/index.html",
|
|
"distPath": "/workspace/hwlab-durable-runtime-auth-blocker-003/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:d42d3213d84eeed889c10ab424e3500319e2c9fa94b36571c6d751d96300003f"
|
|
},
|
|
{
|
|
"serviceId": "hwlab-agent-mgr",
|
|
"status": "published",
|
|
"image": "127.0.0.1:5000/hwlab/hwlab-agent-mgr:33e4eeb",
|
|
"imageTag": "33e4eeb",
|
|
"digest": "sha256:28fd27c7d6e4ee3e832495077a8db99ddc05f0d618464815881d918b2d33c1ae",
|
|
"repositoryDigest": "127.0.0.1:5000/hwlab/hwlab-agent-mgr@sha256:28fd27c7d6e4ee3e832495077a8db99ddc05f0d618464815881d918b2d33c1ae",
|
|
"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:3cfd444c0193e9a132bdf0a53f2735a8a4542ca575c99c8ad99e00ccdb456b26"
|
|
},
|
|
{
|
|
"serviceId": "hwlab-agent-worker",
|
|
"status": "published",
|
|
"image": "127.0.0.1:5000/hwlab/hwlab-agent-worker:33e4eeb",
|
|
"imageTag": "33e4eeb",
|
|
"digest": "sha256:539baed8e8975f8a265631b2478a31ea063b5e8a86d46c5246f9956275fb987d",
|
|
"repositoryDigest": "127.0.0.1:5000/hwlab/hwlab-agent-worker@sha256:539baed8e8975f8a265631b2478a31ea063b5e8a86d46c5246f9956275fb987d",
|
|
"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:79020df762b2c06e38b8846d8cdc31684071ec57e9d596fde1caca7a7d678420"
|
|
},
|
|
{
|
|
"serviceId": "hwlab-gateway",
|
|
"status": "published",
|
|
"image": "127.0.0.1:5000/hwlab/hwlab-gateway:33e4eeb",
|
|
"imageTag": "33e4eeb",
|
|
"digest": "sha256:1131dfb319869a92740aee9eedef87fec6295ce293fbd9b0a898ae83b984118a",
|
|
"repositoryDigest": "127.0.0.1:5000/hwlab/hwlab-gateway@sha256:1131dfb319869a92740aee9eedef87fec6295ce293fbd9b0a898ae83b984118a",
|
|
"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:4faad99083a9f63987ed092d23c2fcb2bf9a3f3d11e6586cc7eebb957be41255"
|
|
},
|
|
{
|
|
"serviceId": "hwlab-gateway-simu",
|
|
"status": "published",
|
|
"image": "127.0.0.1:5000/hwlab/hwlab-gateway-simu:33e4eeb",
|
|
"imageTag": "33e4eeb",
|
|
"digest": "sha256:252c799312f0f1708fb891cebb6e4c0359a07bfe317a3e155a051bade05e3939",
|
|
"repositoryDigest": "127.0.0.1:5000/hwlab/hwlab-gateway-simu@sha256:252c799312f0f1708fb891cebb6e4c0359a07bfe317a3e155a051bade05e3939",
|
|
"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:833587515d692f4ddd94b067d3d88f243b65864b306257a9cb65660c9ff7b424"
|
|
},
|
|
{
|
|
"serviceId": "hwlab-box-simu",
|
|
"status": "published",
|
|
"image": "127.0.0.1:5000/hwlab/hwlab-box-simu:33e4eeb",
|
|
"imageTag": "33e4eeb",
|
|
"digest": "sha256:948364783b70fecf7336ba39d9ffde03605fd48de2ac2a4a32948d378df4b4e2",
|
|
"repositoryDigest": "127.0.0.1:5000/hwlab/hwlab-box-simu@sha256:948364783b70fecf7336ba39d9ffde03605fd48de2ac2a4a32948d378df4b4e2",
|
|
"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:c05872ef5cfd1f61351584a352e761c2c06da25b309f08e88e7a7b6c89114ba0"
|
|
},
|
|
{
|
|
"serviceId": "hwlab-patch-panel",
|
|
"status": "published",
|
|
"image": "127.0.0.1:5000/hwlab/hwlab-patch-panel:33e4eeb",
|
|
"imageTag": "33e4eeb",
|
|
"digest": "sha256:db5dbec9fe1f768bb669e3f8b2ef83c273c9209d9275a2bc18eeb5c2c00576a8",
|
|
"repositoryDigest": "127.0.0.1:5000/hwlab/hwlab-patch-panel@sha256:db5dbec9fe1f768bb669e3f8b2ef83c273c9209d9275a2bc18eeb5c2c00576a8",
|
|
"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:d3ca2cefc8b826cb945260b738f795df8063db32bc31c148a26741f941f4f946"
|
|
},
|
|
{
|
|
"serviceId": "hwlab-router",
|
|
"status": "published",
|
|
"image": "127.0.0.1:5000/hwlab/hwlab-router:33e4eeb",
|
|
"imageTag": "33e4eeb",
|
|
"digest": "sha256:cdb33cd3e66480ff70549603431e09e774aa7551f0a9009eb45942f64bcc8e41",
|
|
"repositoryDigest": "127.0.0.1:5000/hwlab/hwlab-router@sha256:cdb33cd3e66480ff70549603431e09e774aa7551f0a9009eb45942f64bcc8e41",
|
|
"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:c2c7aefa07e0d68220901f07039af59bb4943562aa0db9aceb642983238ec637"
|
|
},
|
|
{
|
|
"serviceId": "hwlab-tunnel-client",
|
|
"status": "published",
|
|
"image": "127.0.0.1:5000/hwlab/hwlab-tunnel-client:33e4eeb",
|
|
"imageTag": "33e4eeb",
|
|
"digest": "sha256:ec63520dd6bf9f38bc144a0c75d9d41cf6a9ac1d08b34029072aae2f51f4d170",
|
|
"repositoryDigest": "127.0.0.1:5000/hwlab/hwlab-tunnel-client@sha256:ec63520dd6bf9f38bc144a0c75d9d41cf6a9ac1d08b34029072aae2f51f4d170",
|
|
"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:63d7e9d5e41fac27ff18493e44adcb0ccb788d64f1f2d7214f59cbfe9adfc201"
|
|
},
|
|
{
|
|
"serviceId": "hwlab-edge-proxy",
|
|
"status": "published",
|
|
"image": "127.0.0.1:5000/hwlab/hwlab-edge-proxy:33e4eeb",
|
|
"imageTag": "33e4eeb",
|
|
"digest": "sha256:81ad8512cdf296b5811331d7d2f716a8cde241e2f2f484ff0ffed5ef7a4dfb6b",
|
|
"repositoryDigest": "127.0.0.1:5000/hwlab/hwlab-edge-proxy@sha256:81ad8512cdf296b5811331d7d2f716a8cde241e2f2f484ff0ffed5ef7a4dfb6b",
|
|
"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:c971fc5c777cdce5fb025d20e1429a276ba74eef40e300d87269d5343c6c7903"
|
|
},
|
|
{
|
|
"serviceId": "hwlab-cli",
|
|
"status": "published",
|
|
"image": "127.0.0.1:5000/hwlab/hwlab-cli:33e4eeb",
|
|
"imageTag": "33e4eeb",
|
|
"digest": "sha256:ff1c1f5782ccbca557b8b1a2cd531c18b773fbc8095b7ba03ff68dd78ef5aea9",
|
|
"repositoryDigest": "127.0.0.1:5000/hwlab/hwlab-cli@sha256:ff1c1f5782ccbca557b8b1a2cd531c18b773fbc8095b7ba03ff68dd78ef5aea9",
|
|
"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:d5137151ab3d9358707377a896d5511461989939c64d483eab337317a0d75e4c"
|
|
},
|
|
{
|
|
"serviceId": "hwlab-agent-skills",
|
|
"status": "published",
|
|
"image": "127.0.0.1:5000/hwlab/hwlab-agent-skills:33e4eeb",
|
|
"imageTag": "33e4eeb",
|
|
"digest": "sha256:aec834774746d8f2dbda2bad0c4a8204f7a2053fb00e808f53c1ad6c93173960",
|
|
"repositoryDigest": "127.0.0.1:5000/hwlab/hwlab-agent-skills@sha256:aec834774746d8f2dbda2bad0c4a8204f7a2053fb00e808f53c1ad6c93173960",
|
|
"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:4a59cc4b7a6c0c1a1acc16c56a59ce8e734b69445a15e4341f9b13fce233636f"
|
|
}
|
|
],
|
|
"blockers": []
|
|
},
|
|
"notes": "DEV-only artifact report. Do not treat runtime placeholder images as real service implementations."
|
|
}
|