Apple Silicon Friendly docker images available
- Date
Some users have been experiencing errors when running our docker images on Apple Silicon Macbook Pro’s (M1-3 et al).
The issue appears to be related to the base image we use for our Docker images - eclipse-temurin:alpine
.
To address this, we’ve started producing extra images, based on Ubuntu Jammy.
Grab the images with the -jammy
suffix, eg:
0.27.0-jammy
next-jammy
These images aren’t suitable for production usage, as the Ubuntu Jammy
base image contains
significantly more security CVE’s than the -alpine
images.
However, for local developer environments, they’re great - mainly because they don’t crash. Brilliant.