David Lynch
David Lynch
## Type of question General operator-related help ## Question I am creating an [operator](https://github.com/coillteoir/bramble/) to work with a CI/CD system. When I run it locally, it creates pods as expected....
## Why Containers? Deploying applications as docker containers has become the norm for distributed applications, especially in the cloud computing space. Serverside JavaScript runtimes are the perfect candidate for containerization...
Building docker images is an important part of deploying server-side applications. It would benefit this project if a docker build is maintained. ### Why? Using a spiderfire base image would...
Would you be open to the idea of adding a dockerfile to this project? I have been using it with docker and there has been no issues. I am willing...
# Feature request A dropdown to filter tasks by status (Completed, Running, Error) in pipeline runs. # Use case When troubleshooting pipeline failures, it can be difficult to identify where...
### Eschewed features - [x] This issue is not requesting templating, unstuctured edits, build-time side-effects from args or env vars, or any other eschewed feature. ### What would you like...
### Problem Using the github CLI for pull requests and other github related things requires an extra package install. ### Proposed solution * Use the github API directly via a...