Skip to content

Commit ff520d6

Browse files
committed
fix(oci): add some recommended labels
1 parent 3beccff commit ff520d6

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

Dockerfile

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,9 @@ RUN apk add --no-cache libstdc++ libgcc libsodium libzmq czmq \
1818
&& echo '/usr/bin/magnetico "$@" --web' >> /usr/bin/magneticow \
1919
&& chmod +x /usr/bin/magneticow
2020
ENTRYPOINT ["/usr/bin/magnetico"]
21-
LABEL org.opencontainers.image.source=https://github.com/tgragnato/magnetico
21+
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

Comments
 (0)