mirror of
https://github.com/gotenberg/gotenberg.git
synced 2026-08-15 11:52:14 +01:00
chore: add org.opencontainers.image.source label (#692)
This commit is contained in:
@@ -42,7 +42,8 @@ LABEL author="Julien Neuhart" \
|
|||||||
description="A Docker-powered stateless API for PDF files." \
|
description="A Docker-powered stateless API for PDF files." \
|
||||||
github="https://github.com/gotenberg/gotenberg" \
|
github="https://github.com/gotenberg/gotenberg" \
|
||||||
version="$GOTENBERG_VERSION" \
|
version="$GOTENBERG_VERSION" \
|
||||||
website="https://gotenberg.dev"
|
website="https://gotenberg.dev" \
|
||||||
|
org.opencontainers.image.source="https://github.com/gotenberg/gotenberg"
|
||||||
|
|
||||||
RUN \
|
RUN \
|
||||||
# Create a non-root user.
|
# Create a non-root user.
|
||||||
|
|||||||
Reference in New Issue
Block a user