We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3beccff commit ff520d6Copy full SHA for ff520d6
Dockerfile
@@ -18,4 +18,9 @@ RUN apk add --no-cache libstdc++ libgcc libsodium libzmq czmq \
18
&& echo '/usr/bin/magnetico "$@" --web' >> /usr/bin/magneticow \
19
&& chmod +x /usr/bin/magneticow
20
ENTRYPOINT ["/usr/bin/magnetico"]
21
-LABEL org.opencontainers.image.source=https://github.com/tgragnato/magnetico
+LABEL org.opencontainers.image.title="magnetico"
22
+LABEL org.opencontainers.image.description="Autonomous (self-hosted) BitTorrent DHT search engine"
23
+LABEL org.opencontainers.image.url="https://github.com/tgragnato/magnetico"
24
+LABEL org.opencontainers.image.source="https://github.com/tgragnato/magnetico"
25
+LABEL org.opencontainers.image.licenses="AGPL-3.0"
26
+LABEL io.containers.autoupdate=registry
0 commit comments