-
Notifications
You must be signed in to change notification settings - Fork 14.4k
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: clean up permissions errors #31363
Conversation
/testenv up |
@eschutho Ephemeral environment spinning up at http://34.219.200.53:8080. Credentials are |
fd74999
to
d38e0dd
Compare
/testenv up |
@eschutho Ephemeral environment spinning up at http://52.33.205.29:8080. Credentials are |
/testenv up |
@eschutho Ephemeral environment spinning up at http://54.244.170.62:8080. Credentials are |
That first commit worked but not the last one. I need to tweak the env var directory lookup a bit. |
/testenv up |
@eschutho Ephemeral environment spinning up at http://54.244.170.62:8080. Credentials are |
/testenv up |
@eschutho Ephemeral environment spinning up at http://54.244.170.62:8080. Credentials are |
2e2ca32
to
d38e0dd
Compare
/testenv up |
@eschutho Ephemeral environment spinning up at http://34.220.183.190:8080. Credentials are |
I reverted back to the original version which works if we want to merge this. I can iterate on finding a way to use the environment variables so that we don't need to hard code the app path. |
&& chown -R superset:superset /app \ | ||
&& chmod -R 775 /app \ |
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.
wondering if these 2 commands would be belong right before the USER superset
command, and if we do so we might be able to simplify the COPY
commands and other chown/chmod throughout the Dockerfile
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.
/testenv up |
@eschutho Ephemeral environment spinning up at http://34.209.140.91:8080. Credentials are |
closing in favor of #31385 |
9a5e1fd
to
8776791
Compare
/testenv up |
@eschutho Ephemeral environment spinning up at http://44.243.18.92:8080. Credentials are |
/testenv up |
@eschutho Ephemeral environment spinning up at http://54.149.181.65:8080. Credentials are |
SUMMARY
Testing to fix the ephemeral builds
BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
TESTING INSTRUCTIONS
ADDITIONAL INFORMATION