Skip to content

Commit 7b19278

Browse files
fgreinachernejch
authored andcommitted
chore: add source label to container image
1 parent fd7bbfc commit 7b19278

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ RUN pip install build && python -m build
77

88
FROM python:3.12-${PYTHON_FLAVOR}
99

10+
LABEL org.opencontainers.image.source="https://github.com/python-gitlab/python-gitlab"
11+
1012
WORKDIR /opt/python-gitlab
1113
COPY --from=build /opt/python-gitlab/dist dist/
1214
RUN pip install PyYaml

0 commit comments

Comments
 (0)