-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
[Branch-2.7][Build] Use ubuntu 20.04 as docker image base #12017
Merged
codelipenghui
merged 2 commits into
apache:branch-2.7
from
gaoran10:gaoran/use-ubuntu-20.04-as-docker-image-base
Sep 14, 2021
Merged
[Branch-2.7][Build] Use ubuntu 20.04 as docker image base #12017
codelipenghui
merged 2 commits into
apache:branch-2.7
from
gaoran10:gaoran/use-ubuntu-20.04-as-docker-image-base
Sep 14, 2021
Conversation
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
tuteng
approved these changes
Sep 13, 2021
codelipenghui
approved these changes
Sep 13, 2021
hangc0276
approved these changes
Sep 13, 2021
Thanks for your contribution. For this PR, do we need to update docs? (The PR template contains info about doc, which helps others know more about the changes. Can you provide doc-related info in this and future PR descriptions? Thanks) |
@Anonymitaet We don't need to update docs. |
codelipenghui
added
cherry-picked/branch-2.7
Archived: 2.7 is end of life
release/2.7.4
labels
Sep 14, 2021
merlimat
added a commit
to streamnative/pulsar-archived
that referenced
this pull request
Oct 13, 2021
…ache#12017)" This reverts commit 259c698.
nicoloboschi
pushed a commit
to datastax/pulsar
that referenced
this pull request
Jul 22, 2022
Currently, the docker is from `openjdk:8-jdk-slim `, it has a new release a few days ago and the Linux version was changed to `Impish`, it didn't support install `python3.7` by apt-get tool, the minimum Python version is 3.9, so we need to change the python version or use a different Linux release, I cherry-pick some commits from branch master to build docker image from the `ubuntu:20.04`. Mainly related PRs: 1. apache#11026 2. apache#11623 3. apache#11862 Build docker image from the `ubuntu:20.04`. upgrade pulsar-go-client from `0.2.0` to `0.6.0` and rever apache#9124 from branch-2.7 (cherry picked from commit 259c698)
nicoloboschi
pushed a commit
to datastax/pulsar
that referenced
this pull request
Jul 22, 2022
Currently, the docker is from `openjdk:8-jdk-slim `, it has a new release a few days ago and the Linux version was changed to `Impish`, it didn't support install `python3.7` by apt-get tool, the minimum Python version is 3.9, so we need to change the python version or use a different Linux release, I cherry-pick some commits from branch master to build docker image from the `ubuntu:20.04`. Mainly related PRs: 1. apache#11026 2. apache#11623 3. apache#11862 Build docker image from the `ubuntu:20.04`. upgrade pulsar-go-client from `0.2.0` to `0.6.0` and rever apache#9124 from branch-2.7 (cherry picked from commit 259c698)
nicoloboschi
added a commit
to datastax/pulsar
that referenced
this pull request
Aug 18, 2022
…ache#12017)" This reverts commit d313a0b.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
cherry-picked/branch-2.7
Archived: 2.7 is end of life
doc-not-needed
Your PR changes do not impact docs
release/2.7.4
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.
Motivation
Currently, the docker is from
openjdk:8-jdk-slim
, it has a new release a few days ago and the Linux version was changed toImpish
, it didn't support installpython3.7
by apt-get tool, the minimum Python version is 3.9, so we need to change the python version or use a different Linux release, I cherry-pick some commits from branch master to build docker image from theubuntu:20.04
.Mainly related PRs:
Modifications
Build docker image from the
ubuntu:20.04
.upgrade pulsar-go-client from
0.2.0
to0.6.0
and rever #9124 from branch-2.7