Add Container Descriptions (#1326)

This commit is contained in:
Yuhong Sun
2024-04-13 12:10:46 -07:00
committed by GitHub
parent 7810e931f3
commit d2d042a2cc
4 changed files with 18 additions and 1 deletions

View File

@@ -1,5 +1,10 @@
FROM python:3.11.7-slim-bookworm
LABEL com.danswer.maintainer="founders@danswer.ai"
LABEL com.danswer.description="This image is for the backend of Danswer. It is MIT Licensed and \
free for all to use. You can find it at https://hub.docker.com/r/danswer/danswer-backend. For \
more details, visit https://github.com/danswer-ai/danswer."
# Default DANSWER_VERSION, typically overriden during builds by GitHub Actions.
ARG DANSWER_VERSION=0.3-dev
ENV DANSWER_VERSION=${DANSWER_VERSION}