1310 lines
59 KiB
JSON
1310 lines
59 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": "f19c3d1",
|
|
"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": "f19c3d1c85b5b37c936ac6a36f1bcf0c1f6f9e12",
|
|
"registryPrefix": "127.0.0.1:5000/hwlab",
|
|
"registryCapabilities": {
|
|
"version": "v1",
|
|
"registryPrefix": "127.0.0.1:5000/hwlab",
|
|
"generatedAt": "2026-05-23T18:28:21.445Z",
|
|
"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 4 hours"
|
|
}
|
|
],
|
|
"pushAttempted": false,
|
|
"mutationAttempted": false
|
|
}
|
|
},
|
|
"k3sPullAccess": {
|
|
"id": "k3s-pull-access",
|
|
"status": "pass",
|
|
"requiredForPublish": false,
|
|
"requiredForDeploy": true,
|
|
"endpoint": "127.0.0.1:5000/hwlab",
|
|
"probeKind": "kubectl-read-only",
|
|
"summary": "Read-only kubectl observed hwlab-dev pods with pulled registry images.",
|
|
"evidence": {
|
|
"kubectlAvailable": true,
|
|
"kubeconfig": "/etc/rancher/k3s/k3s.yaml",
|
|
"context": {
|
|
"command": "env KUBECONFIG=/etc/rancher/k3s/k3s.yaml kubectl config current-context",
|
|
"ok": true,
|
|
"exitCode": 0,
|
|
"stdout": "in-cluster",
|
|
"stderr": "",
|
|
"error": null
|
|
},
|
|
"canGetPods": {
|
|
"command": "env KUBECONFIG=/etc/rancher/k3s/k3s.yaml kubectl auth can-i get pods -n hwlab-dev",
|
|
"ok": true,
|
|
"exitCode": 0,
|
|
"stdout": "yes",
|
|
"stderr": "",
|
|
"error": null
|
|
},
|
|
"podCount": 13,
|
|
"pulledImages": [
|
|
{
|
|
"pod": "hwlab-agent-mgr-749c489bf9-mcsdp",
|
|
"container": "hwlab-agent-mgr",
|
|
"image": "127.0.0.1:5000/hwlab/hwlab-agent-mgr:f09ad05",
|
|
"imageID": "127.0.0.1:5000/hwlab/hwlab-agent-mgr@sha256:02424bd81b280535f7877a0febb4ac85b3e8d4009525e70a35e8e3dc37dc5443"
|
|
},
|
|
{
|
|
"pod": "hwlab-agent-skills-7d5cf68bcd-wkcwv",
|
|
"container": "hwlab-agent-skills",
|
|
"image": "127.0.0.1:5000/hwlab/hwlab-agent-skills:f09ad05",
|
|
"imageID": "127.0.0.1:5000/hwlab/hwlab-agent-skills@sha256:26831fd6848abc50a4e8158d97fe5ec0a769a54abd4b9558249baa1691fd2758"
|
|
},
|
|
{
|
|
"pod": "hwlab-box-simu-0",
|
|
"container": "hwlab-box-simu",
|
|
"image": "127.0.0.1:5000/hwlab/hwlab-box-simu:f09ad05",
|
|
"imageID": "127.0.0.1:5000/hwlab/hwlab-box-simu@sha256:936addebe7d7132198fd025a90d7d2c5b0d1131a98dc9f695abca0a7921fcdca"
|
|
},
|
|
{
|
|
"pod": "hwlab-box-simu-1",
|
|
"container": "hwlab-box-simu",
|
|
"image": "127.0.0.1:5000/hwlab/hwlab-box-simu:f09ad05",
|
|
"imageID": "127.0.0.1:5000/hwlab/hwlab-box-simu@sha256:936addebe7d7132198fd025a90d7d2c5b0d1131a98dc9f695abca0a7921fcdca"
|
|
},
|
|
{
|
|
"pod": "hwlab-cloud-api-6c565c556-nmvbh",
|
|
"container": "hwlab-cloud-api",
|
|
"image": "127.0.0.1:5000/hwlab/hwlab-cloud-api:f09ad05",
|
|
"imageID": "127.0.0.1:5000/hwlab/hwlab-cloud-api@sha256:69543a5c537e10593d790dba00e3bdb1e19aaad3790d44e0964d371d0fddab20"
|
|
},
|
|
{
|
|
"pod": "hwlab-cloud-web-5f74d5d74-mfzqh",
|
|
"container": "hwlab-cloud-web",
|
|
"image": "127.0.0.1:5000/hwlab/hwlab-cloud-web:f09ad05",
|
|
"imageID": "127.0.0.1:5000/hwlab/hwlab-cloud-web@sha256:28378a2582a9e67b7fabbe64b604e33a3404d619c0b2a21b3100f082ec089385"
|
|
},
|
|
{
|
|
"pod": "hwlab-edge-proxy-5c4c948c68-hwqp7",
|
|
"container": "hwlab-edge-proxy",
|
|
"image": "127.0.0.1:5000/hwlab/hwlab-edge-proxy:f09ad05",
|
|
"imageID": "127.0.0.1:5000/hwlab/hwlab-edge-proxy@sha256:81636f2218282c43a0a107102f61f65f209f52fdfa25f883f418b274c1ca7ad1"
|
|
},
|
|
{
|
|
"pod": "hwlab-frpc-59f57d479c-tgjhl",
|
|
"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:f09ad05",
|
|
"imageID": "127.0.0.1:5000/hwlab/hwlab-gateway-simu@sha256:18c12a58a6b36cd1d5b2f0dadd166a7fca2c8e472a975797e1a7474f172413bd"
|
|
},
|
|
{
|
|
"pod": "hwlab-gateway-simu-1",
|
|
"container": "hwlab-gateway-simu",
|
|
"image": "127.0.0.1:5000/hwlab/hwlab-gateway-simu:f09ad05",
|
|
"imageID": "127.0.0.1:5000/hwlab/hwlab-gateway-simu@sha256:18c12a58a6b36cd1d5b2f0dadd166a7fca2c8e472a975797e1a7474f172413bd"
|
|
},
|
|
{
|
|
"pod": "hwlab-patch-panel-784bdb49cc-z5jhz",
|
|
"container": "hwlab-patch-panel",
|
|
"image": "127.0.0.1:5000/hwlab/hwlab-patch-panel:f09ad05",
|
|
"imageID": "127.0.0.1:5000/hwlab/hwlab-patch-panel@sha256:521baa534c73bbcbb6b6f01f67574061c4c83178a83fd6f2dedf2ad0a62a228c"
|
|
},
|
|
{
|
|
"pod": "hwlab-router-9954c75cb-zkmm2",
|
|
"container": "hwlab-router",
|
|
"image": "127.0.0.1:5000/hwlab/hwlab-router:f09ad05",
|
|
"imageID": "127.0.0.1:5000/hwlab/hwlab-router@sha256:e3f26f30d611a9bd63571bef600caeea5ca0770c5bf9b2d921abe74cb1ba1463"
|
|
},
|
|
{
|
|
"pod": "hwlab-tunnel-client-86d5dc9b6-svcq4",
|
|
"container": "hwlab-tunnel-client",
|
|
"image": "127.0.0.1:5000/hwlab/hwlab-tunnel-client:f09ad05",
|
|
"imageID": "127.0.0.1:5000/hwlab/hwlab-tunnel-client@sha256:f4d88c49f5bb03f3919c8a09f80a55abb63b8dd63bc0dd227b0608e99804d688"
|
|
}
|
|
],
|
|
"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": [],
|
|
"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",
|
|
"buildCreatedAt": "2026-05-23T18:28:21.450Z",
|
|
"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": "f19c3d1c85b5b37c936ac6a36f1bcf0c1f6f9e12",
|
|
"imageTag": "f19c3d1",
|
|
"registryTarget": "127.0.0.1:5000/hwlab",
|
|
"registryCapabilities": {
|
|
"version": "v1",
|
|
"registryPrefix": "127.0.0.1:5000/hwlab",
|
|
"generatedAt": "2026-05-23T18:28:21.445Z",
|
|
"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 4 hours"
|
|
}
|
|
],
|
|
"pushAttempted": false,
|
|
"mutationAttempted": false
|
|
}
|
|
},
|
|
"k3sPullAccess": {
|
|
"id": "k3s-pull-access",
|
|
"status": "pass",
|
|
"requiredForPublish": false,
|
|
"requiredForDeploy": true,
|
|
"endpoint": "127.0.0.1:5000/hwlab",
|
|
"probeKind": "kubectl-read-only",
|
|
"summary": "Read-only kubectl observed hwlab-dev pods with pulled registry images.",
|
|
"evidence": {
|
|
"kubectlAvailable": true,
|
|
"kubeconfig": "/etc/rancher/k3s/k3s.yaml",
|
|
"context": {
|
|
"command": "env KUBECONFIG=/etc/rancher/k3s/k3s.yaml kubectl config current-context",
|
|
"ok": true,
|
|
"exitCode": 0,
|
|
"stdout": "in-cluster",
|
|
"stderr": "",
|
|
"error": null
|
|
},
|
|
"canGetPods": {
|
|
"command": "env KUBECONFIG=/etc/rancher/k3s/k3s.yaml kubectl auth can-i get pods -n hwlab-dev",
|
|
"ok": true,
|
|
"exitCode": 0,
|
|
"stdout": "yes",
|
|
"stderr": "",
|
|
"error": null
|
|
},
|
|
"podCount": 13,
|
|
"pulledImages": [
|
|
{
|
|
"pod": "hwlab-agent-mgr-749c489bf9-mcsdp",
|
|
"container": "hwlab-agent-mgr",
|
|
"image": "127.0.0.1:5000/hwlab/hwlab-agent-mgr:f09ad05",
|
|
"imageID": "127.0.0.1:5000/hwlab/hwlab-agent-mgr@sha256:02424bd81b280535f7877a0febb4ac85b3e8d4009525e70a35e8e3dc37dc5443"
|
|
},
|
|
{
|
|
"pod": "hwlab-agent-skills-7d5cf68bcd-wkcwv",
|
|
"container": "hwlab-agent-skills",
|
|
"image": "127.0.0.1:5000/hwlab/hwlab-agent-skills:f09ad05",
|
|
"imageID": "127.0.0.1:5000/hwlab/hwlab-agent-skills@sha256:26831fd6848abc50a4e8158d97fe5ec0a769a54abd4b9558249baa1691fd2758"
|
|
},
|
|
{
|
|
"pod": "hwlab-box-simu-0",
|
|
"container": "hwlab-box-simu",
|
|
"image": "127.0.0.1:5000/hwlab/hwlab-box-simu:f09ad05",
|
|
"imageID": "127.0.0.1:5000/hwlab/hwlab-box-simu@sha256:936addebe7d7132198fd025a90d7d2c5b0d1131a98dc9f695abca0a7921fcdca"
|
|
},
|
|
{
|
|
"pod": "hwlab-box-simu-1",
|
|
"container": "hwlab-box-simu",
|
|
"image": "127.0.0.1:5000/hwlab/hwlab-box-simu:f09ad05",
|
|
"imageID": "127.0.0.1:5000/hwlab/hwlab-box-simu@sha256:936addebe7d7132198fd025a90d7d2c5b0d1131a98dc9f695abca0a7921fcdca"
|
|
},
|
|
{
|
|
"pod": "hwlab-cloud-api-6c565c556-nmvbh",
|
|
"container": "hwlab-cloud-api",
|
|
"image": "127.0.0.1:5000/hwlab/hwlab-cloud-api:f09ad05",
|
|
"imageID": "127.0.0.1:5000/hwlab/hwlab-cloud-api@sha256:69543a5c537e10593d790dba00e3bdb1e19aaad3790d44e0964d371d0fddab20"
|
|
},
|
|
{
|
|
"pod": "hwlab-cloud-web-5f74d5d74-mfzqh",
|
|
"container": "hwlab-cloud-web",
|
|
"image": "127.0.0.1:5000/hwlab/hwlab-cloud-web:f09ad05",
|
|
"imageID": "127.0.0.1:5000/hwlab/hwlab-cloud-web@sha256:28378a2582a9e67b7fabbe64b604e33a3404d619c0b2a21b3100f082ec089385"
|
|
},
|
|
{
|
|
"pod": "hwlab-edge-proxy-5c4c948c68-hwqp7",
|
|
"container": "hwlab-edge-proxy",
|
|
"image": "127.0.0.1:5000/hwlab/hwlab-edge-proxy:f09ad05",
|
|
"imageID": "127.0.0.1:5000/hwlab/hwlab-edge-proxy@sha256:81636f2218282c43a0a107102f61f65f209f52fdfa25f883f418b274c1ca7ad1"
|
|
},
|
|
{
|
|
"pod": "hwlab-frpc-59f57d479c-tgjhl",
|
|
"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:f09ad05",
|
|
"imageID": "127.0.0.1:5000/hwlab/hwlab-gateway-simu@sha256:18c12a58a6b36cd1d5b2f0dadd166a7fca2c8e472a975797e1a7474f172413bd"
|
|
},
|
|
{
|
|
"pod": "hwlab-gateway-simu-1",
|
|
"container": "hwlab-gateway-simu",
|
|
"image": "127.0.0.1:5000/hwlab/hwlab-gateway-simu:f09ad05",
|
|
"imageID": "127.0.0.1:5000/hwlab/hwlab-gateway-simu@sha256:18c12a58a6b36cd1d5b2f0dadd166a7fca2c8e472a975797e1a7474f172413bd"
|
|
},
|
|
{
|
|
"pod": "hwlab-patch-panel-784bdb49cc-z5jhz",
|
|
"container": "hwlab-patch-panel",
|
|
"image": "127.0.0.1:5000/hwlab/hwlab-patch-panel:f09ad05",
|
|
"imageID": "127.0.0.1:5000/hwlab/hwlab-patch-panel@sha256:521baa534c73bbcbb6b6f01f67574061c4c83178a83fd6f2dedf2ad0a62a228c"
|
|
},
|
|
{
|
|
"pod": "hwlab-router-9954c75cb-zkmm2",
|
|
"container": "hwlab-router",
|
|
"image": "127.0.0.1:5000/hwlab/hwlab-router:f09ad05",
|
|
"imageID": "127.0.0.1:5000/hwlab/hwlab-router@sha256:e3f26f30d611a9bd63571bef600caeea5ca0770c5bf9b2d921abe74cb1ba1463"
|
|
},
|
|
{
|
|
"pod": "hwlab-tunnel-client-86d5dc9b6-svcq4",
|
|
"container": "hwlab-tunnel-client",
|
|
"image": "127.0.0.1:5000/hwlab/hwlab-tunnel-client:f09ad05",
|
|
"imageID": "127.0.0.1:5000/hwlab/hwlab-tunnel-client@sha256:f4d88c49f5bb03f3919c8a09f80a55abb63b8dd63bc0dd227b0608e99804d688"
|
|
}
|
|
],
|
|
"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": "f19c3d1c85b5b37c936ac6a36f1bcf0c1f6f9e12",
|
|
"registryTarget": "127.0.0.1:5000/hwlab/hwlab-cloud-api",
|
|
"image": "127.0.0.1:5000/hwlab/hwlab-cloud-api:f19c3d1",
|
|
"imageTag": "f19c3d1",
|
|
"buildCreatedAt": "2026-05-23T18:28:21.450Z",
|
|
"buildSource": "pikasTech/HWLAB@f19c3d1c85b5b37c936ac6a36f1bcf0c1f6f9e12",
|
|
"digest": "sha256:98080b0836cbc53334deb48fde7a6e182ad0a6a0c2f4e308dfd0e9ac8be3c481",
|
|
"repositoryDigest": "127.0.0.1:5000/hwlab/hwlab-cloud-api@sha256:98080b0836cbc53334deb48fde7a6e182ad0a6a0c2f4e308dfd0e9ac8be3c481",
|
|
"digestStatus": "real",
|
|
"status": "published",
|
|
"notPublishedReason": null
|
|
},
|
|
{
|
|
"serviceId": "hwlab-cloud-web",
|
|
"enabled": true,
|
|
"required": true,
|
|
"artifactScope": "required",
|
|
"sourceCommitId": "f19c3d1c85b5b37c936ac6a36f1bcf0c1f6f9e12",
|
|
"registryTarget": "127.0.0.1:5000/hwlab/hwlab-cloud-web",
|
|
"image": "127.0.0.1:5000/hwlab/hwlab-cloud-web:f19c3d1",
|
|
"imageTag": "f19c3d1",
|
|
"buildCreatedAt": "2026-05-23T18:28:21.450Z",
|
|
"buildSource": "pikasTech/HWLAB@f19c3d1c85b5b37c936ac6a36f1bcf0c1f6f9e12",
|
|
"digest": "sha256:c1c74e4ade53d52522f278a9ad3c7ae307b093cbbfd30fd29d0743a8c2fe1508",
|
|
"repositoryDigest": "127.0.0.1:5000/hwlab/hwlab-cloud-web@sha256:c1c74e4ade53d52522f278a9ad3c7ae307b093cbbfd30fd29d0743a8c2fe1508",
|
|
"digestStatus": "real",
|
|
"status": "published",
|
|
"notPublishedReason": null
|
|
},
|
|
{
|
|
"serviceId": "hwlab-agent-mgr",
|
|
"enabled": true,
|
|
"required": true,
|
|
"artifactScope": "required",
|
|
"sourceCommitId": "f19c3d1c85b5b37c936ac6a36f1bcf0c1f6f9e12",
|
|
"registryTarget": "127.0.0.1:5000/hwlab/hwlab-agent-mgr",
|
|
"image": "127.0.0.1:5000/hwlab/hwlab-agent-mgr:f19c3d1",
|
|
"imageTag": "f19c3d1",
|
|
"buildCreatedAt": "2026-05-23T18:28:21.450Z",
|
|
"buildSource": "pikasTech/HWLAB@f19c3d1c85b5b37c936ac6a36f1bcf0c1f6f9e12",
|
|
"digest": "sha256:c4a875f60999c6499d985658e3498af6a109a108c6b6efed7b3425a72ddb7daa",
|
|
"repositoryDigest": "127.0.0.1:5000/hwlab/hwlab-agent-mgr@sha256:c4a875f60999c6499d985658e3498af6a109a108c6b6efed7b3425a72ddb7daa",
|
|
"digestStatus": "real",
|
|
"status": "published",
|
|
"notPublishedReason": null
|
|
},
|
|
{
|
|
"serviceId": "hwlab-agent-worker",
|
|
"enabled": true,
|
|
"required": true,
|
|
"artifactScope": "required",
|
|
"sourceCommitId": "f19c3d1c85b5b37c936ac6a36f1bcf0c1f6f9e12",
|
|
"registryTarget": "127.0.0.1:5000/hwlab/hwlab-agent-worker",
|
|
"image": "127.0.0.1:5000/hwlab/hwlab-agent-worker:f19c3d1",
|
|
"imageTag": "f19c3d1",
|
|
"buildCreatedAt": "2026-05-23T18:28:21.450Z",
|
|
"buildSource": "pikasTech/HWLAB@f19c3d1c85b5b37c936ac6a36f1bcf0c1f6f9e12",
|
|
"digest": "sha256:9336d0fb27c681b968210789861397ef4938f134f76646cd05b74a276fd5e5c8",
|
|
"repositoryDigest": "127.0.0.1:5000/hwlab/hwlab-agent-worker@sha256:9336d0fb27c681b968210789861397ef4938f134f76646cd05b74a276fd5e5c8",
|
|
"digestStatus": "real",
|
|
"status": "published",
|
|
"notPublishedReason": null
|
|
},
|
|
{
|
|
"serviceId": "hwlab-gateway",
|
|
"enabled": true,
|
|
"required": true,
|
|
"artifactScope": "required",
|
|
"sourceCommitId": "f19c3d1c85b5b37c936ac6a36f1bcf0c1f6f9e12",
|
|
"registryTarget": "127.0.0.1:5000/hwlab/hwlab-gateway",
|
|
"image": "127.0.0.1:5000/hwlab/hwlab-gateway:f19c3d1",
|
|
"imageTag": "f19c3d1",
|
|
"buildCreatedAt": "2026-05-23T18:28:21.450Z",
|
|
"buildSource": "pikasTech/HWLAB@f19c3d1c85b5b37c936ac6a36f1bcf0c1f6f9e12",
|
|
"digest": "sha256:193870d7719436cfb99fb5a28438453afffd367f0ff3540d4c3cfef1b5a31996",
|
|
"repositoryDigest": "127.0.0.1:5000/hwlab/hwlab-gateway@sha256:193870d7719436cfb99fb5a28438453afffd367f0ff3540d4c3cfef1b5a31996",
|
|
"digestStatus": "real",
|
|
"status": "published",
|
|
"notPublishedReason": null
|
|
},
|
|
{
|
|
"serviceId": "hwlab-gateway-simu",
|
|
"enabled": true,
|
|
"required": true,
|
|
"artifactScope": "required",
|
|
"sourceCommitId": "f19c3d1c85b5b37c936ac6a36f1bcf0c1f6f9e12",
|
|
"registryTarget": "127.0.0.1:5000/hwlab/hwlab-gateway-simu",
|
|
"image": "127.0.0.1:5000/hwlab/hwlab-gateway-simu:f19c3d1",
|
|
"imageTag": "f19c3d1",
|
|
"buildCreatedAt": "2026-05-23T18:28:21.450Z",
|
|
"buildSource": "pikasTech/HWLAB@f19c3d1c85b5b37c936ac6a36f1bcf0c1f6f9e12",
|
|
"digest": "sha256:5560484fca945fe3de81caec2fdb17d7a35ab287d352df32ee899c03ac7944ee",
|
|
"repositoryDigest": "127.0.0.1:5000/hwlab/hwlab-gateway-simu@sha256:5560484fca945fe3de81caec2fdb17d7a35ab287d352df32ee899c03ac7944ee",
|
|
"digestStatus": "real",
|
|
"status": "published",
|
|
"notPublishedReason": null
|
|
},
|
|
{
|
|
"serviceId": "hwlab-box-simu",
|
|
"enabled": true,
|
|
"required": true,
|
|
"artifactScope": "required",
|
|
"sourceCommitId": "f19c3d1c85b5b37c936ac6a36f1bcf0c1f6f9e12",
|
|
"registryTarget": "127.0.0.1:5000/hwlab/hwlab-box-simu",
|
|
"image": "127.0.0.1:5000/hwlab/hwlab-box-simu:f19c3d1",
|
|
"imageTag": "f19c3d1",
|
|
"buildCreatedAt": "2026-05-23T18:28:21.450Z",
|
|
"buildSource": "pikasTech/HWLAB@f19c3d1c85b5b37c936ac6a36f1bcf0c1f6f9e12",
|
|
"digest": "sha256:6f2a8faf05d0736288c46e327f266a0ff87a8db5299b1b8706870c3e633ff22f",
|
|
"repositoryDigest": "127.0.0.1:5000/hwlab/hwlab-box-simu@sha256:6f2a8faf05d0736288c46e327f266a0ff87a8db5299b1b8706870c3e633ff22f",
|
|
"digestStatus": "real",
|
|
"status": "published",
|
|
"notPublishedReason": null
|
|
},
|
|
{
|
|
"serviceId": "hwlab-patch-panel",
|
|
"enabled": true,
|
|
"required": true,
|
|
"artifactScope": "required",
|
|
"sourceCommitId": "f19c3d1c85b5b37c936ac6a36f1bcf0c1f6f9e12",
|
|
"registryTarget": "127.0.0.1:5000/hwlab/hwlab-patch-panel",
|
|
"image": "127.0.0.1:5000/hwlab/hwlab-patch-panel:f19c3d1",
|
|
"imageTag": "f19c3d1",
|
|
"buildCreatedAt": "2026-05-23T18:28:21.450Z",
|
|
"buildSource": "pikasTech/HWLAB@f19c3d1c85b5b37c936ac6a36f1bcf0c1f6f9e12",
|
|
"digest": "sha256:9387ff8869f838071ab1cbc4d197fdc01b168cb82c470fa1df34df8489fc1482",
|
|
"repositoryDigest": "127.0.0.1:5000/hwlab/hwlab-patch-panel@sha256:9387ff8869f838071ab1cbc4d197fdc01b168cb82c470fa1df34df8489fc1482",
|
|
"digestStatus": "real",
|
|
"status": "published",
|
|
"notPublishedReason": null
|
|
},
|
|
{
|
|
"serviceId": "hwlab-router",
|
|
"enabled": true,
|
|
"required": true,
|
|
"artifactScope": "required",
|
|
"sourceCommitId": "f19c3d1c85b5b37c936ac6a36f1bcf0c1f6f9e12",
|
|
"registryTarget": "127.0.0.1:5000/hwlab/hwlab-router",
|
|
"image": "127.0.0.1:5000/hwlab/hwlab-router:f19c3d1",
|
|
"imageTag": "f19c3d1",
|
|
"buildCreatedAt": "2026-05-23T18:28:21.450Z",
|
|
"buildSource": "pikasTech/HWLAB@f19c3d1c85b5b37c936ac6a36f1bcf0c1f6f9e12",
|
|
"digest": "sha256:9b841fe3c185189c09d196aa10a2367552187b8f95a08fee1de2e101228c7b3a",
|
|
"repositoryDigest": "127.0.0.1:5000/hwlab/hwlab-router@sha256:9b841fe3c185189c09d196aa10a2367552187b8f95a08fee1de2e101228c7b3a",
|
|
"digestStatus": "real",
|
|
"status": "published",
|
|
"notPublishedReason": null
|
|
},
|
|
{
|
|
"serviceId": "hwlab-tunnel-client",
|
|
"enabled": true,
|
|
"required": true,
|
|
"artifactScope": "required",
|
|
"sourceCommitId": "f19c3d1c85b5b37c936ac6a36f1bcf0c1f6f9e12",
|
|
"registryTarget": "127.0.0.1:5000/hwlab/hwlab-tunnel-client",
|
|
"image": "127.0.0.1:5000/hwlab/hwlab-tunnel-client:f19c3d1",
|
|
"imageTag": "f19c3d1",
|
|
"buildCreatedAt": "2026-05-23T18:28:21.450Z",
|
|
"buildSource": "pikasTech/HWLAB@f19c3d1c85b5b37c936ac6a36f1bcf0c1f6f9e12",
|
|
"digest": "sha256:9955e8e23e15398aba8fe48b4b0d697d4272b4f191e786f53c9391d0f160aa1f",
|
|
"repositoryDigest": "127.0.0.1:5000/hwlab/hwlab-tunnel-client@sha256:9955e8e23e15398aba8fe48b4b0d697d4272b4f191e786f53c9391d0f160aa1f",
|
|
"digestStatus": "real",
|
|
"status": "published",
|
|
"notPublishedReason": null
|
|
},
|
|
{
|
|
"serviceId": "hwlab-edge-proxy",
|
|
"enabled": true,
|
|
"required": true,
|
|
"artifactScope": "required",
|
|
"sourceCommitId": "f19c3d1c85b5b37c936ac6a36f1bcf0c1f6f9e12",
|
|
"registryTarget": "127.0.0.1:5000/hwlab/hwlab-edge-proxy",
|
|
"image": "127.0.0.1:5000/hwlab/hwlab-edge-proxy:f19c3d1",
|
|
"imageTag": "f19c3d1",
|
|
"buildCreatedAt": "2026-05-23T18:28:21.450Z",
|
|
"buildSource": "pikasTech/HWLAB@f19c3d1c85b5b37c936ac6a36f1bcf0c1f6f9e12",
|
|
"digest": "sha256:144f79688656508cc620b5bbc6da84e6d1bc0a6ed3b24a4385657fee627708ec",
|
|
"repositoryDigest": "127.0.0.1:5000/hwlab/hwlab-edge-proxy@sha256:144f79688656508cc620b5bbc6da84e6d1bc0a6ed3b24a4385657fee627708ec",
|
|
"digestStatus": "real",
|
|
"status": "published",
|
|
"notPublishedReason": null
|
|
},
|
|
{
|
|
"serviceId": "hwlab-cli",
|
|
"enabled": true,
|
|
"required": true,
|
|
"artifactScope": "required",
|
|
"sourceCommitId": "f19c3d1c85b5b37c936ac6a36f1bcf0c1f6f9e12",
|
|
"registryTarget": "127.0.0.1:5000/hwlab/hwlab-cli",
|
|
"image": "127.0.0.1:5000/hwlab/hwlab-cli:f19c3d1",
|
|
"imageTag": "f19c3d1",
|
|
"buildCreatedAt": "2026-05-23T18:28:21.450Z",
|
|
"buildSource": "pikasTech/HWLAB@f19c3d1c85b5b37c936ac6a36f1bcf0c1f6f9e12",
|
|
"digest": "sha256:a78064e74b84338b85fcb60458e211e3b459f7b8f23e1aee3fb083a2fb9fa649",
|
|
"repositoryDigest": "127.0.0.1:5000/hwlab/hwlab-cli@sha256:a78064e74b84338b85fcb60458e211e3b459f7b8f23e1aee3fb083a2fb9fa649",
|
|
"digestStatus": "real",
|
|
"status": "published",
|
|
"notPublishedReason": null
|
|
},
|
|
{
|
|
"serviceId": "hwlab-agent-skills",
|
|
"enabled": true,
|
|
"required": true,
|
|
"artifactScope": "required",
|
|
"sourceCommitId": "f19c3d1c85b5b37c936ac6a36f1bcf0c1f6f9e12",
|
|
"registryTarget": "127.0.0.1:5000/hwlab/hwlab-agent-skills",
|
|
"image": "127.0.0.1:5000/hwlab/hwlab-agent-skills:f19c3d1",
|
|
"imageTag": "f19c3d1",
|
|
"buildCreatedAt": "2026-05-23T18:28:21.450Z",
|
|
"buildSource": "pikasTech/HWLAB@f19c3d1c85b5b37c936ac6a36f1bcf0c1f6f9e12",
|
|
"digest": "sha256:24a778048b25f87572f38b103aa70bd6f68a11538737371e14557a0ea15ff1e9",
|
|
"repositoryDigest": "127.0.0.1:5000/hwlab/hwlab-agent-skills@sha256:24a778048b25f87572f38b103aa70bd6f68a11538737371e14557a0ea15ff1e9",
|
|
"digestStatus": "real",
|
|
"status": "published",
|
|
"notPublishedReason": null
|
|
}
|
|
]
|
|
},
|
|
"serviceCount": 13,
|
|
"requiredServiceCount": 13,
|
|
"disabledServiceCount": 0,
|
|
"builtCount": 13,
|
|
"publishedCount": 13,
|
|
"generatedAt": "2026-05-23T18:37:59.473Z",
|
|
"services": [
|
|
{
|
|
"serviceId": "hwlab-cloud-api",
|
|
"status": "published",
|
|
"image": "127.0.0.1:5000/hwlab/hwlab-cloud-api:f19c3d1",
|
|
"imageTag": "f19c3d1",
|
|
"buildCreatedAt": "2026-05-23T18:28:21.450Z",
|
|
"buildSource": "pikasTech/HWLAB@f19c3d1c85b5b37c936ac6a36f1bcf0c1f6f9e12",
|
|
"digest": "sha256:98080b0836cbc53334deb48fde7a6e182ad0a6a0c2f4e308dfd0e9ac8be3c481",
|
|
"repositoryDigest": "127.0.0.1:5000/hwlab/hwlab-cloud-api@sha256:98080b0836cbc53334deb48fde7a6e182ad0a6a0c2f4e308dfd0e9ac8be3c481",
|
|
"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:8dc4cb2e77067cf8a289e77aabbef6ed89af58cd6aa57f15ff01b8bd48c5b512"
|
|
},
|
|
{
|
|
"serviceId": "hwlab-cloud-web",
|
|
"status": "published",
|
|
"image": "127.0.0.1:5000/hwlab/hwlab-cloud-web:f19c3d1",
|
|
"imageTag": "f19c3d1",
|
|
"buildCreatedAt": "2026-05-23T18:28:21.450Z",
|
|
"buildSource": "pikasTech/HWLAB@f19c3d1c85b5b37c936ac6a36f1bcf0c1f6f9e12",
|
|
"digest": "sha256:c1c74e4ade53d52522f278a9ad3c7ae307b093cbbfd30fd29d0743a8c2fe1508",
|
|
"repositoryDigest": "127.0.0.1:5000/hwlab/hwlab-cloud-web@sha256:c1c74e4ade53d52522f278a9ad3c7ae307b093cbbfd30fd29d0743a8c2fe1508",
|
|
"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-359-live-build-times/web/hwlab-cloud-web/index.html",
|
|
"distPath": "/workspace/hwlab-359-live-build-times/web/hwlab-cloud-web/dist/index.html",
|
|
"status": "match"
|
|
},
|
|
{
|
|
"kind": "runtime",
|
|
"path": "styles.css",
|
|
"sourcePath": "/workspace/hwlab-359-live-build-times/web/hwlab-cloud-web/styles.css",
|
|
"distPath": "/workspace/hwlab-359-live-build-times/web/hwlab-cloud-web/dist/styles.css",
|
|
"status": "match"
|
|
},
|
|
{
|
|
"kind": "runtime",
|
|
"path": "auth.mjs",
|
|
"sourcePath": "/workspace/hwlab-359-live-build-times/web/hwlab-cloud-web/auth.mjs",
|
|
"distPath": "/workspace/hwlab-359-live-build-times/web/hwlab-cloud-web/dist/auth.mjs",
|
|
"status": "match"
|
|
},
|
|
{
|
|
"kind": "runtime",
|
|
"path": "app.mjs",
|
|
"sourcePath": "/workspace/hwlab-359-live-build-times/web/hwlab-cloud-web/app.mjs",
|
|
"distPath": "/workspace/hwlab-359-live-build-times/web/hwlab-cloud-web/dist/app.mjs",
|
|
"status": "match"
|
|
},
|
|
{
|
|
"kind": "runtime",
|
|
"path": "code-agent-facts.mjs",
|
|
"sourcePath": "/workspace/hwlab-359-live-build-times/web/hwlab-cloud-web/code-agent-facts.mjs",
|
|
"distPath": "/workspace/hwlab-359-live-build-times/web/hwlab-cloud-web/dist/code-agent-facts.mjs",
|
|
"status": "match"
|
|
},
|
|
{
|
|
"kind": "runtime",
|
|
"path": "code-agent-status.mjs",
|
|
"sourcePath": "/workspace/hwlab-359-live-build-times/web/hwlab-cloud-web/code-agent-status.mjs",
|
|
"distPath": "/workspace/hwlab-359-live-build-times/web/hwlab-cloud-web/dist/code-agent-status.mjs",
|
|
"status": "match"
|
|
},
|
|
{
|
|
"kind": "runtime",
|
|
"path": "code-agent-m3-evidence.mjs",
|
|
"sourcePath": "/workspace/hwlab-359-live-build-times/web/hwlab-cloud-web/code-agent-m3-evidence.mjs",
|
|
"distPath": "/workspace/hwlab-359-live-build-times/web/hwlab-cloud-web/dist/code-agent-m3-evidence.mjs",
|
|
"status": "match"
|
|
},
|
|
{
|
|
"kind": "runtime",
|
|
"path": "live-status.mjs",
|
|
"sourcePath": "/workspace/hwlab-359-live-build-times/web/hwlab-cloud-web/live-status.mjs",
|
|
"distPath": "/workspace/hwlab-359-live-build-times/web/hwlab-cloud-web/dist/live-status.mjs",
|
|
"status": "match"
|
|
},
|
|
{
|
|
"kind": "runtime",
|
|
"path": "gate-summary.mjs",
|
|
"sourcePath": "/workspace/hwlab-359-live-build-times/web/hwlab-cloud-web/gate-summary.mjs",
|
|
"distPath": "/workspace/hwlab-359-live-build-times/web/hwlab-cloud-web/dist/gate-summary.mjs",
|
|
"status": "match"
|
|
},
|
|
{
|
|
"kind": "runtime",
|
|
"path": "runtime.mjs",
|
|
"sourcePath": "/workspace/hwlab-359-live-build-times/web/hwlab-cloud-web/runtime.mjs",
|
|
"distPath": "/workspace/hwlab-359-live-build-times/web/hwlab-cloud-web/dist/runtime.mjs",
|
|
"status": "match"
|
|
},
|
|
{
|
|
"kind": "runtime",
|
|
"path": "wiring-status.mjs",
|
|
"sourcePath": "/workspace/hwlab-359-live-build-times/web/hwlab-cloud-web/wiring-status.mjs",
|
|
"distPath": "/workspace/hwlab-359-live-build-times/web/hwlab-cloud-web/dist/wiring-status.mjs",
|
|
"status": "match"
|
|
},
|
|
{
|
|
"kind": "runtime",
|
|
"path": "workbench-hardware-panel.mjs",
|
|
"sourcePath": "/workspace/hwlab-359-live-build-times/web/hwlab-cloud-web/workbench-hardware-panel.mjs",
|
|
"distPath": "/workspace/hwlab-359-live-build-times/web/hwlab-cloud-web/dist/workbench-hardware-panel.mjs",
|
|
"status": "match"
|
|
},
|
|
{
|
|
"kind": "runtime",
|
|
"path": "help.md",
|
|
"sourcePath": "/workspace/hwlab-359-live-build-times/web/hwlab-cloud-web/help.md",
|
|
"distPath": "/workspace/hwlab-359-live-build-times/web/hwlab-cloud-web/dist/help.md",
|
|
"status": "match"
|
|
},
|
|
{
|
|
"kind": "runtime",
|
|
"path": "third_party/marked/marked.esm.js",
|
|
"sourcePath": "/workspace/hwlab-359-live-build-times/web/hwlab-cloud-web/third_party/marked/marked.esm.js",
|
|
"distPath": "/workspace/hwlab-359-live-build-times/web/hwlab-cloud-web/dist/third_party/marked/marked.esm.js",
|
|
"status": "match"
|
|
},
|
|
{
|
|
"kind": "runtime",
|
|
"path": "third_party/marked/LICENSE",
|
|
"sourcePath": "/workspace/hwlab-359-live-build-times/web/hwlab-cloud-web/third_party/marked/LICENSE",
|
|
"distPath": "/workspace/hwlab-359-live-build-times/web/hwlab-cloud-web/dist/third_party/marked/LICENSE",
|
|
"status": "match"
|
|
},
|
|
{
|
|
"kind": "alias",
|
|
"path": "gate/index.html",
|
|
"sourcePath": "/workspace/hwlab-359-live-build-times/web/hwlab-cloud-web/index.html",
|
|
"distPath": "/workspace/hwlab-359-live-build-times/web/hwlab-cloud-web/dist/gate/index.html",
|
|
"status": "match"
|
|
},
|
|
{
|
|
"kind": "alias",
|
|
"path": "diagnostics/gate/index.html",
|
|
"sourcePath": "/workspace/hwlab-359-live-build-times/web/hwlab-cloud-web/index.html",
|
|
"distPath": "/workspace/hwlab-359-live-build-times/web/hwlab-cloud-web/dist/diagnostics/gate/index.html",
|
|
"status": "match"
|
|
},
|
|
{
|
|
"kind": "alias",
|
|
"path": "help/index.html",
|
|
"sourcePath": "/workspace/hwlab-359-live-build-times/web/hwlab-cloud-web/index.html",
|
|
"distPath": "/workspace/hwlab-359-live-build-times/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:d42b568a7f53730641f568092431d2051578325e93a466f9f644ae3ee5dd7677"
|
|
},
|
|
{
|
|
"serviceId": "hwlab-agent-mgr",
|
|
"status": "published",
|
|
"image": "127.0.0.1:5000/hwlab/hwlab-agent-mgr:f19c3d1",
|
|
"imageTag": "f19c3d1",
|
|
"buildCreatedAt": "2026-05-23T18:28:21.450Z",
|
|
"buildSource": "pikasTech/HWLAB@f19c3d1c85b5b37c936ac6a36f1bcf0c1f6f9e12",
|
|
"digest": "sha256:c4a875f60999c6499d985658e3498af6a109a108c6b6efed7b3425a72ddb7daa",
|
|
"repositoryDigest": "127.0.0.1:5000/hwlab/hwlab-agent-mgr@sha256:c4a875f60999c6499d985658e3498af6a109a108c6b6efed7b3425a72ddb7daa",
|
|
"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:58941339f67d004bd99afedf8110b2e8ad220fa95aec82f94f66fc36c94d231b"
|
|
},
|
|
{
|
|
"serviceId": "hwlab-agent-worker",
|
|
"status": "published",
|
|
"image": "127.0.0.1:5000/hwlab/hwlab-agent-worker:f19c3d1",
|
|
"imageTag": "f19c3d1",
|
|
"buildCreatedAt": "2026-05-23T18:28:21.450Z",
|
|
"buildSource": "pikasTech/HWLAB@f19c3d1c85b5b37c936ac6a36f1bcf0c1f6f9e12",
|
|
"digest": "sha256:9336d0fb27c681b968210789861397ef4938f134f76646cd05b74a276fd5e5c8",
|
|
"repositoryDigest": "127.0.0.1:5000/hwlab/hwlab-agent-worker@sha256:9336d0fb27c681b968210789861397ef4938f134f76646cd05b74a276fd5e5c8",
|
|
"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:5e40b1d0c02c82e06d82ab0ba77fc09ca8c03d711265984d64104ab7cb3b6675"
|
|
},
|
|
{
|
|
"serviceId": "hwlab-gateway",
|
|
"status": "published",
|
|
"image": "127.0.0.1:5000/hwlab/hwlab-gateway:f19c3d1",
|
|
"imageTag": "f19c3d1",
|
|
"buildCreatedAt": "2026-05-23T18:28:21.450Z",
|
|
"buildSource": "pikasTech/HWLAB@f19c3d1c85b5b37c936ac6a36f1bcf0c1f6f9e12",
|
|
"digest": "sha256:193870d7719436cfb99fb5a28438453afffd367f0ff3540d4c3cfef1b5a31996",
|
|
"repositoryDigest": "127.0.0.1:5000/hwlab/hwlab-gateway@sha256:193870d7719436cfb99fb5a28438453afffd367f0ff3540d4c3cfef1b5a31996",
|
|
"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:aed5aca08eca87cef95584ff1f76dfea0907c9232b4fea5831e0063f97b22a42"
|
|
},
|
|
{
|
|
"serviceId": "hwlab-gateway-simu",
|
|
"status": "published",
|
|
"image": "127.0.0.1:5000/hwlab/hwlab-gateway-simu:f19c3d1",
|
|
"imageTag": "f19c3d1",
|
|
"buildCreatedAt": "2026-05-23T18:28:21.450Z",
|
|
"buildSource": "pikasTech/HWLAB@f19c3d1c85b5b37c936ac6a36f1bcf0c1f6f9e12",
|
|
"digest": "sha256:5560484fca945fe3de81caec2fdb17d7a35ab287d352df32ee899c03ac7944ee",
|
|
"repositoryDigest": "127.0.0.1:5000/hwlab/hwlab-gateway-simu@sha256:5560484fca945fe3de81caec2fdb17d7a35ab287d352df32ee899c03ac7944ee",
|
|
"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:1fd7d0ccbafddaa7b6c5ce9607d8bc2e9d5470bf302ed1eacab4df8dd2654669"
|
|
},
|
|
{
|
|
"serviceId": "hwlab-box-simu",
|
|
"status": "published",
|
|
"image": "127.0.0.1:5000/hwlab/hwlab-box-simu:f19c3d1",
|
|
"imageTag": "f19c3d1",
|
|
"buildCreatedAt": "2026-05-23T18:28:21.450Z",
|
|
"buildSource": "pikasTech/HWLAB@f19c3d1c85b5b37c936ac6a36f1bcf0c1f6f9e12",
|
|
"digest": "sha256:6f2a8faf05d0736288c46e327f266a0ff87a8db5299b1b8706870c3e633ff22f",
|
|
"repositoryDigest": "127.0.0.1:5000/hwlab/hwlab-box-simu@sha256:6f2a8faf05d0736288c46e327f266a0ff87a8db5299b1b8706870c3e633ff22f",
|
|
"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:7c48b8b4d72555fb226b78d3d3c07fad246d8258655cca5c8b881696c1625722"
|
|
},
|
|
{
|
|
"serviceId": "hwlab-patch-panel",
|
|
"status": "published",
|
|
"image": "127.0.0.1:5000/hwlab/hwlab-patch-panel:f19c3d1",
|
|
"imageTag": "f19c3d1",
|
|
"buildCreatedAt": "2026-05-23T18:28:21.450Z",
|
|
"buildSource": "pikasTech/HWLAB@f19c3d1c85b5b37c936ac6a36f1bcf0c1f6f9e12",
|
|
"digest": "sha256:9387ff8869f838071ab1cbc4d197fdc01b168cb82c470fa1df34df8489fc1482",
|
|
"repositoryDigest": "127.0.0.1:5000/hwlab/hwlab-patch-panel@sha256:9387ff8869f838071ab1cbc4d197fdc01b168cb82c470fa1df34df8489fc1482",
|
|
"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:071fe064dfd13db0590623a2930096341fac88a9e205c17ce1ea89e7d4147b94"
|
|
},
|
|
{
|
|
"serviceId": "hwlab-router",
|
|
"status": "published",
|
|
"image": "127.0.0.1:5000/hwlab/hwlab-router:f19c3d1",
|
|
"imageTag": "f19c3d1",
|
|
"buildCreatedAt": "2026-05-23T18:28:21.450Z",
|
|
"buildSource": "pikasTech/HWLAB@f19c3d1c85b5b37c936ac6a36f1bcf0c1f6f9e12",
|
|
"digest": "sha256:9b841fe3c185189c09d196aa10a2367552187b8f95a08fee1de2e101228c7b3a",
|
|
"repositoryDigest": "127.0.0.1:5000/hwlab/hwlab-router@sha256:9b841fe3c185189c09d196aa10a2367552187b8f95a08fee1de2e101228c7b3a",
|
|
"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:caf0e192ee00b2f27f46ca3b9f50d4880080443638dc878865e994a2457621de"
|
|
},
|
|
{
|
|
"serviceId": "hwlab-tunnel-client",
|
|
"status": "published",
|
|
"image": "127.0.0.1:5000/hwlab/hwlab-tunnel-client:f19c3d1",
|
|
"imageTag": "f19c3d1",
|
|
"buildCreatedAt": "2026-05-23T18:28:21.450Z",
|
|
"buildSource": "pikasTech/HWLAB@f19c3d1c85b5b37c936ac6a36f1bcf0c1f6f9e12",
|
|
"digest": "sha256:9955e8e23e15398aba8fe48b4b0d697d4272b4f191e786f53c9391d0f160aa1f",
|
|
"repositoryDigest": "127.0.0.1:5000/hwlab/hwlab-tunnel-client@sha256:9955e8e23e15398aba8fe48b4b0d697d4272b4f191e786f53c9391d0f160aa1f",
|
|
"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:44d6c1098da6c6d81358e84309aa31edb17899069f07e2429e4d3ba82c72eea7"
|
|
},
|
|
{
|
|
"serviceId": "hwlab-edge-proxy",
|
|
"status": "published",
|
|
"image": "127.0.0.1:5000/hwlab/hwlab-edge-proxy:f19c3d1",
|
|
"imageTag": "f19c3d1",
|
|
"buildCreatedAt": "2026-05-23T18:28:21.450Z",
|
|
"buildSource": "pikasTech/HWLAB@f19c3d1c85b5b37c936ac6a36f1bcf0c1f6f9e12",
|
|
"digest": "sha256:144f79688656508cc620b5bbc6da84e6d1bc0a6ed3b24a4385657fee627708ec",
|
|
"repositoryDigest": "127.0.0.1:5000/hwlab/hwlab-edge-proxy@sha256:144f79688656508cc620b5bbc6da84e6d1bc0a6ed3b24a4385657fee627708ec",
|
|
"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:c2a2fbfccae4635e8e3ac959a95d152212376296e9b00dbb551b88f5e60b6987"
|
|
},
|
|
{
|
|
"serviceId": "hwlab-cli",
|
|
"status": "published",
|
|
"image": "127.0.0.1:5000/hwlab/hwlab-cli:f19c3d1",
|
|
"imageTag": "f19c3d1",
|
|
"buildCreatedAt": "2026-05-23T18:28:21.450Z",
|
|
"buildSource": "pikasTech/HWLAB@f19c3d1c85b5b37c936ac6a36f1bcf0c1f6f9e12",
|
|
"digest": "sha256:a78064e74b84338b85fcb60458e211e3b459f7b8f23e1aee3fb083a2fb9fa649",
|
|
"repositoryDigest": "127.0.0.1:5000/hwlab/hwlab-cli@sha256:a78064e74b84338b85fcb60458e211e3b459f7b8f23e1aee3fb083a2fb9fa649",
|
|
"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:7b54791dc91f36623bd926d0ffc17fc2afe7befae789ca4459bef5410487b414"
|
|
},
|
|
{
|
|
"serviceId": "hwlab-agent-skills",
|
|
"status": "published",
|
|
"image": "127.0.0.1:5000/hwlab/hwlab-agent-skills:f19c3d1",
|
|
"imageTag": "f19c3d1",
|
|
"buildCreatedAt": "2026-05-23T18:28:21.450Z",
|
|
"buildSource": "pikasTech/HWLAB@f19c3d1c85b5b37c936ac6a36f1bcf0c1f6f9e12",
|
|
"digest": "sha256:24a778048b25f87572f38b103aa70bd6f68a11538737371e14557a0ea15ff1e9",
|
|
"repositoryDigest": "127.0.0.1:5000/hwlab/hwlab-agent-skills@sha256:24a778048b25f87572f38b103aa70bd6f68a11538737371e14557a0ea15ff1e9",
|
|
"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:c44f22e8e389185296395d5a3f14aa62653a1923233017c7f65a10b448e9e314"
|
|
}
|
|
],
|
|
"blockers": []
|
|
},
|
|
"notes": "DEV-only artifact report. Do not treat runtime placeholder images as real service implementations."
|
|
}
|