-
Notifications
You must be signed in to change notification settings - Fork 14.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: docker refactor #31385
fix: docker refactor #31385
Conversation
/testenv up |
@mistercrunch Processing your ephemeral environment request here. |
@mistercrunch Ephemeral environment spinning up at http://54.149.181.65:8080. Credentials are |
/testenv up |
@mistercrunch Processing your ephemeral environment request here. |
@mistercrunch Ephemeral environment creation failed. Please check the Actions logs for details. |
1 similar comment
@mistercrunch Ephemeral environment creation failed. Please check the Actions logs for details. |
/testenv up |
@mistercrunch Processing your ephemeral environment request here. |
/testenv up |
@mistercrunch Processing your ephemeral environment request here. |
49a3c36
to
75de1c7
Compare
/testenv up |
@mistercrunch Processing your ephemeral environment request here. |
@mistercrunch Ephemeral environment spinning up at http://34.209.140.91:8080. Credentials are |
/testenv up |
@mistercrunch Processing your ephemeral environment request here. |
/testenv up |
@mistercrunch Processing your ephemeral environment request here. |
/testenv up |
@mistercrunch Processing your ephemeral environment request here. |
@mistercrunch Ephemeral environment creation failed. Please check the Actions logs for details. |
/testenv up |
@mistercrunch Processing your ephemeral environment request here. |
@mistercrunch Ephemeral environment creation failed. Please check the Actions logs for details. |
/testenv up |
@mistercrunch Processing your ephemeral environment request here. |
@mistercrunch Ephemeral environment creation failed. Please check the Actions logs for details. |
/testenv up |
@mistercrunch Processing your ephemeral environment request here. |
@mistercrunch Ephemeral environment spinning up at http://34.220.183.190:8080. Credentials are |
/testenv up |
@mistercrunch Processing your ephemeral environment request here. |
@mistercrunch Ephemeral environment spinning up at http://34.220.183.190:8080. Credentials are |
@@ -17,6 +17,7 @@ | |||
|
|||
|
|||
COMPOSE_PROJECT_NAME=superset | |||
DEV_MODE=true |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there anything that needs to be done for official docker images built during releases to remove this flag?
Fixes #31357 and #31360
Also other docker-related improvements:
superset
user has now less access in-docker, can basically run the few scripts is needs as entrypoints and has readonly access to the app itself. This is good as if the app is compromised, the attacker can't change the app itself to exploit further security issuesuv
and its venv now