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