fix: manage hwlab buildkit runtime image

This commit is contained in:
Codex
2026-06-27 12:56:13 +00:00
parent 37a31e8416
commit 92b62a5e50
5 changed files with 142 additions and 88 deletions
+1
View File
@@ -116,6 +116,7 @@ export function nodeRuntimeExpected(spec: HwlabRuntimeLaneSpec): Record<string,
serviceIds: spec.serviceIds,
buildkit: spec.buildkit === undefined ? null : {
sidecarImage: spec.buildkit.sidecarImage,
sourceImage: spec.buildkit.sourceImage,
},
dockerBuildProxy: {
http: spec.networkProfile.dockerBuildProxy.http,