tballison merged PR #21:
URL: https://github.com/apache/tika-docker/pull/21
--
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: dev-unsubscr...@tika.apache.
stumpylog commented on PR #21:
URL: https://github.com/apache/tika-docker/pull/21#issuecomment-2120927505
Seems good to me. I built it a couple times, and the recent updates makes
the builder clean up better
--
This is an automated message from the Apache Git Service.
To respond to the m
stumpylog commented on code in PR #21:
URL: https://github.com/apache/tika-docker/pull/21#discussion_r1607058472
##
docker-tool.sh:
##
@@ -17,15 +17,24 @@
# specific language governing permissions and limitations
# under the License.
+stop_and_die() {
+ docker buildx st
stumpylog commented on PR #21:
URL: https://github.com/apache/tika-docker/pull/21#issuecomment-2120874896
I pulled the image on a Pi (arm64) and had no problems pulling or starting.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to Git
tballison commented on PR #21:
URL: https://github.com/apache/tika-docker/pull/21#issuecomment-2120848940
Building `full` now...
--
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 comme
tballison commented on PR #21:
URL: https://github.com/apache/tika-docker/pull/21#issuecomment-2120847590
Got it. Thank you @stumpylog !
How's this:
https://hub.docker.com/layers/apache/tika/2.9.2-alpha-multi-arch/images/sha256-b8b6e02e3e9f98ddae33b74881f4ead7846ee12352d53149098857378
stumpylog commented on PR #21:
URL: https://github.com/apache/tika-docker/pull/21#issuecomment-2120837966
This works for me, except for the pushing obviously. One minor annoyance,
if the build does fail, the builder will still be around, so it will have to be
manually removed before runnin