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
- Host: GitHub
- URL: https://github.com/zcsadmin/docker-image-java
- Owner: zcsadmin
- Created: 2024-09-18T12:35:59.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-28T09:24:49.000Z (over 1 year ago)
- Last Synced: 2025-02-10T04:29:12.656Z (over 1 year ago)
- Language: Shell
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)