Skip to content

Commit

Permalink
The group of embedded DAGs should be root to be OpenShift compatible (a…
Browse files Browse the repository at this point in the history
…pache#9794)

(cherry picked from commit 8f6b837)
  • Loading branch information
potiuk authored and Chris Fei committed Mar 5, 2021
1 parent 74d362b commit 9168e54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ COPY scripts/prod/clean-logs.sh /clean-logs

ARG EMBEDDED_DAGS="empty"

COPY --chown=airflow:airflow ${EMBEDDED_DAGS}/ ${AIRFLOW_HOME}/dags/
COPY --chown=airflow:root ${EMBEDDED_DAGS}/ ${AIRFLOW_HOME}/dags/

RUN chmod a+x /entrypoint /clean-logs

Expand Down

0 comments on commit 9168e54

Please sign in to comment.