From 9cc8e16d64b4fd44b4fd65f94b77f5bfb5ca22bf Mon Sep 17 00:00:00 2001 From: Maxwell Weru Date: Mon, 25 Sep 2023 12:56:31 +0300 Subject: [PATCH] chore: add org.opencontainers.image.source label (#692) --- build/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build/Dockerfile b/build/Dockerfile index 242595d9..0a98d0d4 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -42,7 +42,8 @@ LABEL author="Julien Neuhart" \ description="A Docker-powered stateless API for PDF files." \ github="https://github.com/gotenberg/gotenberg" \ version="$GOTENBERG_VERSION" \ - website="https://gotenberg.dev" + website="https://gotenberg.dev" \ + org.opencontainers.image.source="https://github.com/gotenberg/gotenberg" RUN \ # Create a non-root user.