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