1310 lines
60 KiB
JSON
1310 lines
60 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": "48dfbf9",
|
|
"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": "48dfbf9e7f85f2dd8e17505582e811bdacfd60d5",
|
|
"registryPrefix": "127.0.0.1:5000/hwlab",
|
|
"registryCapabilities": {
|
|
"version": "v1",
|
|
"registryPrefix": "127.0.0.1:5000/hwlab",
|
|
"generatedAt": "2026-05-24T00:07:33.358Z",
|
|
"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 10 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-6f4cc98885-6bl9w",
|
|
"container": "hwlab-agent-mgr",
|
|
"image": "127.0.0.1:5000/hwlab/hwlab-agent-mgr:3df89fe",
|
|
"imageID": "127.0.0.1:5000/hwlab/hwlab-agent-mgr@sha256:c5f796204e9609a191230d9faa3bd7740ad50c4977a7eee7ef545665ccf4097c"
|
|
},
|
|
{
|
|
"pod": "hwlab-agent-skills-69485c4dc4-mpgdb",
|
|
"container": "hwlab-agent-skills",
|
|
"image": "127.0.0.1:5000/hwlab/hwlab-agent-skills:3df89fe",
|
|
"imageID": "127.0.0.1:5000/hwlab/hwlab-agent-skills@sha256:4b006f52cf27438956f5269d39483d2ebcf8966b30cf19cd378616b423f93e1f"
|
|
},
|
|
{
|
|
"pod": "hwlab-box-simu-0",
|
|
"container": "hwlab-box-simu",
|
|
"image": "127.0.0.1:5000/hwlab/hwlab-box-simu:3df89fe",
|
|
"imageID": "127.0.0.1:5000/hwlab/hwlab-box-simu@sha256:e8aa955c810724ca9990fede69c54866dd7abe789ccee9da83ded75a75a99850"
|
|
},
|
|
{
|
|
"pod": "hwlab-box-simu-1",
|
|
"container": "hwlab-box-simu",
|
|
"image": "127.0.0.1:5000/hwlab/hwlab-box-simu:3df89fe",
|
|
"imageID": "127.0.0.1:5000/hwlab/hwlab-box-simu@sha256:e8aa955c810724ca9990fede69c54866dd7abe789ccee9da83ded75a75a99850"
|
|
},
|
|
{
|
|
"pod": "hwlab-cloud-api-54cdcb57dc-xw9gb",
|
|
"container": "hwlab-cloud-api",
|
|
"image": "127.0.0.1:5000/hwlab/hwlab-cloud-api:3df89fe",
|
|
"imageID": "127.0.0.1:5000/hwlab/hwlab-cloud-api@sha256:fff35a6eec4a70375122f87636759de62039465449053c584d9bc9572b7d1b0d"
|
|
},
|
|
{
|
|
"pod": "hwlab-cloud-web-5bd7bf9c6-d67jc",
|
|
"container": "hwlab-cloud-web",
|
|
"image": "127.0.0.1:5000/hwlab/hwlab-cloud-web:3df89fe",
|
|
"imageID": "127.0.0.1:5000/hwlab/hwlab-cloud-web@sha256:cd46ef24e97f430d7761b2cb7100990eda9f79ddf35f8ffc58fba81cd75e9acf"
|
|
},
|
|
{
|
|
"pod": "hwlab-edge-proxy-58984dcc7c-8bvqj",
|
|
"container": "hwlab-edge-proxy",
|
|
"image": "127.0.0.1:5000/hwlab/hwlab-edge-proxy:3df89fe",
|
|
"imageID": "127.0.0.1:5000/hwlab/hwlab-edge-proxy@sha256:a95189dd0cabf9197b7a15dc4cc2995eccf27898e2b0e26c7fd9cbf952fe8119"
|
|
},
|
|
{
|
|
"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:3df89fe",
|
|
"imageID": "127.0.0.1:5000/hwlab/hwlab-gateway-simu@sha256:1a5145313c95c6dfd1e8fca9f10f89cb81178dd545cd43fa158f8c9ac40ca25f"
|
|
},
|
|
{
|
|
"pod": "hwlab-gateway-simu-1",
|
|
"container": "hwlab-gateway-simu",
|
|
"image": "127.0.0.1:5000/hwlab/hwlab-gateway-simu:3df89fe",
|
|
"imageID": "127.0.0.1:5000/hwlab/hwlab-gateway-simu@sha256:1a5145313c95c6dfd1e8fca9f10f89cb81178dd545cd43fa158f8c9ac40ca25f"
|
|
},
|
|
{
|
|
"pod": "hwlab-patch-panel-55b9c584d7-7rzqb",
|
|
"container": "hwlab-patch-panel",
|
|
"image": "127.0.0.1:5000/hwlab/hwlab-patch-panel:3df89fe",
|
|
"imageID": "127.0.0.1:5000/hwlab/hwlab-patch-panel@sha256:36f569ce71dd9da2c8432ded7f00be9b9e51d0ec5409eeee871dfc3efbd9dbc9"
|
|
},
|
|
{
|
|
"pod": "hwlab-router-76fd584bdb-t26cs",
|
|
"container": "hwlab-router",
|
|
"image": "127.0.0.1:5000/hwlab/hwlab-router:3df89fe",
|
|
"imageID": "127.0.0.1:5000/hwlab/hwlab-router@sha256:258cc4231a7e0c4de47cce9a8be37b60c9a8a942d09d91b695b006f0dfc396d9"
|
|
},
|
|
{
|
|
"pod": "hwlab-tunnel-client-69d7d6d6d8-pv8b9",
|
|
"container": "hwlab-tunnel-client",
|
|
"image": "127.0.0.1:5000/hwlab/hwlab-tunnel-client:3df89fe",
|
|
"imageID": "127.0.0.1:5000/hwlab/hwlab-tunnel-client@sha256:e44e0a0f5b3e88014c85414feeecc892a34e73e2137160cc905d526aede6cf02"
|
|
}
|
|
],
|
|
"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-24T00:07:33.363Z",
|
|
"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": "48dfbf9e7f85f2dd8e17505582e811bdacfd60d5",
|
|
"imageTag": "48dfbf9",
|
|
"registryTarget": "127.0.0.1:5000/hwlab",
|
|
"registryCapabilities": {
|
|
"version": "v1",
|
|
"registryPrefix": "127.0.0.1:5000/hwlab",
|
|
"generatedAt": "2026-05-24T00:07:33.358Z",
|
|
"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 10 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-6f4cc98885-6bl9w",
|
|
"container": "hwlab-agent-mgr",
|
|
"image": "127.0.0.1:5000/hwlab/hwlab-agent-mgr:3df89fe",
|
|
"imageID": "127.0.0.1:5000/hwlab/hwlab-agent-mgr@sha256:c5f796204e9609a191230d9faa3bd7740ad50c4977a7eee7ef545665ccf4097c"
|
|
},
|
|
{
|
|
"pod": "hwlab-agent-skills-69485c4dc4-mpgdb",
|
|
"container": "hwlab-agent-skills",
|
|
"image": "127.0.0.1:5000/hwlab/hwlab-agent-skills:3df89fe",
|
|
"imageID": "127.0.0.1:5000/hwlab/hwlab-agent-skills@sha256:4b006f52cf27438956f5269d39483d2ebcf8966b30cf19cd378616b423f93e1f"
|
|
},
|
|
{
|
|
"pod": "hwlab-box-simu-0",
|
|
"container": "hwlab-box-simu",
|
|
"image": "127.0.0.1:5000/hwlab/hwlab-box-simu:3df89fe",
|
|
"imageID": "127.0.0.1:5000/hwlab/hwlab-box-simu@sha256:e8aa955c810724ca9990fede69c54866dd7abe789ccee9da83ded75a75a99850"
|
|
},
|
|
{
|
|
"pod": "hwlab-box-simu-1",
|
|
"container": "hwlab-box-simu",
|
|
"image": "127.0.0.1:5000/hwlab/hwlab-box-simu:3df89fe",
|
|
"imageID": "127.0.0.1:5000/hwlab/hwlab-box-simu@sha256:e8aa955c810724ca9990fede69c54866dd7abe789ccee9da83ded75a75a99850"
|
|
},
|
|
{
|
|
"pod": "hwlab-cloud-api-54cdcb57dc-xw9gb",
|
|
"container": "hwlab-cloud-api",
|
|
"image": "127.0.0.1:5000/hwlab/hwlab-cloud-api:3df89fe",
|
|
"imageID": "127.0.0.1:5000/hwlab/hwlab-cloud-api@sha256:fff35a6eec4a70375122f87636759de62039465449053c584d9bc9572b7d1b0d"
|
|
},
|
|
{
|
|
"pod": "hwlab-cloud-web-5bd7bf9c6-d67jc",
|
|
"container": "hwlab-cloud-web",
|
|
"image": "127.0.0.1:5000/hwlab/hwlab-cloud-web:3df89fe",
|
|
"imageID": "127.0.0.1:5000/hwlab/hwlab-cloud-web@sha256:cd46ef24e97f430d7761b2cb7100990eda9f79ddf35f8ffc58fba81cd75e9acf"
|
|
},
|
|
{
|
|
"pod": "hwlab-edge-proxy-58984dcc7c-8bvqj",
|
|
"container": "hwlab-edge-proxy",
|
|
"image": "127.0.0.1:5000/hwlab/hwlab-edge-proxy:3df89fe",
|
|
"imageID": "127.0.0.1:5000/hwlab/hwlab-edge-proxy@sha256:a95189dd0cabf9197b7a15dc4cc2995eccf27898e2b0e26c7fd9cbf952fe8119"
|
|
},
|
|
{
|
|
"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:3df89fe",
|
|
"imageID": "127.0.0.1:5000/hwlab/hwlab-gateway-simu@sha256:1a5145313c95c6dfd1e8fca9f10f89cb81178dd545cd43fa158f8c9ac40ca25f"
|
|
},
|
|
{
|
|
"pod": "hwlab-gateway-simu-1",
|
|
"container": "hwlab-gateway-simu",
|
|
"image": "127.0.0.1:5000/hwlab/hwlab-gateway-simu:3df89fe",
|
|
"imageID": "127.0.0.1:5000/hwlab/hwlab-gateway-simu@sha256:1a5145313c95c6dfd1e8fca9f10f89cb81178dd545cd43fa158f8c9ac40ca25f"
|
|
},
|
|
{
|
|
"pod": "hwlab-patch-panel-55b9c584d7-7rzqb",
|
|
"container": "hwlab-patch-panel",
|
|
"image": "127.0.0.1:5000/hwlab/hwlab-patch-panel:3df89fe",
|
|
"imageID": "127.0.0.1:5000/hwlab/hwlab-patch-panel@sha256:36f569ce71dd9da2c8432ded7f00be9b9e51d0ec5409eeee871dfc3efbd9dbc9"
|
|
},
|
|
{
|
|
"pod": "hwlab-router-76fd584bdb-t26cs",
|
|
"container": "hwlab-router",
|
|
"image": "127.0.0.1:5000/hwlab/hwlab-router:3df89fe",
|
|
"imageID": "127.0.0.1:5000/hwlab/hwlab-router@sha256:258cc4231a7e0c4de47cce9a8be37b60c9a8a942d09d91b695b006f0dfc396d9"
|
|
},
|
|
{
|
|
"pod": "hwlab-tunnel-client-69d7d6d6d8-pv8b9",
|
|
"container": "hwlab-tunnel-client",
|
|
"image": "127.0.0.1:5000/hwlab/hwlab-tunnel-client:3df89fe",
|
|
"imageID": "127.0.0.1:5000/hwlab/hwlab-tunnel-client@sha256:e44e0a0f5b3e88014c85414feeecc892a34e73e2137160cc905d526aede6cf02"
|
|
}
|
|
],
|
|
"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": "48dfbf9e7f85f2dd8e17505582e811bdacfd60d5",
|
|
"registryTarget": "127.0.0.1:5000/hwlab/hwlab-cloud-api",
|
|
"image": "127.0.0.1:5000/hwlab/hwlab-cloud-api:48dfbf9",
|
|
"imageTag": "48dfbf9",
|
|
"buildCreatedAt": "2026-05-24T00:07:33.363Z",
|
|
"buildSource": "pikasTech/HWLAB@48dfbf9e7f85f2dd8e17505582e811bdacfd60d5",
|
|
"digest": "sha256:15a9dec43d0ad6b750ea4eda860c1c157c6502441732c1de20ef3b92696d0dfc",
|
|
"repositoryDigest": "127.0.0.1:5000/hwlab/hwlab-cloud-api@sha256:15a9dec43d0ad6b750ea4eda860c1c157c6502441732c1de20ef3b92696d0dfc",
|
|
"digestStatus": "real",
|
|
"status": "published",
|
|
"notPublishedReason": null
|
|
},
|
|
{
|
|
"serviceId": "hwlab-cloud-web",
|
|
"enabled": true,
|
|
"required": true,
|
|
"artifactScope": "required",
|
|
"sourceCommitId": "48dfbf9e7f85f2dd8e17505582e811bdacfd60d5",
|
|
"registryTarget": "127.0.0.1:5000/hwlab/hwlab-cloud-web",
|
|
"image": "127.0.0.1:5000/hwlab/hwlab-cloud-web:48dfbf9",
|
|
"imageTag": "48dfbf9",
|
|
"buildCreatedAt": "2026-05-24T00:07:33.363Z",
|
|
"buildSource": "pikasTech/HWLAB@48dfbf9e7f85f2dd8e17505582e811bdacfd60d5",
|
|
"digest": "sha256:fc1841a6e3e8d427d23b5a0187abbe9d73208e3ad2c638e31b9512aaf075699f",
|
|
"repositoryDigest": "127.0.0.1:5000/hwlab/hwlab-cloud-web@sha256:fc1841a6e3e8d427d23b5a0187abbe9d73208e3ad2c638e31b9512aaf075699f",
|
|
"digestStatus": "real",
|
|
"status": "published",
|
|
"notPublishedReason": null
|
|
},
|
|
{
|
|
"serviceId": "hwlab-agent-mgr",
|
|
"enabled": true,
|
|
"required": true,
|
|
"artifactScope": "required",
|
|
"sourceCommitId": "48dfbf9e7f85f2dd8e17505582e811bdacfd60d5",
|
|
"registryTarget": "127.0.0.1:5000/hwlab/hwlab-agent-mgr",
|
|
"image": "127.0.0.1:5000/hwlab/hwlab-agent-mgr:48dfbf9",
|
|
"imageTag": "48dfbf9",
|
|
"buildCreatedAt": "2026-05-24T00:07:33.363Z",
|
|
"buildSource": "pikasTech/HWLAB@48dfbf9e7f85f2dd8e17505582e811bdacfd60d5",
|
|
"digest": "sha256:bdb3dffd0a82e7cf1c48de3d130cbd6e733c242dd5667be4ba098a46888a13d6",
|
|
"repositoryDigest": "127.0.0.1:5000/hwlab/hwlab-agent-mgr@sha256:bdb3dffd0a82e7cf1c48de3d130cbd6e733c242dd5667be4ba098a46888a13d6",
|
|
"digestStatus": "real",
|
|
"status": "published",
|
|
"notPublishedReason": null
|
|
},
|
|
{
|
|
"serviceId": "hwlab-agent-worker",
|
|
"enabled": true,
|
|
"required": true,
|
|
"artifactScope": "required",
|
|
"sourceCommitId": "48dfbf9e7f85f2dd8e17505582e811bdacfd60d5",
|
|
"registryTarget": "127.0.0.1:5000/hwlab/hwlab-agent-worker",
|
|
"image": "127.0.0.1:5000/hwlab/hwlab-agent-worker:48dfbf9",
|
|
"imageTag": "48dfbf9",
|
|
"buildCreatedAt": "2026-05-24T00:07:33.363Z",
|
|
"buildSource": "pikasTech/HWLAB@48dfbf9e7f85f2dd8e17505582e811bdacfd60d5",
|
|
"digest": "sha256:902590cd05c9af8dcf347b74c05e1fb9fb399eefa54d91ff105dd2fa276ae785",
|
|
"repositoryDigest": "127.0.0.1:5000/hwlab/hwlab-agent-worker@sha256:902590cd05c9af8dcf347b74c05e1fb9fb399eefa54d91ff105dd2fa276ae785",
|
|
"digestStatus": "real",
|
|
"status": "published",
|
|
"notPublishedReason": null
|
|
},
|
|
{
|
|
"serviceId": "hwlab-gateway",
|
|
"enabled": true,
|
|
"required": true,
|
|
"artifactScope": "required",
|
|
"sourceCommitId": "48dfbf9e7f85f2dd8e17505582e811bdacfd60d5",
|
|
"registryTarget": "127.0.0.1:5000/hwlab/hwlab-gateway",
|
|
"image": "127.0.0.1:5000/hwlab/hwlab-gateway:48dfbf9",
|
|
"imageTag": "48dfbf9",
|
|
"buildCreatedAt": "2026-05-24T00:07:33.363Z",
|
|
"buildSource": "pikasTech/HWLAB@48dfbf9e7f85f2dd8e17505582e811bdacfd60d5",
|
|
"digest": "sha256:015916d05ccbd8448e3f32d754335f7c221aaaadf5ae2b63007d7698f7583d04",
|
|
"repositoryDigest": "127.0.0.1:5000/hwlab/hwlab-gateway@sha256:015916d05ccbd8448e3f32d754335f7c221aaaadf5ae2b63007d7698f7583d04",
|
|
"digestStatus": "real",
|
|
"status": "published",
|
|
"notPublishedReason": null
|
|
},
|
|
{
|
|
"serviceId": "hwlab-gateway-simu",
|
|
"enabled": true,
|
|
"required": true,
|
|
"artifactScope": "required",
|
|
"sourceCommitId": "48dfbf9e7f85f2dd8e17505582e811bdacfd60d5",
|
|
"registryTarget": "127.0.0.1:5000/hwlab/hwlab-gateway-simu",
|
|
"image": "127.0.0.1:5000/hwlab/hwlab-gateway-simu:48dfbf9",
|
|
"imageTag": "48dfbf9",
|
|
"buildCreatedAt": "2026-05-24T00:07:33.363Z",
|
|
"buildSource": "pikasTech/HWLAB@48dfbf9e7f85f2dd8e17505582e811bdacfd60d5",
|
|
"digest": "sha256:74793df73dfeb27fc45b1085ac1c29839f6545ccfea79d033dfddc89d6f3a553",
|
|
"repositoryDigest": "127.0.0.1:5000/hwlab/hwlab-gateway-simu@sha256:74793df73dfeb27fc45b1085ac1c29839f6545ccfea79d033dfddc89d6f3a553",
|
|
"digestStatus": "real",
|
|
"status": "published",
|
|
"notPublishedReason": null
|
|
},
|
|
{
|
|
"serviceId": "hwlab-box-simu",
|
|
"enabled": true,
|
|
"required": true,
|
|
"artifactScope": "required",
|
|
"sourceCommitId": "48dfbf9e7f85f2dd8e17505582e811bdacfd60d5",
|
|
"registryTarget": "127.0.0.1:5000/hwlab/hwlab-box-simu",
|
|
"image": "127.0.0.1:5000/hwlab/hwlab-box-simu:48dfbf9",
|
|
"imageTag": "48dfbf9",
|
|
"buildCreatedAt": "2026-05-24T00:07:33.363Z",
|
|
"buildSource": "pikasTech/HWLAB@48dfbf9e7f85f2dd8e17505582e811bdacfd60d5",
|
|
"digest": "sha256:89d80def71130db7e0f4d9a0ec1dadfcb5d8963bd1f13b71c67eab0a301efb94",
|
|
"repositoryDigest": "127.0.0.1:5000/hwlab/hwlab-box-simu@sha256:89d80def71130db7e0f4d9a0ec1dadfcb5d8963bd1f13b71c67eab0a301efb94",
|
|
"digestStatus": "real",
|
|
"status": "published",
|
|
"notPublishedReason": null
|
|
},
|
|
{
|
|
"serviceId": "hwlab-patch-panel",
|
|
"enabled": true,
|
|
"required": true,
|
|
"artifactScope": "required",
|
|
"sourceCommitId": "48dfbf9e7f85f2dd8e17505582e811bdacfd60d5",
|
|
"registryTarget": "127.0.0.1:5000/hwlab/hwlab-patch-panel",
|
|
"image": "127.0.0.1:5000/hwlab/hwlab-patch-panel:48dfbf9",
|
|
"imageTag": "48dfbf9",
|
|
"buildCreatedAt": "2026-05-24T00:07:33.363Z",
|
|
"buildSource": "pikasTech/HWLAB@48dfbf9e7f85f2dd8e17505582e811bdacfd60d5",
|
|
"digest": "sha256:160a47204b2263e750cbf412f0d266047eeb6baf8b2be839e5d1987fc6082fea",
|
|
"repositoryDigest": "127.0.0.1:5000/hwlab/hwlab-patch-panel@sha256:160a47204b2263e750cbf412f0d266047eeb6baf8b2be839e5d1987fc6082fea",
|
|
"digestStatus": "real",
|
|
"status": "published",
|
|
"notPublishedReason": null
|
|
},
|
|
{
|
|
"serviceId": "hwlab-router",
|
|
"enabled": true,
|
|
"required": true,
|
|
"artifactScope": "required",
|
|
"sourceCommitId": "48dfbf9e7f85f2dd8e17505582e811bdacfd60d5",
|
|
"registryTarget": "127.0.0.1:5000/hwlab/hwlab-router",
|
|
"image": "127.0.0.1:5000/hwlab/hwlab-router:48dfbf9",
|
|
"imageTag": "48dfbf9",
|
|
"buildCreatedAt": "2026-05-24T00:07:33.363Z",
|
|
"buildSource": "pikasTech/HWLAB@48dfbf9e7f85f2dd8e17505582e811bdacfd60d5",
|
|
"digest": "sha256:0ab02340575ec7e910427f8ea06db2b8f8095922e207ae5e11a64c065fa26df7",
|
|
"repositoryDigest": "127.0.0.1:5000/hwlab/hwlab-router@sha256:0ab02340575ec7e910427f8ea06db2b8f8095922e207ae5e11a64c065fa26df7",
|
|
"digestStatus": "real",
|
|
"status": "published",
|
|
"notPublishedReason": null
|
|
},
|
|
{
|
|
"serviceId": "hwlab-tunnel-client",
|
|
"enabled": true,
|
|
"required": true,
|
|
"artifactScope": "required",
|
|
"sourceCommitId": "48dfbf9e7f85f2dd8e17505582e811bdacfd60d5",
|
|
"registryTarget": "127.0.0.1:5000/hwlab/hwlab-tunnel-client",
|
|
"image": "127.0.0.1:5000/hwlab/hwlab-tunnel-client:48dfbf9",
|
|
"imageTag": "48dfbf9",
|
|
"buildCreatedAt": "2026-05-24T00:07:33.363Z",
|
|
"buildSource": "pikasTech/HWLAB@48dfbf9e7f85f2dd8e17505582e811bdacfd60d5",
|
|
"digest": "sha256:75af6caa96ec03d3f4130e512052f666d75b1e5470fa67f8f66f355e1068e43f",
|
|
"repositoryDigest": "127.0.0.1:5000/hwlab/hwlab-tunnel-client@sha256:75af6caa96ec03d3f4130e512052f666d75b1e5470fa67f8f66f355e1068e43f",
|
|
"digestStatus": "real",
|
|
"status": "published",
|
|
"notPublishedReason": null
|
|
},
|
|
{
|
|
"serviceId": "hwlab-edge-proxy",
|
|
"enabled": true,
|
|
"required": true,
|
|
"artifactScope": "required",
|
|
"sourceCommitId": "48dfbf9e7f85f2dd8e17505582e811bdacfd60d5",
|
|
"registryTarget": "127.0.0.1:5000/hwlab/hwlab-edge-proxy",
|
|
"image": "127.0.0.1:5000/hwlab/hwlab-edge-proxy:48dfbf9",
|
|
"imageTag": "48dfbf9",
|
|
"buildCreatedAt": "2026-05-24T00:07:33.363Z",
|
|
"buildSource": "pikasTech/HWLAB@48dfbf9e7f85f2dd8e17505582e811bdacfd60d5",
|
|
"digest": "sha256:f8b954ad76ab0162e3df0edc26c115f6c697f8f5c4e9d93e24112285b57b9b05",
|
|
"repositoryDigest": "127.0.0.1:5000/hwlab/hwlab-edge-proxy@sha256:f8b954ad76ab0162e3df0edc26c115f6c697f8f5c4e9d93e24112285b57b9b05",
|
|
"digestStatus": "real",
|
|
"status": "published",
|
|
"notPublishedReason": null
|
|
},
|
|
{
|
|
"serviceId": "hwlab-cli",
|
|
"enabled": true,
|
|
"required": true,
|
|
"artifactScope": "required",
|
|
"sourceCommitId": "48dfbf9e7f85f2dd8e17505582e811bdacfd60d5",
|
|
"registryTarget": "127.0.0.1:5000/hwlab/hwlab-cli",
|
|
"image": "127.0.0.1:5000/hwlab/hwlab-cli:48dfbf9",
|
|
"imageTag": "48dfbf9",
|
|
"buildCreatedAt": "2026-05-24T00:07:33.363Z",
|
|
"buildSource": "pikasTech/HWLAB@48dfbf9e7f85f2dd8e17505582e811bdacfd60d5",
|
|
"digest": "sha256:ae6564b6b0f8ceaf35ab5d2e7f7c04ca8f5e51aa7daedb01e4a6aa31e4bcc16b",
|
|
"repositoryDigest": "127.0.0.1:5000/hwlab/hwlab-cli@sha256:ae6564b6b0f8ceaf35ab5d2e7f7c04ca8f5e51aa7daedb01e4a6aa31e4bcc16b",
|
|
"digestStatus": "real",
|
|
"status": "published",
|
|
"notPublishedReason": null
|
|
},
|
|
{
|
|
"serviceId": "hwlab-agent-skills",
|
|
"enabled": true,
|
|
"required": true,
|
|
"artifactScope": "required",
|
|
"sourceCommitId": "48dfbf9e7f85f2dd8e17505582e811bdacfd60d5",
|
|
"registryTarget": "127.0.0.1:5000/hwlab/hwlab-agent-skills",
|
|
"image": "127.0.0.1:5000/hwlab/hwlab-agent-skills:48dfbf9",
|
|
"imageTag": "48dfbf9",
|
|
"buildCreatedAt": "2026-05-24T00:07:33.363Z",
|
|
"buildSource": "pikasTech/HWLAB@48dfbf9e7f85f2dd8e17505582e811bdacfd60d5",
|
|
"digest": "sha256:6fc9b4fda9bea32607774a24d72ecc7999007d910d17e11764abce2bdc35c03d",
|
|
"repositoryDigest": "127.0.0.1:5000/hwlab/hwlab-agent-skills@sha256:6fc9b4fda9bea32607774a24d72ecc7999007d910d17e11764abce2bdc35c03d",
|
|
"digestStatus": "real",
|
|
"status": "published",
|
|
"notPublishedReason": null
|
|
}
|
|
]
|
|
},
|
|
"serviceCount": 13,
|
|
"requiredServiceCount": 13,
|
|
"disabledServiceCount": 0,
|
|
"builtCount": 13,
|
|
"publishedCount": 13,
|
|
"generatedAt": "2026-05-24T00:18:16.112Z",
|
|
"services": [
|
|
{
|
|
"serviceId": "hwlab-cloud-api",
|
|
"status": "published",
|
|
"image": "127.0.0.1:5000/hwlab/hwlab-cloud-api:48dfbf9",
|
|
"imageTag": "48dfbf9",
|
|
"buildCreatedAt": "2026-05-24T00:07:33.363Z",
|
|
"buildSource": "pikasTech/HWLAB@48dfbf9e7f85f2dd8e17505582e811bdacfd60d5",
|
|
"digest": "sha256:15a9dec43d0ad6b750ea4eda860c1c157c6502441732c1de20ef3b92696d0dfc",
|
|
"repositoryDigest": "127.0.0.1:5000/hwlab/hwlab-cloud-api@sha256:15a9dec43d0ad6b750ea4eda860c1c157c6502441732c1de20ef3b92696d0dfc",
|
|
"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:9c816bbd693420beb2f776341ca6af1013123923396a6327e010d85b51e510d8"
|
|
},
|
|
{
|
|
"serviceId": "hwlab-cloud-web",
|
|
"status": "published",
|
|
"image": "127.0.0.1:5000/hwlab/hwlab-cloud-web:48dfbf9",
|
|
"imageTag": "48dfbf9",
|
|
"buildCreatedAt": "2026-05-24T00:07:33.363Z",
|
|
"buildSource": "pikasTech/HWLAB@48dfbf9e7f85f2dd8e17505582e811bdacfd60d5",
|
|
"digest": "sha256:fc1841a6e3e8d427d23b5a0187abbe9d73208e3ad2c638e31b9512aaf075699f",
|
|
"repositoryDigest": "127.0.0.1:5000/hwlab/hwlab-cloud-web@sha256:fc1841a6e3e8d427d23b5a0187abbe9d73208e3ad2c638e31b9512aaf075699f",
|
|
"runtimeKind": "cloud-web",
|
|
"distFreshness": {
|
|
"status": "pass",
|
|
"distPath": "web/hwlab-cloud-web/dist",
|
|
"buildCommand": "node web/hwlab-cloud-web/scripts/build.mjs",
|
|
"freshnessCommand": "node web/hwlab-cloud-web/scripts/build.mjs",
|
|
"files": [
|
|
{
|
|
"kind": "runtime",
|
|
"path": "index.html",
|
|
"sourcePath": "/home/ubuntu/hwlab-d601-dev-cd-48dfbf9/web/hwlab-cloud-web/index.html",
|
|
"distPath": "/home/ubuntu/hwlab-d601-dev-cd-48dfbf9/web/hwlab-cloud-web/dist/index.html",
|
|
"status": "match"
|
|
},
|
|
{
|
|
"kind": "runtime",
|
|
"path": "styles.css",
|
|
"sourcePath": "/home/ubuntu/hwlab-d601-dev-cd-48dfbf9/web/hwlab-cloud-web/styles.css",
|
|
"distPath": "/home/ubuntu/hwlab-d601-dev-cd-48dfbf9/web/hwlab-cloud-web/dist/styles.css",
|
|
"status": "match"
|
|
},
|
|
{
|
|
"kind": "runtime",
|
|
"path": "auth.mjs",
|
|
"sourcePath": "/home/ubuntu/hwlab-d601-dev-cd-48dfbf9/web/hwlab-cloud-web/auth.mjs",
|
|
"distPath": "/home/ubuntu/hwlab-d601-dev-cd-48dfbf9/web/hwlab-cloud-web/dist/auth.mjs",
|
|
"status": "match"
|
|
},
|
|
{
|
|
"kind": "runtime",
|
|
"path": "app.mjs",
|
|
"sourcePath": "/home/ubuntu/hwlab-d601-dev-cd-48dfbf9/web/hwlab-cloud-web/app.mjs",
|
|
"distPath": "/home/ubuntu/hwlab-d601-dev-cd-48dfbf9/web/hwlab-cloud-web/dist/app.mjs",
|
|
"status": "match"
|
|
},
|
|
{
|
|
"kind": "runtime",
|
|
"path": "code-agent-facts.mjs",
|
|
"sourcePath": "/home/ubuntu/hwlab-d601-dev-cd-48dfbf9/web/hwlab-cloud-web/code-agent-facts.mjs",
|
|
"distPath": "/home/ubuntu/hwlab-d601-dev-cd-48dfbf9/web/hwlab-cloud-web/dist/code-agent-facts.mjs",
|
|
"status": "match"
|
|
},
|
|
{
|
|
"kind": "runtime",
|
|
"path": "code-agent-status.mjs",
|
|
"sourcePath": "/home/ubuntu/hwlab-d601-dev-cd-48dfbf9/web/hwlab-cloud-web/code-agent-status.mjs",
|
|
"distPath": "/home/ubuntu/hwlab-d601-dev-cd-48dfbf9/web/hwlab-cloud-web/dist/code-agent-status.mjs",
|
|
"status": "match"
|
|
},
|
|
{
|
|
"kind": "runtime",
|
|
"path": "code-agent-m3-evidence.mjs",
|
|
"sourcePath": "/home/ubuntu/hwlab-d601-dev-cd-48dfbf9/web/hwlab-cloud-web/code-agent-m3-evidence.mjs",
|
|
"distPath": "/home/ubuntu/hwlab-d601-dev-cd-48dfbf9/web/hwlab-cloud-web/dist/code-agent-m3-evidence.mjs",
|
|
"status": "match"
|
|
},
|
|
{
|
|
"kind": "runtime",
|
|
"path": "live-status.mjs",
|
|
"sourcePath": "/home/ubuntu/hwlab-d601-dev-cd-48dfbf9/web/hwlab-cloud-web/live-status.mjs",
|
|
"distPath": "/home/ubuntu/hwlab-d601-dev-cd-48dfbf9/web/hwlab-cloud-web/dist/live-status.mjs",
|
|
"status": "match"
|
|
},
|
|
{
|
|
"kind": "runtime",
|
|
"path": "gate-summary.mjs",
|
|
"sourcePath": "/home/ubuntu/hwlab-d601-dev-cd-48dfbf9/web/hwlab-cloud-web/gate-summary.mjs",
|
|
"distPath": "/home/ubuntu/hwlab-d601-dev-cd-48dfbf9/web/hwlab-cloud-web/dist/gate-summary.mjs",
|
|
"status": "match"
|
|
},
|
|
{
|
|
"kind": "runtime",
|
|
"path": "runtime.mjs",
|
|
"sourcePath": "/home/ubuntu/hwlab-d601-dev-cd-48dfbf9/web/hwlab-cloud-web/runtime.mjs",
|
|
"distPath": "/home/ubuntu/hwlab-d601-dev-cd-48dfbf9/web/hwlab-cloud-web/dist/runtime.mjs",
|
|
"status": "match"
|
|
},
|
|
{
|
|
"kind": "runtime",
|
|
"path": "wiring-status.mjs",
|
|
"sourcePath": "/home/ubuntu/hwlab-d601-dev-cd-48dfbf9/web/hwlab-cloud-web/wiring-status.mjs",
|
|
"distPath": "/home/ubuntu/hwlab-d601-dev-cd-48dfbf9/web/hwlab-cloud-web/dist/wiring-status.mjs",
|
|
"status": "match"
|
|
},
|
|
{
|
|
"kind": "runtime",
|
|
"path": "workbench-hardware-panel.mjs",
|
|
"sourcePath": "/home/ubuntu/hwlab-d601-dev-cd-48dfbf9/web/hwlab-cloud-web/workbench-hardware-panel.mjs",
|
|
"distPath": "/home/ubuntu/hwlab-d601-dev-cd-48dfbf9/web/hwlab-cloud-web/dist/workbench-hardware-panel.mjs",
|
|
"status": "match"
|
|
},
|
|
{
|
|
"kind": "runtime",
|
|
"path": "help.md",
|
|
"sourcePath": "/home/ubuntu/hwlab-d601-dev-cd-48dfbf9/web/hwlab-cloud-web/help.md",
|
|
"distPath": "/home/ubuntu/hwlab-d601-dev-cd-48dfbf9/web/hwlab-cloud-web/dist/help.md",
|
|
"status": "match"
|
|
},
|
|
{
|
|
"kind": "runtime",
|
|
"path": "third_party/marked/marked.esm.js",
|
|
"sourcePath": "/home/ubuntu/hwlab-d601-dev-cd-48dfbf9/web/hwlab-cloud-web/third_party/marked/marked.esm.js",
|
|
"distPath": "/home/ubuntu/hwlab-d601-dev-cd-48dfbf9/web/hwlab-cloud-web/dist/third_party/marked/marked.esm.js",
|
|
"status": "match"
|
|
},
|
|
{
|
|
"kind": "runtime",
|
|
"path": "third_party/marked/LICENSE",
|
|
"sourcePath": "/home/ubuntu/hwlab-d601-dev-cd-48dfbf9/web/hwlab-cloud-web/third_party/marked/LICENSE",
|
|
"distPath": "/home/ubuntu/hwlab-d601-dev-cd-48dfbf9/web/hwlab-cloud-web/dist/third_party/marked/LICENSE",
|
|
"status": "match"
|
|
},
|
|
{
|
|
"kind": "alias",
|
|
"path": "gate/index.html",
|
|
"sourcePath": "/home/ubuntu/hwlab-d601-dev-cd-48dfbf9/web/hwlab-cloud-web/index.html",
|
|
"distPath": "/home/ubuntu/hwlab-d601-dev-cd-48dfbf9/web/hwlab-cloud-web/dist/gate/index.html",
|
|
"status": "match"
|
|
},
|
|
{
|
|
"kind": "alias",
|
|
"path": "diagnostics/gate/index.html",
|
|
"sourcePath": "/home/ubuntu/hwlab-d601-dev-cd-48dfbf9/web/hwlab-cloud-web/index.html",
|
|
"distPath": "/home/ubuntu/hwlab-d601-dev-cd-48dfbf9/web/hwlab-cloud-web/dist/diagnostics/gate/index.html",
|
|
"status": "match"
|
|
},
|
|
{
|
|
"kind": "alias",
|
|
"path": "help/index.html",
|
|
"sourcePath": "/home/ubuntu/hwlab-d601-dev-cd-48dfbf9/web/hwlab-cloud-web/index.html",
|
|
"distPath": "/home/ubuntu/hwlab-d601-dev-cd-48dfbf9/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:3318fd51a8778fa713c7c1cd8697f0a49d59457a9df50011692e2161d90d01e5"
|
|
},
|
|
{
|
|
"serviceId": "hwlab-agent-mgr",
|
|
"status": "published",
|
|
"image": "127.0.0.1:5000/hwlab/hwlab-agent-mgr:48dfbf9",
|
|
"imageTag": "48dfbf9",
|
|
"buildCreatedAt": "2026-05-24T00:07:33.363Z",
|
|
"buildSource": "pikasTech/HWLAB@48dfbf9e7f85f2dd8e17505582e811bdacfd60d5",
|
|
"digest": "sha256:bdb3dffd0a82e7cf1c48de3d130cbd6e733c242dd5667be4ba098a46888a13d6",
|
|
"repositoryDigest": "127.0.0.1:5000/hwlab/hwlab-agent-mgr@sha256:bdb3dffd0a82e7cf1c48de3d130cbd6e733c242dd5667be4ba098a46888a13d6",
|
|
"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:07f95021ca29226179f93b3c04134f7015e2a0adc55f1855da29a35faf345fc8"
|
|
},
|
|
{
|
|
"serviceId": "hwlab-agent-worker",
|
|
"status": "published",
|
|
"image": "127.0.0.1:5000/hwlab/hwlab-agent-worker:48dfbf9",
|
|
"imageTag": "48dfbf9",
|
|
"buildCreatedAt": "2026-05-24T00:07:33.363Z",
|
|
"buildSource": "pikasTech/HWLAB@48dfbf9e7f85f2dd8e17505582e811bdacfd60d5",
|
|
"digest": "sha256:902590cd05c9af8dcf347b74c05e1fb9fb399eefa54d91ff105dd2fa276ae785",
|
|
"repositoryDigest": "127.0.0.1:5000/hwlab/hwlab-agent-worker@sha256:902590cd05c9af8dcf347b74c05e1fb9fb399eefa54d91ff105dd2fa276ae785",
|
|
"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:7fcc27b11dbdfdbbb099f29f6d0299b5858172a432d8c69540a53331f62eeccc"
|
|
},
|
|
{
|
|
"serviceId": "hwlab-gateway",
|
|
"status": "published",
|
|
"image": "127.0.0.1:5000/hwlab/hwlab-gateway:48dfbf9",
|
|
"imageTag": "48dfbf9",
|
|
"buildCreatedAt": "2026-05-24T00:07:33.363Z",
|
|
"buildSource": "pikasTech/HWLAB@48dfbf9e7f85f2dd8e17505582e811bdacfd60d5",
|
|
"digest": "sha256:015916d05ccbd8448e3f32d754335f7c221aaaadf5ae2b63007d7698f7583d04",
|
|
"repositoryDigest": "127.0.0.1:5000/hwlab/hwlab-gateway@sha256:015916d05ccbd8448e3f32d754335f7c221aaaadf5ae2b63007d7698f7583d04",
|
|
"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:9a7a4df65534a20e87b9e3c772b4dc7521dc28f0a3f6e83fd9c4893a716962cf"
|
|
},
|
|
{
|
|
"serviceId": "hwlab-gateway-simu",
|
|
"status": "published",
|
|
"image": "127.0.0.1:5000/hwlab/hwlab-gateway-simu:48dfbf9",
|
|
"imageTag": "48dfbf9",
|
|
"buildCreatedAt": "2026-05-24T00:07:33.363Z",
|
|
"buildSource": "pikasTech/HWLAB@48dfbf9e7f85f2dd8e17505582e811bdacfd60d5",
|
|
"digest": "sha256:74793df73dfeb27fc45b1085ac1c29839f6545ccfea79d033dfddc89d6f3a553",
|
|
"repositoryDigest": "127.0.0.1:5000/hwlab/hwlab-gateway-simu@sha256:74793df73dfeb27fc45b1085ac1c29839f6545ccfea79d033dfddc89d6f3a553",
|
|
"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:49336246347a76b52992b3101d068128cb56aa8f00d06bf50e8170959e5ace08"
|
|
},
|
|
{
|
|
"serviceId": "hwlab-box-simu",
|
|
"status": "published",
|
|
"image": "127.0.0.1:5000/hwlab/hwlab-box-simu:48dfbf9",
|
|
"imageTag": "48dfbf9",
|
|
"buildCreatedAt": "2026-05-24T00:07:33.363Z",
|
|
"buildSource": "pikasTech/HWLAB@48dfbf9e7f85f2dd8e17505582e811bdacfd60d5",
|
|
"digest": "sha256:89d80def71130db7e0f4d9a0ec1dadfcb5d8963bd1f13b71c67eab0a301efb94",
|
|
"repositoryDigest": "127.0.0.1:5000/hwlab/hwlab-box-simu@sha256:89d80def71130db7e0f4d9a0ec1dadfcb5d8963bd1f13b71c67eab0a301efb94",
|
|
"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:396feaf03e04de49b28323fe3604690b3ae3032fb942ddc451aa195b936ac2ef"
|
|
},
|
|
{
|
|
"serviceId": "hwlab-patch-panel",
|
|
"status": "published",
|
|
"image": "127.0.0.1:5000/hwlab/hwlab-patch-panel:48dfbf9",
|
|
"imageTag": "48dfbf9",
|
|
"buildCreatedAt": "2026-05-24T00:07:33.363Z",
|
|
"buildSource": "pikasTech/HWLAB@48dfbf9e7f85f2dd8e17505582e811bdacfd60d5",
|
|
"digest": "sha256:160a47204b2263e750cbf412f0d266047eeb6baf8b2be839e5d1987fc6082fea",
|
|
"repositoryDigest": "127.0.0.1:5000/hwlab/hwlab-patch-panel@sha256:160a47204b2263e750cbf412f0d266047eeb6baf8b2be839e5d1987fc6082fea",
|
|
"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:ddb03264993e56e8c69ac98f9b59cc1e3bbb04ea6a6ce8f5deac99d2830f3390"
|
|
},
|
|
{
|
|
"serviceId": "hwlab-router",
|
|
"status": "published",
|
|
"image": "127.0.0.1:5000/hwlab/hwlab-router:48dfbf9",
|
|
"imageTag": "48dfbf9",
|
|
"buildCreatedAt": "2026-05-24T00:07:33.363Z",
|
|
"buildSource": "pikasTech/HWLAB@48dfbf9e7f85f2dd8e17505582e811bdacfd60d5",
|
|
"digest": "sha256:0ab02340575ec7e910427f8ea06db2b8f8095922e207ae5e11a64c065fa26df7",
|
|
"repositoryDigest": "127.0.0.1:5000/hwlab/hwlab-router@sha256:0ab02340575ec7e910427f8ea06db2b8f8095922e207ae5e11a64c065fa26df7",
|
|
"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:a62d9de35de70c79d1c4ded8f29fd0e17f9c326130f5e5891de1e3486bcb0a32"
|
|
},
|
|
{
|
|
"serviceId": "hwlab-tunnel-client",
|
|
"status": "published",
|
|
"image": "127.0.0.1:5000/hwlab/hwlab-tunnel-client:48dfbf9",
|
|
"imageTag": "48dfbf9",
|
|
"buildCreatedAt": "2026-05-24T00:07:33.363Z",
|
|
"buildSource": "pikasTech/HWLAB@48dfbf9e7f85f2dd8e17505582e811bdacfd60d5",
|
|
"digest": "sha256:75af6caa96ec03d3f4130e512052f666d75b1e5470fa67f8f66f355e1068e43f",
|
|
"repositoryDigest": "127.0.0.1:5000/hwlab/hwlab-tunnel-client@sha256:75af6caa96ec03d3f4130e512052f666d75b1e5470fa67f8f66f355e1068e43f",
|
|
"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:8f8d93f293f9bc431cbc6141a667728d4e5fbbdc2da63088e640309910239d3f"
|
|
},
|
|
{
|
|
"serviceId": "hwlab-edge-proxy",
|
|
"status": "published",
|
|
"image": "127.0.0.1:5000/hwlab/hwlab-edge-proxy:48dfbf9",
|
|
"imageTag": "48dfbf9",
|
|
"buildCreatedAt": "2026-05-24T00:07:33.363Z",
|
|
"buildSource": "pikasTech/HWLAB@48dfbf9e7f85f2dd8e17505582e811bdacfd60d5",
|
|
"digest": "sha256:f8b954ad76ab0162e3df0edc26c115f6c697f8f5c4e9d93e24112285b57b9b05",
|
|
"repositoryDigest": "127.0.0.1:5000/hwlab/hwlab-edge-proxy@sha256:f8b954ad76ab0162e3df0edc26c115f6c697f8f5c4e9d93e24112285b57b9b05",
|
|
"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:2884b8ce00a38b74696d8d49780390ba8df2dd0b1558922f348cafd5b107b933"
|
|
},
|
|
{
|
|
"serviceId": "hwlab-cli",
|
|
"status": "published",
|
|
"image": "127.0.0.1:5000/hwlab/hwlab-cli:48dfbf9",
|
|
"imageTag": "48dfbf9",
|
|
"buildCreatedAt": "2026-05-24T00:07:33.363Z",
|
|
"buildSource": "pikasTech/HWLAB@48dfbf9e7f85f2dd8e17505582e811bdacfd60d5",
|
|
"digest": "sha256:ae6564b6b0f8ceaf35ab5d2e7f7c04ca8f5e51aa7daedb01e4a6aa31e4bcc16b",
|
|
"repositoryDigest": "127.0.0.1:5000/hwlab/hwlab-cli@sha256:ae6564b6b0f8ceaf35ab5d2e7f7c04ca8f5e51aa7daedb01e4a6aa31e4bcc16b",
|
|
"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:ca36b3a47ba312d09230547f3c6880b3353b89962228aba7509f705ef02dfd9f"
|
|
},
|
|
{
|
|
"serviceId": "hwlab-agent-skills",
|
|
"status": "published",
|
|
"image": "127.0.0.1:5000/hwlab/hwlab-agent-skills:48dfbf9",
|
|
"imageTag": "48dfbf9",
|
|
"buildCreatedAt": "2026-05-24T00:07:33.363Z",
|
|
"buildSource": "pikasTech/HWLAB@48dfbf9e7f85f2dd8e17505582e811bdacfd60d5",
|
|
"digest": "sha256:6fc9b4fda9bea32607774a24d72ecc7999007d910d17e11764abce2bdc35c03d",
|
|
"repositoryDigest": "127.0.0.1:5000/hwlab/hwlab-agent-skills@sha256:6fc9b4fda9bea32607774a24d72ecc7999007d910d17e11764abce2bdc35c03d",
|
|
"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:907bc7cead49aa9b82b2c3b905752808c8b692d6140340e255e5f201f4d7cb46"
|
|
}
|
|
],
|
|
"blockers": []
|
|
},
|
|
"notes": "DEV-only artifact report. Do not treat runtime placeholder images as real service implementations."
|
|
}
|