fix: corrige build do Dockerfile_apache_tika#123
Merged
Conversation
…_tika curl falha com exit code 77 (error setting certificate file) quando ca-certificates não está disponível. Adicionado ao mesmo apt-get do curl. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Contributor
Author
|
cicd/build |
Versão 3.2.2 não estava mais disponível no CDN (dlcdn.apache.org), que só hospeda a versão mais recente. Atualiza para 3.3.0 e migra para archive.apache.org/dist/ para evitar quebras futuras quando novas versões forem lançadas. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Contributor
Author
|
cicd/build |
A imagem arm64 não era carregada no daemon Docker local (load: false), causando falha no passo de teste com erro 125. Como cada arquitetura roda em runner nativo próprio, load: true funciona para ambas. Atualiza também o TIKA_VERSION padrão do workflow para 3.3.0. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Contributor
Author
|
cicd/build |
A action docker/build-push-action com load:true e platforms definido não exportava a imagem para o daemon local no runner arm64, causando falha 125 no docker run. Usando docker buildx build diretamente sem --platform (o runner já é o arch correto), o --load funciona de forma confiável em ambas as arquiteturas, mantendo o cache GHA. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Contributor
Author
|
cicd/build |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Resumo
ca-certificatesno stagedownloaderdoDockerfile_apache_tika:curlfalhava com exit code 77 (error setting certificate file) quandoca-certificatesnão estava disponível3.2.2para3.3.0: a versão anterior não estava mais disponível no CDN da Apache, causando 404dlcdn.apache.orgparaarchive.apache.org/dist/: o CDN só hospeda a versão mais recente, o que causaria quebras futuras a cada novo release do TikaPlano de testes
Dockerfile_apache_tikapassa na CI🤖 Generated with Claude Code