mirror of
https://github.com/outbackdingo/labca.git
synced 2026-01-27 10:19:34 +00:00
Add explicit labels to Dockerfile-standalone (#124)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user