potiuk commented on code in PR #39822:
URL: https://github.com/apache/airflow/pull/39822#discussion_r1613948027


##########
Dockerfile:
##########
@@ -1459,7 +1459,7 @@ RUN adduser --gecos "First 
Last,RoomNumber,WorkPhone,HomePhone" --disabled-passw
        --quiet "airflow" --uid "${AIRFLOW_UID}" --gid "0" --home 
"${AIRFLOW_USER_HOME_DIR}" && \
     mkdir -p ${AIRFLOW_HOME} && chown -R "airflow:0" 
"${AIRFLOW_USER_HOME_DIR}" ${AIRFLOW_HOME}
 
-COPY --chown=${AIRFLOW_UID}:0 ${DOCKER_CONTEXT_FILES} /docker-context-files
+COPY --chown=${AIRFLOW_UID}:0 --chmod=770 ${DOCKER_CONTEXT_FILES} 
/docker-context-files

Review Comment:
   This is just to test if orbstack-build prod image for tests works. This 
solution adds x bit to all files which is not a good idea.



-- 
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]

Reply via email to