Docker images used for ZCS Java applications.
ZCS Java docker images come in three flavours:
base: base image, mainly used by other stagesdev: image for local developmentdist: image for application distribution
Supported Java versions:
Java 17Java 21
Supported platforms:
linux/amd64linux/arm64
docker build --pull --target base -t zcscompany/java:21-base .docker build --pull --target dev -t zcscompany/java:21-dev .docker build --pull --target dist -t zcscompany/java:21-dist .