Re: [PR] first draft build local multi-arch images [tika-docker]

2024-05-21 Thread via GitHub
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.

Re: [PR] first draft build local multi-arch images [tika-docker]

2024-05-20 Thread via GitHub
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

Re: [PR] first draft build local multi-arch images [tika-docker]

2024-05-20 Thread via GitHub
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

Re: [PR] first draft build local multi-arch images [tika-docker]

2024-05-20 Thread via GitHub
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

Re: [PR] first draft build local multi-arch images [tika-docker]

2024-05-20 Thread via GitHub
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

Re: [PR] first draft build local multi-arch images [tika-docker]

2024-05-20 Thread via GitHub
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

Re: [PR] first draft build local multi-arch images [tika-docker]

2024-05-20 Thread via GitHub
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