You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Gate Docker login and snstage image usage on streamnativebot actor (#2029)
* Initial plan
* Remove Docker login from CI by switching to public Apache Pulsar images
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>
* Update Pulsar version from 4.0.3 to 4.1.3
Co-authored-by: zymap <24502569+zymap@users.noreply.github.com>
* Re-add Docker login in CI workflows conditioned on github.actor == 'streamnativebot'
Co-authored-by: zymap <24502569+zymap@users.noreply.github.com>
* Use snstage/pulsar-all image for streamnativebot, apachepulsar/pulsar-all for others
0 commit comments