-
Notifications
You must be signed in to change notification settings - Fork 3.7k
[fix][build] Improve the build and publish of pulsar images #20462
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
Conversation
|
/pulsarbot rerun-failure-checks |
a5d0a37 to
c87fdd1
Compare
c87fdd1 to
7b8488f
Compare
7b8488f to
14f07cd
Compare
|
|
||
| # Trino writes logs to this directory (at least during tests), so we need to give the process permission | ||
| # to create those log directories. This should be removed when Trino is removed. | ||
| RUN chmod g+w /pulsar/trino |
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.
Why do we need this change?
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.
Reverted.
Signed-off-by: Zixuan Liu <nodeces@gmail.com>
14f07cd to
6e89859
Compare
|
Thanks for the help. overall lgtm. |
Thank @jiazhai for your review, let me research the publishing process in the CI. |
Signed-off-by: Zixuan Liu <nodeces@gmail.com>
|
Waiting for #20435 into master, and then rebase this PR. |
|
The pr had no activity for 30 days, mark with Stale label. |
|
#20435 has resolved these issues and now closes this PR. |
Motivation
This PR addresses the following issues:
docker.organization, because we use hard-coded images in the Dockerfile, which always pulls images from theapachepulsarorganization.latesttag will be broken: [Bug] Latest docker image version should be 2.11.0 #19544.Modifications
ARG.${project.version}instead oflatest, if you want to build thelatesttag, please add-Dpulsar.latest.image.tag=latesttomvncommand.mvncommand to build and publish the images instead of thedockercommand.Documentation
docdoc-requireddoc-not-neededdoc-complete