fix: manage hwlab buildkit runtime image
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user