diff --git a/Dockerfile b/Dockerfile index bc00d29..13d6932 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,6 +17,9 @@ RUN apk --update add iproute2 wireguard-tools-wg-quick libqrencode dnsmasq WORKDIR /scripts +LABEL org.opencontainers.image.description="WireGuard docker setup using BoringTun" +LABEL org.opencontainers.image.source = "https://github.com/pcvolkmer/docker-wireguard-boringtun" + COPY --from=build /usr/local/cargo/bin/boringtun-cli /usr/local/bin/boringtun COPY scripts/ ./