Skip to content
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

Conversation

gaoran10
Copy link
Contributor

@gaoran10 gaoran10 commented Sep 13, 2021

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 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. [Security] Use ubuntu:20.04 base image for Pulsar docker images #11026
  2. Fix unnecessary user interactions when building pulsar-standalone image #11623
  3. [Branch-2.8]Fix pulsar_standalone docker image build failed #11862

Modifications

Build docker image from the ubuntu:20.04.

upgrade pulsar-go-client from 0.2.0 to 0.6.0 and rever #9124 from branch-2.7

@gaoran10 gaoran10 self-assigned this Sep 13, 2021
@Anonymitaet
Copy link
Member

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)

@gaoran10 gaoran10 added the doc-not-needed Your PR changes do not impact docs label Sep 13, 2021
@gaoran10
Copy link
Contributor Author

@Anonymitaet We don't need to update docs.

@codelipenghui codelipenghui merged commit 259c698 into apache:branch-2.7 Sep 14, 2021
merlimat added a commit to streamnative/pulsar-archived that referenced this pull request Oct 13, 2021
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
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants