diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4c448d8a0abc550026c049efd38ffcc72b208fe1..b05f12f16b12e0e2041ff4e6ac39c895a7427e62 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -123,3 +123,15 @@ sync-dotnet-aspnet-5-0: 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 diff --git a/README.md b/README.md index f1810c329f7404ff362be4245c2617dd6741346c..3c90801261ecede787a64cff67d176abaa06fbc2 100644 --- a/README.md +++ b/README.md @@ -46,3 +46,5 @@ A simple debian based maven installation. |registry.reset.inso-w.at/pub/docker/posgres-14-alpine | postgres:14.1-alpine | will be removed at 2022-03-01 | |registry.reset.inso-w.at/pub/docker/openjdk-17-jdk-alpine | openjdk:17-jdk-alpine | will be removed at 2022-03-01 | |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/gradle-alpine | gradle:alpine | will be removed at 2022-03-01 | +|registry.reset.inso-w.at/pub/docker/python-3-10-2-slim | python:3.10.2-slim | will be removed at 2022-03-01 |