saveourtool/save-cloud

Orchestrator: Scheduled task for docker environment mainenance

Open

#528 aberto em 11 de jan. de 2022

Ver no GitHub
 (0 comments) (0 reactions) (1 assignee)Kotlin (4 forks)github user discovery
enhancementgood first issue

Métricas do repositório

Stars
 (38 stars)
Métricas de merge de PR
 (Métricas PR pendentes)

Description

* To reduce build times we should periodically pull supported images (e.g. ubuntu:latest, openjdk:11 etc.) * Related to #344, those base images can be built periodically in the background too (like, combination of SDK + version + APT dependencies) ^ Irrelevant because we are now using images from ghcr.io

  • We keep getting an error with EOF on docker pull from time to time, which can be fixed with docker logout, which does nothing, because we are using public registries, but still is able to fix stuff. It should be done periodically as well.

Guia do colaborador