From d74ec31070a5de9fa2f66460a10d3899d2af17f1 Mon Sep 17 00:00:00 2001 From: Arjan H Date: Fri, 20 Dec 2024 18:05:22 +0100 Subject: [PATCH] Add explicit labels to Dockerfile-standalone (#124) --- build/Dockerfile-standalone | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build/Dockerfile-standalone b/build/Dockerfile-standalone index e615e83..b3dc345 100644 --- a/build/Dockerfile-standalone +++ b/build/Dockerfile-standalone @@ -2,6 +2,9 @@ FROM ubuntu:focal ARG TARGETARCH +LABEL org.opencontainers.image.description Standalone version of LabCA GUI for use with other ACME servers +LABEL org.opencontainers.image.documentation https://github.com/hakwerk/labca/blob/master/README_standalone.md + COPY labca-gui*.deb /tmp/ RUN dpkg -i /tmp/labca-gui_*_$TARGETARCH.deb