Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

evmtool docker image publish failing #8320

Closed
macfarla opened this issue Feb 18, 2025 · 0 comments · Fixed by #8321
Closed

evmtool docker image publish failing #8320

macfarla opened this issue Feb 18, 2025 · 0 comments · Fixed by #8321
Assignees
Labels
bug Something isn't working P2 High (ex: Degrading performance issues, unexpected behavior of core features (DevP2P, syncing, etc))

Comments

@macfarla
Copy link
Contributor

the buildDocker GHA failed on merge of this PR 8304 - and the failure link - the error is

#7 4.118 E: Version '20190909*' for 'ca-certificates-java' was not found

ERROR: failed to solve: process "/bin/sh -c apt-get update $NO_PROXY_CACHE  &&   apt-get -o Acquire::BrokenProxy=true -o Acquire::http::No-Cache=true -o Acquire::http::Pipeline-Depth=0     --no-install-recommends -q --assume-yes install ca-certificates-java=20190909*  &&   apt-get -o Acquire::BrokenProxy=true -o Acquire::http::No-Cache=true -o Acquire::http::Pipeline-Depth=0     --no-install-recommends -q --assume-yes install openjdk-21-jre-headless=21*  &&   apt-get clean  &&   rm -rf /var/cache/apt/archives/* /var/cache/apt/archives/partial/*  &&   rm -rf /var/lib/apt/lists/*  &&   adduser --disabled-password --gecos \"\" --home /opt/besu besu  &&   chown besu:besu /opt/besu" did not complete successfully: exit code: 100

> Task :ethereum:evmtool:distDocker FAILED

FAILURE: Build failed with an exception.
@macfarla macfarla added bug Something isn't working P2 High (ex: Degrading performance issues, unexpected behavior of core features (DevP2P, syncing, etc)) labels Feb 18, 2025
@macfarla macfarla self-assigned this Feb 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working P2 High (ex: Degrading performance issues, unexpected behavior of core features (DevP2P, syncing, etc))
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant