From fa6dc88faa989ed5505c792e9e0bb7ac13c4e0cd Mon Sep 17 00:00:00 2001 From: k4yt3x Date: Fri, 4 Feb 2022 21:00:23 +0000 Subject: [PATCH] updated metadata in the Alpine Dockerfile --- Dockerfile.alpine | 20 +++++++------------- 1 file changed, 7 insertions(+), 13 deletions(-) diff --git a/Dockerfile.alpine b/Dockerfile.alpine index 86ed8e3..ac9b824 100644 --- a/Dockerfile.alpine +++ b/Dockerfile.alpine @@ -1,13 +1,7 @@ -# Name: Video2X Dockerfile -# Creator: Danielle Douglas -# Date Created: Unknown -# Last Modified: January 14, 2020 - -# Editor: Lhanjian -# Last Modified: May 24, 2020 - -# Editor: K4YT3X -# Last Modified: February 1, 2022 +# Name: Video2X Dockerfile (Slim Alpine) +# Creator: K4YT3X +# Date Created: February 1, 2022 +# Last Modified: February 4, 2022 # stage: build python components into heels FROM python:3.10.2-alpine3.15 AS builder @@ -24,9 +18,9 @@ RUN apk add --no-cache \ # stage 2: install wheels into final image FROM python:3.10.2-alpine3.15 -LABEL maintainer="Danielle Douglas " \ - maintainer="Lhanjian " \ - maintainer="K4YT3X " +LABEL maintainer="K4YT3X " + org.opencontainers.image.source="https://github.com/k4yt3x/video2x" \ + org.opencontainers.image.description="A lossless video/GIF/image upscaler" COPY --from=builder /wheels /wheels COPY . /video2x