[Improvement-11834] Upgrade docker base image to support python3.9#11835
Merged
SbloodyS merged 2 commits intoapache:devfrom Sep 14, 2022
Merged
[Improvement-11834] Upgrade docker base image to support python3.9#11835SbloodyS merged 2 commits intoapache:devfrom
SbloodyS merged 2 commits intoapache:devfrom
Conversation
SbloodyS
reviewed
Sep 8, 2022
|
Kudos, SonarCloud Quality Gate passed! |
Member
|
Thanks for your contribution. This is a good beginning. Considering that it's your first contribution, I think we can get deep communication, you can contact me through mail or add WeChat(SbloodyS), when mail or added, please tell me who you are. I think I can help to familiar with the Dolphinscheduler if you meet with problems. |
3 tasks
xdu-chenrj
pushed a commit
to xdu-chenrj/dolphinscheduler
that referenced
this pull request
Sep 17, 2022
…pache#11835) * use openjdk:8-jre-slim-bullseye instead of buster to support python3.9 * use openjdk:8-jre-slim-bullseye instead of buster across all components
caishunfeng
pushed a commit
that referenced
this pull request
Sep 19, 2022
…11835) * use openjdk:8-jre-slim-bullseye instead of buster to support python3.9 * use openjdk:8-jre-slim-bullseye instead of buster across all components
xdu-chenrj
pushed a commit
to xdu-chenrj/dolphinscheduler
that referenced
this pull request
Oct 13, 2022
…pache#11835) * use openjdk:8-jre-slim-bullseye instead of buster to support python3.9 * use openjdk:8-jre-slim-bullseye instead of buster across all components
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.








Purpose of the pull request
Upgrade the docker base image to debian 11 bullseye, so when users want to install python3 via
apt udpate && apt install python3, the installed version will be python3.9 instead of python3.7 as in debian 10 buster.Brief change log
change
openjdk:8-jre-slim-bustertoopenjdk:8-jre-slim-bullseyeVerify this pull request
This pull request is code cleanup without any test coverage.