We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 588b98f commit e438077Copy full SHA for e438077
Dockerfile
@@ -2,7 +2,7 @@ ARG PYTHON_VERSION=3.12-slim
2
FROM python:${PYTHON_VERSION} AS base
3
4
LABEL org.opencontainers.image.authors="Alexander Kharkevich <alex@kharkevich.org>"
5
-LABEL org.opencontainers.image.source="http://github.com/kharkevich/mlflow-tracking-server"
+LABEL org.opencontainers.image.source = "https://github.com/mlflow-oidc/mlflow-tracking-server-docker"
6
LABEL org.opencontainers.image.licenses="Apache-2.0"
7
LABEL org.opencontainers.image.description="MLFlow tracking server with OpenID Connect authentication"
8
0 commit comments