potiuk commented on code in PR #39822:
URL: https://github.com/apache/airflow/pull/39822#discussion_r1613949006
##########
Dockerfile:
##########
@@ -1721,13 +1721,14 @@ RUN bash /scripts/docker/install_mysql.sh prod \
ARG AIRFLOW_SOURCES_FROM
ARG AIRFLOW_SOURCES_TO
-COPY --from=airflow-build-image --chown=airflow:0 \
+COPY --from=airflow-build-image --chown=${AIRFLOW_UID}:0 --chmod=770 \
Review Comment:
This is what I suspect is the problem -- likely orbstack overrides
user/permission bits when copying recursively airflow sources from build image
to final image.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]