We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 883d6eb commit 4bfae98Copy full SHA for 4bfae98
docker/airflow/Dockerfile
@@ -1,6 +1,6 @@
1
FROM apache/airflow:2.7.3-python3.10
2
LABEL org.opencontainers.image.source https://github.com/navikt/vdl-airflow
3
-USER airflow
+USER ${AIRFLOW_UID}
4
5
COPY requirements.txt requirements.txt
6
RUN pip install --no-cache-dir -r requirements.txt \
0 commit comments