stumpylog opened a new pull request, #18: URL: https://github.com/apache/tika-docker/pull/18
[Alpine Linux](https://www.alpinelinux.org/) is a popular base for a minimal sized Docker image. This PR adds a Tika image based on Alpine, installing the same packages as the existing minimal. The resulting built image saves about 100MB over the minimal image: ``` apache/tika 2.8.0-full 2dd99024e20e About a minute ago 695MB apache/tika 2.8.0-alpine 9e4cc612335e 7 minutes ago 265MB apache/tika 2.8.0 c8376c42ca86 8 minutes ago 362MB ``` I've integrated it into the build script with the suffix of `-alpine`. It could also be a prefix or `apache/tika-alpine:x.x.x`, etc. -- 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]
