feat: Add image source label to dockerfiles (#4331)

This commit is contained in:
Marc 2024-10-08 16:38:06 +02:00 committed by GitHub
commit 00baa397dd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -78,6 +78,7 @@ RUN echo "crfpp-container"
# Production Image # Production Image
############################################### ###############################################
FROM python-base as production FROM python-base as production
LABEL org.opencontainers.image.source="https://github.com/mealie-recipes/mealie"
ENV PRODUCTION=true ENV PRODUCTION=true
ENV TESTING=false ENV TESTING=false