Skip to content

Commit

Permalink
generate dockerfile maintainer label dynamically
Browse files Browse the repository at this point in the history
Co-authored-by: Fedor Borshev <[email protected]>
  • Loading branch information
hnthh and f213 authored Mar 17, 2024
1 parent a25efc5 commit b4ae7ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion {{ cookiecutter.name }}/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ RUN pip install --no-cache-dir poetry==$(cat poetry.lock |head -n1|awk -v FS='(P
RUN poetry export --format=requirements.txt > requirements.txt

FROM python:${PYTHON_VERSION}-slim-bookworm as base
LABEL maintainer="[email protected]"
LABEL maintainer="{{ cookiecutter.email }}"
LABEL com.datadoghq.ad.logs='[{"service": "django", "source": "uwsgi"}]'

ENV DEBIAN_FRONTEND noninteractive
Expand Down

0 comments on commit b4ae7ad

Please sign in to comment.