This is an automated email from the ASF dual-hosted git repository.
ndipiazza pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tika-grpc-docker.git
from d965baf TIKA-4272: add a tika grpc docker image
add 28643fa Add support for building from development branches with
Ignite ConfigStore
add 26874f5 Add GPG signed release support for future Tika 4.0.0+ releases
add cb6d26f Fix JAR artifact name: tika-grpc not tika-server-grpc
add 84b8e03 Add Dockerfile.source for building from Git branches
add 1d85b16 Simplify build-from-branch.sh and add Dockerfile.source
add 8df30cf Add local directory build support
add 490a56a Convert sample configs from XML to JSON format for Tika 4.x
add 9a1526f Remove Ignite-specific documentation from README
add e774e67 TIKA-4578 - Update version references from 3.0.0 to 4.0.0 in
README and CHANGES.md
add da71916 Add Reproducible Builds section to README
new f21196b Merge pull request #1 from apache/gpg-signed-release-support
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.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(-)
create mode 100644 .idea/.gitignore
create mode 100755 build-from-branch.sh
create mode 100644 full/Dockerfile.local
create mode 100644 full/Dockerfile.source
create mode 100755 republish-images.sh
create mode 100644 sample-configs/customocr/tika-config-inline.json
create mode 100644 sample-configs/customocr/tika-config-rendered.json
create mode 100644 sample-configs/grobid/tika-config.json
create mode 100644 sample-configs/ignite/README.md
create mode 100644 sample-configs/ignite/tika-config-ignite.json
create mode 100644 sample-configs/ner/tika-config.json
create mode 100644 sample-configs/test-simple.json
create mode 100644 sample-configs/vision/inception-rest-caption.json
create mode 100644 sample-configs/vision/inception-rest-video.json
create mode 100644 sample-configs/vision/inception-rest.json