added labels

This commit is contained in:
Nathan Price 2024-12-02 20:42:16 -05:00
parent c3fa35be4a
commit c200b2f38d
Signed by: gravityfargo
SSH key fingerprint: SHA256:bjq+uA1U+9bFMd70q2wdNtwaYxGv84IBXalnYvZDKmg

View file

@ -42,9 +42,9 @@ ENV NODE_ENV=production
# potential perf issues w/ io_uring on this version of node
ENV UV_USE_IO_URING=0
LABEL org.opencontainers.image.source=https://github.com/bluesky-social/pds
LABEL org.opencontainers.image.source="https://github.com/bluesky-social/pds"
LABEL org.opencontainers.image.description="AT Protocol PDS"
LABEL org.opencontainers.image.licenses=MIT
LABEL org.opencontainers.image.licenses="MIT"
################################################################################
# adapted from https://github.com/bluesky-social/pds/blob/v0.4.74/installer.sh
@ -77,3 +77,8 @@ COPY entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh
CMD ["/entrypoint.sh"]
LABEL org.opencontainers.image.source="https://forgejo.gravityfargo.dev/gravityfargo/bluesky-pds-docker"
LABEL org.opencontainers.image.url="https://github.com/bluesky-social/pds"
LABEL org.opencontainers.image.description="A self contained PDS instance without caddy."
LABEL org.opencontainers.image.licenses="MIT"
LABEL org.opencontainers.image.authors="Nathan Price <nathan@gravityfargo.dev>"