This is an automated email from the ASF dual-hosted git repository. ndipiazza pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tika-grpc-docker.git
commit f21196b5084d2551320aef84bbe68af8eef11553 Merge: d965baf da71916 Author: Nicholas DiPiazza <[email protected]> AuthorDate: Fri Dec 26 13:43:21 2025 -0600 Merge pull request #1 from apache/gpg-signed-release-support TIKA-4578 - Add GPG signed release support for future Tika 4.0.0+ releases .idea/.gitignore | 10 + CHANGES.md | 4 +- README.md | 235 +++++++++++++++++++-- build-from-branch.sh | 227 ++++++++++++++++++++ full/Dockerfile | 42 ++-- full/Dockerfile.local | 54 +++++ full/Dockerfile.source | 77 +++++++ minimal/Dockerfile | 42 ++-- republish-images.sh | 39 ++++ sample-configs/customocr/tika-config-inline.json | 26 +++ sample-configs/customocr/tika-config-rendered.json | 28 +++ sample-configs/grobid/tika-config.json | 23 ++ sample-configs/ignite/README.md | 117 ++++++++++ sample-configs/ignite/tika-config-ignite.json | 29 +++ sample-configs/ner/tika-config.json | 26 +++ sample-configs/test-simple.json | 20 ++ sample-configs/vision/inception-rest-caption.json | 18 ++ sample-configs/vision/inception-rest-video.json | 18 ++ sample-configs/vision/inception-rest.json | 18 ++ 19 files changed, 1005 insertions(+), 48 deletions(-)
