An open API service indexing awesome lists of open source software.

https://github.com/zcsadmin/docker-image-java

Base docker image definition for ZCS java applications
https://github.com/zcsadmin/docker-image-java

Last synced: about 1 year ago
JSON representation

Base docker image definition for ZCS java applications

Awesome Lists containing this project

README

          

# 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

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

### Dev image

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

### Dist image

```bash
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](mailto:madnesslab@zcscompany.com)