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
chore: Use our distroless base image instead of Ubuntu-based image
Motivation:
- Reduce image size
- Reduce unnecessary dependencies in the image (reduce attack surface)
Modifications:
Build the demo store Docker image from our distroless base image (gatlingcorp/openjdk-base) rather than from Zulu's Ubuntu-based image (azul/zulu-openjdk).
0 commit comments