We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd7bbfc commit 7b19278Copy full SHA for 7b19278
Dockerfile
@@ -7,6 +7,8 @@ RUN pip install build && python -m build
7
8
FROM python:3.12-${PYTHON_FLAVOR}
9
10
+LABEL org.opencontainers.image.source="https://github.com/python-gitlab/python-gitlab"
11
+
12
WORKDIR /opt/python-gitlab
13
COPY --from=build /opt/python-gitlab/dist dist/
14
RUN pip install PyYaml
0 commit comments