From: hoodad <25026962+hoodadt@users.noreply.github.com> Date: Thu, 24 Jul 2025 11:36:38 +0000 (+0000) Subject: More Labels X-Git-Tag: v5.5~46 X-Git-Url: https://git.gsnw.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c7416602ed58db5c3ebc94721befb7eee05d5772;p=fping.git More Labels --- diff --git a/contrib/Dockerfile b/contrib/Dockerfile index 0ac83f1..7456f31 100644 --- a/contrib/Dockerfile +++ b/contrib/Dockerfile @@ -16,6 +16,7 @@ FROM alpine:3.22.1 LABEL org.opencontainers.image.title="fping" \ org.opencontainers.image.authors="fping Community" \ org.opencontainers.image.description="High performance ping tool" \ + org.opencontainers.image.base.name="docker.io/library/alpine:3.22.1" \ org.opencontainers.image.source="https://github.com/schweikert/fping" \ org.opencontainers.image.documentation="https://fping.org/fping.8.html"