From 974b947fc3375b7ddb9f4c498dd3bb70448b0ff8 Mon Sep 17 00:00:00 2001 From: Anthony Stirling <77850077+Frooodle@users.noreply.github.com> Date: Sun, 22 Dec 2024 00:10:31 +0000 Subject: [PATCH] Update Dockerfile-fat --- Dockerfile-fat | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/Dockerfile-fat b/Dockerfile-fat index c9641590..92a3837d 100644 --- a/Dockerfile-fat +++ b/Dockerfile-fat @@ -22,6 +22,18 @@ COPY --from=build /app/build/libs/*.jar app.jar ARG VERSION_TAG +LABEL org.opencontainers.image.title="Stirling-PDF" +LABEL org.opencontainers.image.description="A powerful locally hosted web-based PDF manipulation tool supporting 50+ operations including merging, splitting, conversion, OCR, watermarking, and more." +LABEL org.opencontainers.image.source="https://github.com/Stirling-Tools/Stirling-PDF" +LABEL org.opencontainers.image.licenses="MIT" +LABEL org.opencontainers.image.vendor="Stirling-Tools" +LABEL org.opencontainers.image.url="https://www.stirlingpdf.com" +LABEL org.opencontainers.image.documentation="https://docs.stirlingpdf.com" +LABEL maintainer="Stirling-Tools" +LABEL org.opencontainers.image.authors="Stirling-Tools" +LABEL org.opencontainers.image.version="${VERSION_TAG}" +LABEL org.opencontainers.image.keywords="PDF, manipulation, merge, split, convert, OCR, watermark" + # Set Environment Variables ENV DOCKER_ENABLE_SECURITY=false \ VERSION_TAG=$VERSION_TAG \