Consensys / tessera

Tessera - Enterprise Implementation of Quorum's transaction manager
https://docs.tessera.consensys.net/
Apache License 2.0
177 stars 108 forks source link

docker image: change openjdk11 with alpine to debianslim with arm64 support #1443

Closed baptiste-b-pegasys closed 2 years ago

baptiste-b-pegasys commented 2 years ago

PR Description

In order to use tessera on the mac m1 (with the arm processor), the docker image has to support the arm64 architecture.

The current openjdk11:alpine doesn't support arm64, but the openjdk11:debianslim does.

Fixed Issue(s)

Documentation

Changelog

CLAassistant commented 2 years ago

CLA assistant check
All committers have signed the CLA.

baptiste-b-pegasys commented 2 years ago

88MB for a JVM is pretty low, I think you are comparing goquorum with tessera

adoptopenjdk/openjdk11 alpine 16e2d39c5bca 45 hours ago 342MB

chris-j-h commented 2 years ago

88MB for a JVM is pretty low, I think you are comparing goquorum with tessera

adoptopenjdk/openjdk11 alpine 16e2d39c5bca 45 hours ago 342MB

right you are - typo when building the image :)