Skip to content

Commit 066302c

Browse files
committed
chore: revert to cuda image for syslog health mon image
1 parent 8641490 commit 066302c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.ko.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ builds:
4545
main: cmd/maintenance-notifier
4646

4747
- id: syslog-health-monitor
48-
baseImage: cgr.dev/chainguard/glibc-dynamic:latest
48+
baseImage: nvcr.io/nvidia/cuda:12.1.1-base-ubuntu22.04
4949
dir: health-monitors/syslog-health-monitor
5050
env: [CGO_ENABLED=1]
5151
main: .

scripts/buildko

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ if [ ! -f go.work ]; then
1212
go work init
1313
fi
1414

15-
ko build -B --sbom=cyclonedx --tags=$VERSION --tags=latest \
15+
ko build -B --sbom=cyclonedx --tags="${VERSION}-slim" --tags=latest \
1616
./fault-quarantine-module \
1717
./fault-remediation-module \
1818
./health-events-analyzer \

0 commit comments

Comments
 (0)