We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8641490 commit 066302cCopy full SHA for 066302c
.ko.yaml
@@ -45,7 +45,7 @@ builds:
45
main: cmd/maintenance-notifier
46
47
- id: syslog-health-monitor
48
- baseImage: cgr.dev/chainguard/glibc-dynamic:latest
+ baseImage: nvcr.io/nvidia/cuda:12.1.1-base-ubuntu22.04
49
dir: health-monitors/syslog-health-monitor
50
env: [CGO_ENABLED=1]
51
main: .
scripts/buildko
@@ -12,7 +12,7 @@ if [ ! -f go.work ]; then
12
go work init
13
fi
14
15
-ko build -B --sbom=cyclonedx --tags=$VERSION --tags=latest \
+ko build -B --sbom=cyclonedx --tags="${VERSION}-slim" --tags=latest \
16
./fault-quarantine-module \
17
./fault-remediation-module \
18
./health-events-analyzer \
0 commit comments