From 5f1bc1227720f04cf86d065781b9e91a1b4c709d Mon Sep 17 00:00:00 2001 From: Brian Rosner Date: Wed, 22 May 2024 23:07:29 -0600 Subject: [PATCH] added labels --- Dockerfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Dockerfile b/Dockerfile index 8e86fac..816044e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -81,6 +81,10 @@ RUN --mount=type=cache,target=/root/.cache \ ## prod image FROM base as prod +LABEL org.opencontainers.image.source=https://github.com/brosner/teufa +LABEL org.opencontainers.image.description="teufa container image" +LABEL org.opencontainers.image.licenses=MIT + COPY --from=builder-base $VENV_PATH $VENV_PATH COPY --from=builder-base /opt/app /opt/app