Gate Docker login and snstage image usage on streamnativebot actor#2029
Merged
mattisonchao merged 5 commits intomasterfrom Mar 18, 2026
Merged
Gate Docker login and snstage image usage on streamnativebot actor#2029mattisonchao merged 5 commits intomasterfrom
mattisonchao merged 5 commits intomasterfrom
Conversation
The CI workflows logged in to Docker Hub to pull a private StreamNative image (snstage/pulsar-all). This is no longer needed since the public Apache Pulsar image (apachepulsar/pulsar-all) can be used instead. - Remove docker login steps from all 5 CI workflow files - Switch Dockerfile base image from snstage/pulsar-all to apachepulsar/pulsar-all - Update default Pulsar version from 4.1.0.10 to 4.0.3 Co-authored-by: zymap <24502569+zymap@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Remove docker login step from CI
Remove Docker login from CI by switching to public Apache Pulsar images
Mar 18, 2026
Co-authored-by: zymap <24502569+zymap@users.noreply.github.com>
Copilot
AI
changed the title
Remove Docker login from CI by switching to public Apache Pulsar images
Remove Docker login from CI and switch to public Apache Pulsar images
Mar 18, 2026
|
@Copilot:Thanks for your contribution. For this PR, do we need to update docs? |
1 similar comment
|
@Copilot:Thanks for your contribution. For this PR, do we need to update docs? |
…treamnativebot' Co-authored-by: zymap <24502569+zymap@users.noreply.github.com>
Copilot
AI
changed the title
Remove Docker login from CI and switch to public Apache Pulsar images
Switch CI to public Apache Pulsar 4.1.3 image, gate Docker login on streamnativebot
Mar 18, 2026
…-all for others Co-authored-by: zymap <24502569+zymap@users.noreply.github.com>
Copilot
AI
changed the title
Switch CI to public Apache Pulsar 4.1.3 image, gate Docker login on streamnativebot
Gate Docker login and snstage image usage on streamnativebot actor
Mar 18, 2026
zymap
approved these changes
Mar 18, 2026
mattisonchao
approved these changes
Mar 18, 2026
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.
The Docker login and private
snstage/pulsar-allimage were unconditionally required for all CI runs. This gates both ongithub.actor == 'streamnativebot', allowing external contributors to run CI against the publicapachepulsar/pulsar-allimage without credentials.PULSAR_IMAGEbuild arg, defaulting toapachepulsar/pulsar-allPULSAR_IMAGEenv var as--build-argtodocker buildPULSAR_IMAGEper step and gate Docker login on actor4.1.0.10to4.1.3📍 Connect Copilot coding agent with Jira, Azure Boards or Linear to delegate work to Copilot in one click without leaving your project management tool.