Commit Graph
3 Commits
Author SHA1 Message Date
Mukul Sharma 8d875aa704 Add golang:1.24-alpine for quant-agent 2026-09-07 06:48:59 +05:30
Mukul Sharma 8d928bfc15 Fix push auth: drop harbor-robot-dockerconfig mount, use admin login
Mirror push failed "unauthorized to access repository: base-images/
golang, action: push" — harbor-robot-dockerconfig is scoped only to
the homelab project's robot account, nothing on base-images. Making
base-images public only grants anonymous pull, never push. Removed
the read-only docker-config secret mount (it would have blocked
`docker login` from writing new credentials anyway) and switched to
logging in interactively with Harbor admin credentials instead, since
this whole mirror is a rarely-run manual task, not worth provisioning
a dedicated robot account for.
2026-09-03 09:42:50 +05:30
Mukul Sharma 323ae20421 initial commit: base image mirror manifest + one-off setup docs 2026-09-03 09:15:04 +05:30