Commit 974847c9 authored by Heimo Stranner's avatar Heimo Stranner
Browse files

node 16

parent 605b3fec
Loading
Loading
Loading
Loading
+4 −70
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@ services:
build-cypress:
  extends: .build-base
  variables:
    BASE: node:14-bullseye
    BASE: node:16-bullseye
    DIR: cypress
    NAME: cypress

@@ -71,74 +71,8 @@ sync-temurin:
    FROM: eclipse-temurin:17
    TO: eclipse-temurin:17

sync-openjdk-alpine:
sync-node-16:
  extends: .mirror-base
  variables:
    FROM: openjdk:17-jdk-alpine
    TO: openjdk-17-jdk-alpine

sync-postgres14-alpine:
  extends: .mirror-base
  variables:
    FROM: postgres:14.2-alpine
    TO: posgres-14-alpine

sync-node-alpine:
  extends: .mirror-base
  variables:
    FROM: node:alpine
    TO: node-alpine

sync-maven-3.8.3-openjdk-17:
  extends: .mirror-base
  variables:
    FROM: maven:3.8.3-openjdk-17
    TO: maven-3-8-3-openjdk-17

sync-nginx-1-21-4:
  extends: .mirror-base
  variables:
    FROM: nginx:1.21.4
    TO: nginx-1-21-4

sync-traefik-v2-5-4:
  extends: .mirror-base
  variables:
    FROM: traefik:v2.5.4
    TO: traefik-v2-5-4

sync-coredns/coredns-1-8-6:
  extends: .mirror-base
  variables:
    FROM: coredns/coredns:1.8.6
    TO: coredns-coredns-1-8-6

sync-mongodb-5-0-4:
  extends: .mirror-base
  variables:
    FROM: mongo:5.0.4
    TO: mongo-5-0-4

sync-dotnet-sdk-5-0:
  extends: .mirror-base
  variables:
    FROM: mcr.microsoft.com/dotnet/sdk:5.0
    TO: dotnet-sdk-5-0

sync-dotnet-aspnet-5-0:
  extends: .mirror-base
  variables:
    FROM: mcr.microsoft.com/dotnet/aspnet:5.0
    TO: dotnet-aspnet-5-0

sync-gradle-alpine:
  extends: .mirror-base
  variables:
    FROM: gradle:alpine
    TO: gradle-alpine

sync-python-3-10-2-slim:
  extends: .mirror-base
  variables:
    FROM: python:3.10.2-slim
    TO: python-3-10-2-slim
    FROM: node:16
    TO: node16
+1 −0
Original line number Diff line number Diff line
@@ -40,3 +40,4 @@ A simple debian based maven installation.
|local name  |mirrored from  |livespan       |
|------------|---------------|---------------|
|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 |