added labels
This commit is contained in:
parent
c3fa35be4a
commit
c200b2f38d
1 changed files with 7 additions and 2 deletions
|
@ -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>"
|
Loading…
Reference in a new issue