mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-28 18:10:38 +00:00
Add labels to Containerfile
This commit is contained in:
parent
64436bc9ab
commit
22c948166a
2 changed files with 8 additions and 0 deletions
|
@ -1,5 +1,9 @@
|
|||
FROM docker.io/eclipse-temurin:17-jre
|
||||
|
||||
LABEL org.opencontainers.image.source=https://github.com/AsamK/signal-cli
|
||||
LABEL org.opencontainers.image.description="signal-cli provides an unofficial commandline, dbus and JSON-RPC interface for the Signal messenger."
|
||||
LABEL org.opencontainers.image.licenses=GPL-3.0-only
|
||||
|
||||
RUN useradd signal-cli --system --create-home --home-dir /var/lib/signal-cli
|
||||
ADD build/install/signal-cli /opt/signal-cli
|
||||
|
||||
|
|
|
@ -1,5 +1,9 @@
|
|||
FROM docker.io/debian:testing-slim
|
||||
|
||||
LABEL org.opencontainers.image.source=https://github.com/AsamK/signal-cli
|
||||
LABEL org.opencontainers.image.description="signal-cli provides an unofficial commandline, dbus and JSON-RPC interface for the Signal messenger."
|
||||
LABEL org.opencontainers.image.licenses=GPL-3.0-only
|
||||
|
||||
RUN useradd signal-cli --system --create-home --home-dir /var/lib/signal-cli
|
||||
ADD build/native/nativeCompile/signal-cli /usr/bin/signal-cli
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue