Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
Changes from 21 commits
af54c21
9d9fef1
cb04472
842e1ba
93f0761
08b048c
6c42edf
2a8f4f0
f55203f
33ca069
f38af7b
e505d5c
9563d9b
3cf8fb7
b3a1bd1
442e161
d7e35b2
cd1869e
6ea9994
078f0a1
fbf2de1
9b7bf6a
728c3d9
4be6cff
235e750
c96fb87
be27ce8
ca3687e
93a8f14
11beaa7
3d36305
74a86bd
7a52adf
4a7bd04
5fb4bbe
926b702
a211f7a
f5d6e25
13de8a1
9318c28
e718d32
a95f546
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
nit: test if 755 is enough, even 750 should work
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.
Changing things so that
superset
user can't modify things, it's going to have pretty much just readonly the the whole image, execute on a few things it needs, and write on its home directoryThere 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?