Skip to content

Commit 6be1002

Browse files
osguard: add "which" package to OS Guard base images (microsoft#14580)
The "which" binary is generally expected to be available in the base image so include the which package. Signed-off-by: Chris Co <[email protected]>
1 parent 801bd6d commit 6be1002

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

toolkit/imageconfigs/osguard-amd64.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@ os:
142142
- sysstat
143143
- traceroute
144144
- util-linux
145+
- which
145146
- xz
146147
- zip
147148
additionalDirs:

toolkit/imageconfigs/osguard-ci-amd64.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@ os:
142142
- sysstat
143143
- traceroute
144144
- util-linux
145+
- which
145146
- xz
146147
- zip
147148
- erofs-utils

toolkit/imageconfigs/templates/osguard-base.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@ os:
162162
- sysstat
163163
- traceroute
164164
- util-linux
165+
- which
165166
- xz
166167
- zip
167168

0 commit comments

Comments
 (0)