Fix unnecessary user interactions when building pulsar-standalone image - #11623
Merged
Merged
Conversation
codelipenghui
approved these changes
Aug 10, 2021
Contributor
|
We should just get rid of the |
Contributor
I was going to send a patch before my vacations but I forgot. |
eolivelli
approved these changes
Aug 10, 2021
Contributor
|
@eolivelli may I know the progress of your work? if it is not started yet, I am happy to work on that and you may review it later. |
1 task
Contributor
|
@eolivelli I just created a PR #11657 to remove the pulsar-standalone image, PTAL when you have time, thanks. |
sijie
pushed a commit
that referenced
this pull request
Aug 13, 2021
### Motivation Currently, the pulsar-dashboard has been removed in #11284, as the pulsar-standalone image is required pulsar-dashboard and provide dashboard service in one container, which leads to building failure in pulsar-standalone image. in #11623, as @merlimat suggests, this PR removes the pulsar-standalone image from master. I did a quick search in the codebase to find if there is any doc related to pulsar-standalone image but seems no doc related to pulsar-standalone image anymore. so this PR will not include any doc changes. ### Modifications - remove pulsar-standalone image
timmyyuan
pushed a commit
to streamnative/pulsar-archived
that referenced
this pull request
Aug 26, 2021
gaoran10
added a commit
to gaoran10/pulsar
that referenced
this pull request
Sep 10, 2021
2. Build python client by Python3.8 cherry-pick: 1. apache#11026 2. apache#11623 3. apache#11862
This was referenced Sep 10, 2021
codelipenghui
pushed a commit
that referenced
this pull request
Sep 14, 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. #11026 2. #11623 3. #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
bharanic-dev
pushed a commit
to bharanic-dev/pulsar
that referenced
this pull request
Mar 18, 2022
bharanic-dev
pushed a commit
to bharanic-dev/pulsar
that referenced
this pull request
Mar 18, 2022
### Motivation Currently, the pulsar-dashboard has been removed in apache#11284, as the pulsar-standalone image is required pulsar-dashboard and provide dashboard service in one container, which leads to building failure in pulsar-standalone image. in apache#11623, as @merlimat suggests, this PR removes the pulsar-standalone image from master. I did a quick search in the codebase to find if there is any doc related to pulsar-standalone image but seems no doc related to pulsar-standalone image anymore. so this PR will not include any doc changes. ### Modifications - remove pulsar-standalone image
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)
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.
Avoiding user interaction with tzdata installation when building pulsar-standalone image (https://askubuntu.com/questions/909277/avoiding-user-interaction-with-tzdata-when-installing-certbot-in-a-docker-contai)
Fix #11620