Skip to content

Latest commit

 

History

History
47 lines (29 loc) · 809 Bytes

File metadata and controls

47 lines (29 loc) · 809 Bytes

ZCS Java docker images

Docker images used for ZCS Java applications.

ZCS Java docker images come in three flavours:

  • base: base image, mainly used by other stages
  • dev: image for local development
  • dist: image for application distribution

Supported Java versions:

  • Java 17
  • Java 21

Supported platforms:

  • linux/amd64
  • linux/arm64

Build images

Base image

docker build --pull --target base -t zcscompany/java:21-base .

Dev image

docker build --pull --target dev -t zcscompany/java:21-dev .

Dist image

docker build --pull --target dist -t zcscompany/java:21-dist .

Docker hub repository

https://hub.docker.com/r/zcscompany/java

Support

Madnesslab Team @ Zucchetti Centro Sistemi