saveourtool/save-cloud
Auf GitHub ansehenOrchestrator: Scheduled task for docker environment mainenance
Open
#528 geöffnet am 11. Jan. 2022
enhancementgood first issue
Repository-Metriken
- Stars
- (38 Stars)
- PR-Merge-Metriken
- (PR-Metriken ausstehend)
Beschreibung
* 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
EOFon docker pull from time to time, which can be fixed withdocker logout, which does nothing, because we are using public registries, but still is able to fix stuff. It should be done periodically as well.