From e96debca8a47caa81c20a50f3debebbe15ed6da9 Mon Sep 17 00:00:00 2001 From: Raj Date: Wed, 22 Apr 2026 14:51:52 -0700 Subject: [PATCH] add plugin label to builder (#1443) ## Type of Change - [ ] Bug fix - [x] New feature - [ ] Breaking change - [ ] Documentation update ## Motivation and Context add plugin label to builder ## Testing - [ ] Tested locally - [ ] Added/updated tests - [ ] Added/updated docs --- Sources/ContainerCommands/Builder/BuilderStart.swift | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Sources/ContainerCommands/Builder/BuilderStart.swift b/Sources/ContainerCommands/Builder/BuilderStart.swift index 137e1ce0..fbbc18e1 100644 --- a/Sources/ContainerCommands/Builder/BuilderStart.swift +++ b/Sources/ContainerCommands/Builder/BuilderStart.swift @@ -246,7 +246,10 @@ extension Application { var config = ContainerConfiguration(id: Builder.builderContainerId, image: imageDesc, process: processConfig) config.resources = resources - config.labels = [ResourceLabelKeys.role: ResourceRoleValues.builder] + config.labels = [ + ResourceLabelKeys.plugin: "builder", + ResourceLabelKeys.role: ResourceRoleValues.builder, + ] config.capAdd = ["ALL"] config.mounts = [ .init(