Add explicit labels to Dockerfile-standalone (#124)

This commit is contained in:
Arjan H
2024-12-20 18:05:22 +01:00
parent 0de59d8d6b
commit d74ec31070

View File

@@ -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