We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72340b2 commit 5f1bc12Copy full SHA for 5f1bc12
Dockerfile
@@ -81,6 +81,10 @@ RUN --mount=type=cache,target=/root/.cache \
81
## prod image
82
FROM base as prod
83
84
+LABEL org.opencontainers.image.source=https://github.com/brosner/teufa
85
+LABEL org.opencontainers.image.description="teufa container image"
86
+LABEL org.opencontainers.image.licenses=MIT
87
+
88
COPY --from=builder-base $VENV_PATH $VENV_PATH
89
COPY --from=builder-base /opt/app /opt/app
90
0 commit comments