Skip to content

Commit 4bfae98

Browse files
authored
fix: riktig id for Airflow-bruker
Nada har skrudd av muligheten til å kjøre med root-tilgang, vi må da bruke Airflow-brukeren.
1 parent 883d6eb commit 4bfae98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/airflow/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM apache/airflow:2.7.3-python3.10
22
LABEL org.opencontainers.image.source https://github.com/navikt/vdl-airflow
3-
USER airflow
3+
USER ${AIRFLOW_UID}
44

55
COPY requirements.txt requirements.txt
66
RUN pip install --no-cache-dir -r requirements.txt \

0 commit comments

Comments
 (0)