Commit graph

14 commits

Author SHA1 Message Date
c9d856bbc7 CI: Fix registry to use port 9080 (same as GitLab) 2026-03-07 11:31:25 +00:00
3f81034116 CI: Switch registry to adriahub (192.168.1.100:5050) 2026-03-07 11:24:49 +00:00
Claude Code
de67a15050 fix: use port 9080 for internal registry (nginx proxy)
Port 5050 binds to 127.0.0.1 inside container, unreachable externally.
Port 9080 (nginx) proxies /v2/ correctly and returns 401 as expected.
Combined with network_mode=host runner, all traffic stays on LAN.
2026-03-05 17:15:37 +01:00
Claude Code
8d663f2392 perf: route registry traffic through LAN instead of internet
Use internal registry at 10.10.10.10:5050 instead of git.daddelolymp.de
which routes through Pangolin proxy over internet (40Mbit bottleneck).
All layer cache pulls/pushes and image pushes now stay on LAN.
2026-03-05 17:07:33 +01:00
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