Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
The apache/sling-cli Docker image cannot be built on M1 processors for several reasons:
- the docker-maven-plugin version 37 cannot connect to the Docker unix socket on M1
- openjdk-11 tries to use an x86_64 library when jlink is called
This can be fixed by updating the docker-maven-plugin to the latest release and updating the JDK to 17, which adds full support for M1 processors.
Attachments
Issue Links
- relates to
-
SLING-11234 Switch Committers CLI to eclipse-temurin
- Resolved
- links to