-
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: docker refactor #31385
Merged
Merged
fix: docker refactor #31385
Changes from all commits
Commits
Show all changes
42 commits
Select commit
Hold shift + click to select a range
af54c21
fix: docker-compose up ModuleNotFoundError: {...} superset
mistercrunch 9d9fef1
rm uv
mistercrunch cb04472
rm --system
mistercrunch 842e1ba
fix: simplify dockerfile with chown/chmod right before USER superset …
mistercrunch 93f0761
bring uv back
mistercrunch 08b048c
conditional playwright
mistercrunch 6c42edf
kill FF install in favor of playwright
mistercrunch 2a8f4f0
mv script from /usr/bin to /app/docker/run-server.sh
mistercrunch f55203f
/usr/bin
mistercrunch 33ca069
usr.bin
mistercrunch f38af7b
more specific about venv location
mistercrunch e505d5c
move headless browsers up
mistercrunch 9563d9b
login, why not?
mistercrunch 3cf8fb7
fix pkg_resources
mistercrunch b3a1bd1
copy .env file
mistercrunch 442e161
only sh files
mistercrunch d7e35b2
reinstall
mistercrunch cd1869e
dev mode uv install
mistercrunch 6ea9994
fixin'
mistercrunch 078f0a1
run -e . on startup
mistercrunch fbf2de1
volume back
mistercrunch 9b7bf6a
splitting layers
mistercrunch 728c3d9
750
mistercrunch 4be6cff
reordering
mistercrunch 235e750
more progress
mistercrunch c96fb87
more tweaks
mistercrunch be27ce8
add docker/docker-translate.sh
mistercrunch ca3687e
moving back to chown on the fly
mistercrunch 93a8f14
compile
mistercrunch 11beaa7
remove chown
mistercrunch 3d36305
alter perms
mistercrunch 74a86bd
updating.md
mistercrunch 7a52adf
progress
mistercrunch 4a7bd04
fix
mistercrunch 5fb4bbe
translate
mistercrunch 926b702
close to finish line
mistercrunch a211f7a
add missing reqs files
mistercrunch f5d6e25
tweaksies
mistercrunch 13de8a1
translations
mistercrunch 9318c28
remove unused bash script
mistercrunch e718d32
LAST TWEAKS DAMMIT
mistercrunch a95f546
cache\!
mistercrunch File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -45,3 +45,4 @@ superset-frontend/coverage/ | |
superset/static/assets/ | ||
superset-websocket/dist/ | ||
venv | ||
.venv |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
Oops, something went wrong.
Oops, something went wrong.
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.
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?