Skip to content

Commit 4f7223e

Browse files
committed
Add resource.role label to builder container
1 parent 1c01d0c commit 4f7223e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Sources/ContainerCommands/Builder/BuilderStart.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,7 @@ extension Application {
246246

247247
var config = ContainerConfiguration(id: id, image: imageDesc, process: processConfig)
248248
config.resources = resources
249+
config.labels = ["com.apple.container.resource.role": "builder"]
249250
config.mounts = [
250251
.init(
251252
type: .tmpfs,

0 commit comments

Comments
 (0)