chore: add org.opencontainers.image.source label (#692)

This commit is contained in:
Maxwell Weru
2023-09-25 12:56:31 +03:00
committed by GitHub
parent 85d1254638
commit 9cc8e16d64

View File

@@ -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.