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

add kubectl

parent fc97ecda
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -82,3 +82,9 @@ sync-nginx-121:
  variables:
    FROM: nginx:1.21
    TO: nginx121

sync-kubectl:
  extends: .mirror-base
  variables:
    FROM: bitnami/kubectl
    TO: kubectl
+1 −0
Original line number Diff line number Diff line
@@ -42,3 +42,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 |
|registry.reset.inso-w.at/pub/docker/kubectl | bitnami/kubectl | will be kept until at least 2022-08-01 |