janhoy commented on PR #18: URL: https://github.com/apache/solr-mcp/pull/18#issuecomment-3514156184
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. -- 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]
