janhoy opened a new pull request, #4285: URL: https://github.com/apache/solr/pull/4285
https://issues.apache.org/jira/browse/SOLR-XXXXX Removes the `gosu` binary from the Solr Docker image. `gosu` is a privilege-dropping helper that was installed in the image but is not used by Solr's own Docker scripts (`docker-entrypoint.sh`). Removing it reduces the image's attack surface and eliminates an unnecessary dependency. ## Changes - **`Dockerfile.body.template`**: removed `gosu` from the `apt-get install` line - **`solr/docker/tests/cases/gosu/`**: deleted the test that validated `gosu` was present and functional in the image - **`major-changes-in-solr-10.adoc`**: added a Docker section under the Solr 10.1 upgrade notes describing the removal and migration options - **`changelog/unreleased/SOLR-17353-remove-gosu-from-docker.yml`**: changelog entry for this removal Supercedes #4273 which tried to upgrade gosu -- 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]
