Riley Kuttruff created SDAP-488: ----------------------------------- Summary: Docker image builds hanging when running on Apple silicon Key: SDAP-488 URL: https://issues.apache.org/jira/browse/SDAP-488 Project: Apache Science Data Analytics Platform Issue Type: Bug Components: granule-ingester Reporter: Riley Kuttruff
Builds for granule ingester hang indefinitely when running on Apple silicon (encountered on M1 & M2). This appears to be tied to java through gradlew, as the hang occurs on the ./gradlew steps and can be replicated by simply running `java` in a container built with all steps up to the nexusproto install. Attempting to use a later base image for the granule ingester seems to resolve the hanging (as well as passing --no-daemon to the gradlew steps), although complete builds have not been run. Oddly enough, this does not occur with the nexus webapp image, which does not even make use of the --no-daemon flag... -- This message was sent by Atlassian Jira (v8.20.10#820010)