13 lines
421 B
Markdown
13 lines
421 B
Markdown
# java-multi-version
|
|
|
|
This repository contains the dockerfile used to create an alpine based container image with the Java runtimes from Java 8 to 21, primarily for use with Multicraft.
|
|
|
|
You can pull the container using:
|
|
```
|
|
docker pull git.jrdn.dev/jordanwalster/java-multi-version:latest
|
|
```
|
|
|
|
The container image can be found [here](https://git.jrdn.dev/jordanwalster/-/packages/container/java-multi-version/latest).
|
|
|
|
|