1
Fork 0
A collection of Dockerfiles used as task images for project CI at https://concourse.sclu1034.dev.
Find a file
Lucas Schwiderski 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
images fix(gitea): Fix commit sha param 2024-08-28 11:26:09 +02:00
pipelines feat: Implement repository mirror 2024-08-29 11:58:39 +02:00
tasks feat: Implement repository mirror 2024-08-29 11:58:39 +02:00
.gitignore Add Gitea resource type 2024-08-27 16:51:26 +02:00
.renovaterc Fix commit-based pip packages 2024-08-26 10:56:34 +02:00
Justfile feat: Implement repository mirror 2024-08-29 11:58:39 +02:00
LICENSE Initialize repository 2024-08-23 15:07:13 +02:00
README.md Initialize repository 2024-08-23 15:07:13 +02:00

CI Images

A collection of Dockerfiles used as task images for project CI at https://ci.sclu1034.dev.