mirror of
https://github.com/gotenberg/gotenberg.git
synced 2026-08-18 21:22:15 +01:00
chore: switch all LABELs to org.opencontainers.image (#706)
This commit is contained in:
@@ -38,11 +38,11 @@ ARG GOTENBERG_USER_UID
|
|||||||
ARG NOTO_COLOR_EMOJI_VERSION
|
ARG NOTO_COLOR_EMOJI_VERSION
|
||||||
ARG PDFTK_VERSION
|
ARG PDFTK_VERSION
|
||||||
|
|
||||||
LABEL author="Julien Neuhart" \
|
LABEL org.opencontainers.image.title="Gotenberg" \
|
||||||
description="A Docker-powered stateless API for PDF files." \
|
org.opencontainers.image.description="A Docker-powered stateless API for PDF files." \
|
||||||
github="https://github.com/gotenberg/gotenberg" \
|
org.opencontainers.image.version="$GOTENBERG_VERSION" \
|
||||||
version="$GOTENBERG_VERSION" \
|
org.opencontainers.image.authors="Julien Neuhart <neuhart.julien@gmail.com>" \
|
||||||
website="https://gotenberg.dev" \
|
org.opencontainers.image.documentation="https://gotenberg.dev" \
|
||||||
org.opencontainers.image.source="https://github.com/gotenberg/gotenberg"
|
org.opencontainers.image.source="https://github.com/gotenberg/gotenberg"
|
||||||
|
|
||||||
RUN \
|
RUN \
|
||||||
|
|||||||
Reference in New Issue
Block a user