Skip to content

Commit 5f1bc12

Browse files
committed
added labels
1 parent 72340b2 commit 5f1bc12

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Dockerfile

+4
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,10 @@ RUN --mount=type=cache,target=/root/.cache \
8181
## prod image
8282
FROM base as prod
8383

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+
8488
COPY --from=builder-base $VENV_PATH $VENV_PATH
8589
COPY --from=builder-base /opt/app /opt/app
8690

0 commit comments

Comments
 (0)