1
Fork 0
A collection of Dockerfiles used as task images for project CI at https://concourse.sclu1034.dev.
Find a file
Lucas Schwiderski ea4acbb4b9
Fix commit-based pip packages
It seems that Renovate assumes Git tags for these kind of definitions,
and therefore cannot handle commit refs.
So a custom regex manager is needed, with a way to manually specify the
branch to use, thanks to the `master` vs `main` split.
2024-08-26 10:56:34 +02:00
images Fix commit-based pip packages 2024-08-26 10:56:34 +02:00
pipelines Fix image upload 2024-08-24 17:08:45 +02:00
tasks Initialize repository 2024-08-23 15:07:13 +02:00
.gitignore Initialize repository 2024-08-23 15:07:13 +02:00
.renovaterc Fix commit-based pip packages 2024-08-26 10:56:34 +02:00
Justfile Fix commit-based pip packages 2024-08-26 10:56:34 +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.