A collection of Dockerfiles used as task images for project CI at https://concourse.sclu1034.dev.
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. |
||
---|---|---|
images | ||
pipelines | ||
tasks | ||
.gitignore | ||
.renovaterc | ||
Justfile | ||
LICENSE | ||
README.md |
CI Images
A collection of Dockerfiles used as task images for project CI at https://ci.sclu1034.dev.