chore: add container image links

This commit is contained in:
2025-02-10 03:55:27 +00:00
parent b991773bca
commit 4e4443e9be

View File

@@ -1,3 +1,12 @@
# java-multi-version # 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. 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).