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

add nginx

parent 974847c9
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -76,3 +76,9 @@ sync-node-16:
  variables:
    FROM: node:16
    TO: node16

sync-nginx-121:
  extends: .mirror-base
  variables:
    FROM: nginx:1.21
    TO: nginx121
+1 −0
Original line number Diff line number Diff line
@@ -41,3 +41,4 @@ A simple debian based maven installation.
|------------|---------------|---------------|
|registry.reset.inso-w.at/pub/docker/eclipse-temurin | eclipse-temurin:17 | will be updated to the current LTS version of the jdk and kept indefinitely |
|registry.reset.inso-w.at/pub/docker/node16 | node:16 | will be kept until at least 2022-08-01 |
|registry.reset.inso-w.at/pub/docker/nginx121 | nginx:1.21 | will be kept until at least 2022-08-01 |