Commit 095eabbd authored by Mathias Schwarzhans's avatar Mathias Schwarzhans
Browse files

Added jobs for caching python-3.10.2-slim and gradle-alpine images.

parent c6cef86a
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -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