spire-server: Replace chown image with busybox
This reduces the footprint for this initContainer to just 4.04MB. The cgr.dev/chainguard/bash image is 35.2MB in size. I have used the same tag as the busybox value to ensure no additional versions have to be pulled on the node running spire-server components. Signed-off-by: Marco Franssen <[email protected]>
This commit is contained in:
@@ -7,8 +7,8 @@
|
||||
},
|
||||
{
|
||||
"query": "chown.image",
|
||||
"filter": "LATESTSHA",
|
||||
"sort-flags": []
|
||||
"filter": "^[0-9]\\+\\.[0-9]\\+\\.[0-9]\\+-uclibc$",
|
||||
"sort-flags": ["-t", ".", "-k1,1n", "-k2,2n", "-k3,3n"]
|
||||
},
|
||||
{
|
||||
"query": "tools.busybox.image",
|
||||
|
||||
Reference in New Issue
Block a user