From c200b2f38d9a32d89ca1b5971f69b49c2436fe8a Mon Sep 17 00:00:00 2001 From: Nathan Price Date: Mon, 2 Dec 2024 20:42:16 -0500 Subject: [PATCH] added labels --- Dockerfile | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 434a27c..57606d0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 " \ No newline at end of file