From 363d5eea944039377bc27da6f52640b2eb46f58a Mon Sep 17 00:00:00 2001 From: xZero707 Date: Sun, 6 Aug 2023 00:16:54 +0200 Subject: [PATCH] Add labels --- Dockerfile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Dockerfile b/Dockerfile index 6da8e4e..1e47971 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,4 +20,10 @@ RUN set -eux \ COPY --from=rootfs ["/", "/"] +LABEL maintainer="Aleksandar Puharic " \ + org.opencontainers.image.source="https://github.com/N0rthernL1ghts/docker-MEGAcmd" \ + org.opencontainers.image.description="MEGA CMD - Fedora Build ${TARGETPLATFORM}" \ + org.opencontainers.image.licenses="MIT" \ + org.opencontainers.image.version="latest" + WORKDIR "/config/mega" \ No newline at end of file