Claude Code
852bda73f6
fix: remove slow Kaniko snapshot-mode=redo and compressed-caching flags
...
These flags caused build time regression from ~2:48 to 6:30.
snapshot-mode=redo does full filesystem walks per layer (slowest mode).
Default time-based mode is much faster for CI builds.
2026-03-05 16:53:56 +01:00
Claude Code
f3b858452e
perf: Kaniko layer caching + CI version bump to 2.0.0
...
- --cache=true: Docker-Layer werden zwischen Builds gecached
- --cache-repo: Cache-Layers in der Registry gespeichert
- --snapshot-mode=redo: schnellere Snapshot-Erstellung
- --compressed-caching=false: weniger CPU fuer Cache-Kompression
- Runner: 8 CPUs + 8GB RAM + 256MB SHM zugewiesen
- Version strings auf 2.0.0 aktualisiert
2026-03-05 16:34:44 +01:00
Claude Code
f26f90e0dc
ci: use git.daddelolymp.de as registry
2026-03-05 00:09:49 +01:00
Bot
4c95cce611
Revert "ci: switch to rootless dind for insecure local registry"
...
This reverts commit c957c68f62 .
2026-03-02 00:16:53 +01:00
Bot
c957c68f62
ci: switch to rootless dind for insecure local registry
2026-03-02 00:14:50 +01:00
Bot
beb6dc3113
ci: use kaniko for local registry pushes
2026-03-02 00:11:27 +01:00
Bot
9ca62566cb
ci: configure dind for local insecure registry
2026-03-02 00:09:57 +01:00
Bot
99181d8965
ci: push jukebox images to local gitlab registry
2026-03-02 00:07:28 +01:00
Bot
1feb7b0836
fix(ci): override git clone url to local ip
2026-02-26 21:08:22 +01:00
Bot
24929bbef2
feat(ci): add gitlab ci pipeline
2026-02-26 17:02:27 +01:00