epugh commented on PR #18: URL: https://github.com/apache/solr-mcp/pull/18#issuecomment-3517090135
> Solr was early with docker image without a prefix (org), that's why that workflow is special, and the solr image is built on Docker's infrastructure and is auto refreshed by them. But they don't allow new images in, and frankly an `apache/` prefix is expected, and the workflow is straight forward, build the image somewhere and push. > > If we want to re-build once in a while to take advantage of newer base image, we could perhaps setup a scheduled workflow every Sunday or something that will check if upstream has any changes, and if so, re-build and re-publish the image. Preferences vary here, since that violates the immutable tag principle. But users can shield themselves from such changes by pinning SHA. Not a priority anyway. Thanks for the back story on the Solr docker image. I think that rebuilding for newer base image is probably overkill for what this project does... Plus, hopefully it's an active project and has periodic releases to pick up the new releases. --> I am also always nervous about adding more build tooling then we can feasibly support! -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
