Compare commits

..

1 Commits

Author SHA1 Message Date
henrygd
c5eba6547a comments 2025-09-22 20:48:37 -04:00
2 changed files with 2 additions and 3 deletions

View File

@@ -13,8 +13,8 @@ ARG TARGETOS TARGETARCH
RUN CGO_ENABLED=0 GOGC=75 GOOS=$TARGETOS GOARCH=$TARGETARCH go build -ldflags "-w -s" -o /agent ./internal/cmd/agent
# --------------------------
# Final image: default scratch-based agent
# Note: must cap_add: [CAP_PERFMON] in docker-compose.yml
# Final image
# Note: must cap_add: [CAP_PERFMON] and mount /dev/dri/ as volume
# --------------------------
FROM alpine:edge

View File

@@ -14,7 +14,6 @@
- Fix divide by zero error introduced in 0.12.8 :) (#1175)
## 0.12.8
- Add per-interface network traffic charts. (#926)