From 80558877126d4c0b03c9a503ea29f8707f0dac7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A5vard=20Moen?= Date: Sat, 22 Jun 2024 08:23:58 +0200 Subject: [PATCH] build: add source label to Dockerfile This allows tools such as dependabot and renovate to find the source and changelog --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 98a3ddfd..b030bcd3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -133,6 +133,7 @@ ENTRYPOINT ["/bin/ollama"] CMD ["serve"] FROM runtime-$TARGETARCH +LABEL org.opencontainers.image.source="https://github.com/ollama/ollama" EXPOSE 11434 ENV OLLAMA_HOST 0.0.0.0 ENV PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin