From b5a59e4de0a9f9018ad68da81ddd7761100ab911 Mon Sep 17 00:00:00 2001 From: Julien Neuhart Date: Mon, 23 Oct 2023 17:43:27 +0200 Subject: [PATCH] chore: switch all LABELs to org.opencontainers.image (#706) --- build/Dockerfile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/build/Dockerfile b/build/Dockerfile index ca2f6925..d0d9d5af 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -38,11 +38,11 @@ ARG GOTENBERG_USER_UID ARG NOTO_COLOR_EMOJI_VERSION ARG PDFTK_VERSION -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" \ +LABEL org.opencontainers.image.title="Gotenberg" \ + org.opencontainers.image.description="A Docker-powered stateless API for PDF files." \ + org.opencontainers.image.version="$GOTENBERG_VERSION" \ + org.opencontainers.image.authors="Julien Neuhart " \ + org.opencontainers.image.documentation="https://gotenberg.dev" \ org.opencontainers.image.source="https://github.com/gotenberg/gotenberg" RUN \