[
https://issues.apache.org/jira/browse/AIRFLOW-6823?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17039098#comment-17039098
]
Ash Berlin-Taylor commented on AIRFLOW-6823:
--------------------------------------------
{quote}We would have to know that user id while we are building Docker (but we
can't as the user might be different on each installation).
{quote}
Not with volume mounting in the source: {{docker run --user $(id -u) -v
$PWD:$PWD -w $PWD}} and the user in the container is the same as the user on
the host. This does have the drawback I mentioned about "I have no name" but
permissions problems is gone using this, and there are then other problems such
as the we wouldnt' have the benefit of pre-compiled assets from the image.
But maybe for breeze environments outside of CI+on linux host this might be an
approach worth investigating.
> Breeze broken on current master on Linux
> ----------------------------------------
>
> Key: AIRFLOW-6823
> URL: https://issues.apache.org/jira/browse/AIRFLOW-6823
> Project: Apache Airflow
> Issue Type: Bug
> Components: breeze
> Affects Versions: 2.0.0
> Reporter: Aleksander Nitecki
> Assignee: Ash Berlin-Taylor
> Priority: Minor
> Attachments: Breeze on current master log.txt
>
>
> See the attachment for log.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)