We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 630f295 commit db9b974Copy full SHA for db9b974
Dockerfile-build
@@ -44,6 +44,8 @@ RUN make VERSION=$VERSION COMMIT=$COMMIT cli-linux-server
44
45
FROM alpine
46
47
+ARG VERSION=dev
48
+
49
LABEL org.opencontainers.image.authors="[email protected]"
50
LABEL org.opencontainers.image.url="https://ntfy.sh/"
51
LABEL org.opencontainers.image.documentation="https://docs.ntfy.sh/"
@@ -52,6 +54,7 @@ LABEL org.opencontainers.image.vendor="Philipp C. Heckel"
52
54
LABEL org.opencontainers.image.licenses="Apache-2.0, GPL-2.0"
53
55
LABEL org.opencontainers.image.title="ntfy"
56
LABEL org.opencontainers.image.description="Send push notifications to your phone or desktop using PUT/POST"
57
+LABEL org.opencontainers.image.version="$VERSION"
58
59
COPY --from=builder /app/dist/ntfy_linux_server/ntfy /usr/bin/ntfy
60
0 commit comments