You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Features Added
Docker images are now published with multi-arch support including Linux/amd64 and Linux/arm64
The default docker image now uses Java 17 instead of Java 11. The Java 11 image is still available with the version suffix -jdk11
Breaking Changes
The docker image now uses web3signer as user/group instead of root which may result in compatibility/permissions issues with existing directory mounts.
Bugs Fixed
Updated log4j and explicitly disabled format message lookups.
Fixed incorrect multi-arch docker image for Java 17 (introduced in version 21.10.1).