Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit7b19278

Browse files
fgreinachernejch
authored andcommitted
chore: add source label to container image
1 parentfd7bbfc commit7b19278

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

‎Dockerfile

Lines changed: 2 additions & 0 deletions
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)

[8]ページ先頭

©2009-2025 Movatter.jp