Skip to content

Commit d5a151d

Browse files
committed
feat: add image description
1 parent 4e39b7d commit d5a151d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ FROM python:${PYTHON_VERSION} AS base
44
LABEL org.opencontainers.image.authors="Alexander Kharkevich <alex@kharkevich.org>"
55
LABEL org.opencontainers.image.source="http://github.com/kharkevich/mlflow-tracking-server"
66
LABEL org.opencontainers.image.licenses="Apache-2.0"
7+
LABEL org.opencontainers.image.description="MLFlow tracking server with OpenID Connect authentication"
78

89
RUN adduser --disabled-password --gecos '' python
910
ENV PYTHONUNBUFFERED=1

0 commit comments

Comments
 (0)