lhotari commented on pull request #9627: URL: https://github.com/apache/pulsar/pull/9627#issuecomment-781991274
> I wonder how to share the docker image between different jobs? @zymap The high level idea is described in the [draft PIP Changes to GitHub Actions based Pulsar CI](https://docs.google.com/document/d/1FNEWD3COdnNGMiryO9qBUW_83qtzAhqjDI5wwmPD-YE/edit?usp=sharing). It's possible by using the GitHub Actions Cache. There's [an action that adds a local HTTP proxy](https://github.com/marketplace/actions/http-cache-proxy) to the cache where you can POST and GET any key from the cache. I've been experimenting with it and it's really great and efficient. I'll share the results on the mailing list asap (next week). ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
