Skip to content

Commit

Permalink
Add explicit labels to Dockerfile-standalone (#124)
Browse files Browse the repository at this point in the history
  • Loading branch information
hakwerk committed Dec 20, 2024
1 parent 0de59d8 commit d74ec31
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build/Dockerfile-standalone
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d74ec31

Please sign in to comment.