`registry.reset.inso-w.at/pub/docker/mvn-non-root-17` is based on the mvn:3-openjdk-17 image but adds a user `build` and sets it as the default user.
### Maven 3 JDK 21 rootless
`registry.reset.inso-w.at/pub/docker/mvn-non-root-21` is based on the mvn:3-amazoncorretto-21-debian image but adds a user `build` and sets it as the default user.
### Custom cypress image
The stock cypress base image is based on debian 10, ours is based on debian 11 so we can install version 17 of the openjdk.
@@ -42,7 +46,7 @@ Perhaps you want to interact with the k8s cluster more directly. This version of
## Debian with maven
A simple debian based maven installation.
A simple debian based maven installation with maven and jdk 21.
`registry.reset.inso-w.at/pub/docker/debian-mvn`
@@ -58,5 +62,6 @@ A simple debian based maven installation.
|local name |mirrored from |livespan |
|------------|---------------|---------------|
|registry.reset.inso-w.at/pub/docker/eclipse-temurin:17 | eclipse-temurin:17 | will be updated to the current LTS version of the jdk and kept indefinitely |
|registry.reset.inso-w.at/pub/docker/kubectl | bitnami/kubectl | will be kept until at least 2023-08-01 |
|registry.reset.inso-w.at/pub/docker/jdk:21 | amazoncorretto:21-alpine-jdk | will be be kept until at least 2024-02-01 |
|registry.reset.inso-w.at/pub/docker/eclipse-temurin:17 | eclipse-temurin:17 | will be be kept until at least 2024-02-01 |
|registry.reset.inso-w.at/pub/docker/kubectl | bitnami/kubectl | will be kept until at least 2024-02-01 |