@@ -6,35 +6,6 @@ If you find yourself installing packages in a stock docker image during your bui
## Custom images
### Node 18 rootless
`registry.reset.inso-w.at/pub/docker/node-non-root-18` is based on the node:18 image but adds a user `build` and sets it as the default user. This is done primarily to prevent things like `npm ci` to run into errors like
`
npm ERR! code EPERM
npm ERR! syscall spawn
npm ERR! errno -1
npm ERR! Error: spawn EPERM
`
### Node 20 rootless
`registry.reset.inso-w.at/pub/docker/node-non-root-20` is based on the node:20 image but adds a user `build` and sets it as the default user. This is done primarily to prevent things like `npm ci` to run into errors like
`
npm ERR! code EPERM
npm ERR! syscall spawn
npm ERR! errno -1
npm ERR! Error: spawn EPERM
`
### Maven 3 JDK 17 rootless
`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 maven:3-eclipse-temurin-21 image but adds a user `build` and sets it as the default user.
### Custom cypress image
@@ -75,7 +46,5 @@ A simple debian based maven installation with maven and jdk 21.
|local name |mirrored from |livespan |
|------------|---------------|---------------|
|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:21 | will be be kept until at least 2024-02-01 |
|registry.reset.inso-w.at/pub/docker/eclipse-temurin:21 | eclipse-temurin:21 | will be be kept until at least 2024-08-01 |
|registry.reset.inso-w.at/pub/docker/kubectl | bitnami/kubectl | will be kept until at least 2024-02-01 |
|registry.reset.inso-w.at/pub/docker/kubectl | bitnami/kubectl | will be kept until at least 2025-02-01 |