Commit e4eea691 authored by Heimo Stranner's avatar Heimo Stranner
Browse files

jdk 21, cleanup

parent 00b81ac4
Loading
Loading
Loading
Loading
+7 −1
Original line number Diff line number Diff line
@@ -89,9 +89,15 @@ build-coder:
sync-temurin-17:
  extends: .mirror-base
  variables:
    FROM: docker.io/library/eclipse-temurin:17
    FROM: docker.io/library/eclipse-temurin:21
    TO: eclipse-temurin:17

sync-temurin-21:
  extends: .mirror-base
  variables:
    FROM: docker.io/library/eclipse-temurin:21
    TO: eclipse-temurin:21

sync-jdk-21:
  extends: .mirror-base
  variables:
+3 −2
Original line number Diff line number Diff line
@@ -34,7 +34,7 @@ npm ERR! Error: spawn EPERM

### 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.
`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

@@ -76,5 +76,6 @@ 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:17 | 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 |