1
Fork 0
Commit graph

6 commits

Author SHA1 Message Date
a6a9fe59ec
feat: Implement repository mirror
The `oci-build-task` seems to be doing more requests to the registry
than local `docker build`, which frequently results in Docker Hub's
rate limits kicking in.

By proxying `docker.io`, this should hopefully be avoided.

A somewhat elaborate setup and a custom build of `oci-build-task` are
needed: https://github.com/concourse/oci-build-task/pull/121.

Fixes: #39.
2024-08-29 11:58:39 +02:00
2432154339
feat: Add registry mirror
Fixes: #39
2024-08-28 11:51:27 +02:00
48dea1b884
fix: Fix status config 2024-08-28 11:14:29 +02:00
dae7318a7d
Add commit status checks
Closes: #4
2024-08-28 10:14:59 +02:00
7a920f7109
Fix image upload 2024-08-24 17:08:45 +02:00
55d5c67661
Initialize repository 2024-08-23 15:07:13 +02:00