Files
site-documentation/src/content/docs/applications/harbor.mdx
T
alexlebens a4dcf8515d
test-build / guarddog (push) Successful in 54s
test-build / build (push) Successful in 1m37s
release-image / guarddog (push) Successful in 42s
release-image / build (push) Successful in 1m16s
release-image / semantic-release (push) Successful in 35s
release-image / release-harbor (push) Has been skipped
release-image / release-gitea (push) Has been skipped
feat: spell check pass
2026-05-13 14:59:09 -05:00

30 lines
1.1 KiB
Plaintext

---
title: Harbor
description: Harbor is an open source trusted cloud native registry project that stores, signs, and scans content.
hero:
tagline: Harbor is an open source trusted cloud native registry project that stores, signs, and scans content.
image:
file: https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/harbor.webp
actions:
- text: Source
link: https://github.com/goharbor/harbor
icon: right-arrow
- text: Deployment Chart
link: https://gitea.alexlebens.dev/alexlebens/infrastructure/src/branch/main/clusters/cl01tl/helm/harbor
icon: right-arrow
---
import { Aside } from '@astrojs/starlight/components';
<Aside type="tip">Has an internal [Grafana Dashboard](https://grafana.alexlebens.net/goto/afit9ofndecjkd?orgId=1).</Aside>
# Purpose
Pull through cache and registry for personal images built in Gitea.
# Notes
Talos is configured to direct pulls to Docker, GitHub, and others to Harbor first. Stores these images as a cache to avoid rate limiting, primarily by Docker hub.
Any of my own images also get stored here to deploy.