- Report received ICMPv6 error messages (#391, thanks @auerswal)
- Suppress duplicate reports in count mode with -q, --quiet or -Q, --squiet
(#392, thanks @gsnw-sebast and @auerswal)
+- Switch to alpine-based multi-stage Docker build to reduce image size
+ Add OpenContainers-compatible labels (#399)
fping 5.3 (2025-01-02)
======================
FROM alpine:3.22.1
+# OCI annotations
LABEL org.opencontainers.image.title="fping" \
+ org.opencontainers.image.authors="fping Community" \
org.opencontainers.image.description="High performance ping tool" \
- org.opencontainers.image.source="https://github.com/schweikert/fping"
+ org.opencontainers.image.source="https://github.com/schweikert/fping" \
+ org.opencontainers.image.documentation="https://fping.org/fping.8.html" \
COPY --from=builder /app/src/fping /usr/local/bin/fping