A collection of Dockerfiles used as task images for project CI at https://concourse.sclu1034.dev.
`find` seems to behave extremely weird within Docker `RUN` commands. I could not find a way to properly escape `;`s in a way that I can specify one for `find -exec` and a second one to separate `find` from the next command. `find` would always complain about it. So instead, it's now simply the last command in the chain, where no separator is needed. |
||
---|---|---|
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.