Nicolas De loof
Nicolas De loof
From live data model we can generate JSON schema, but we could as well generate IDE-specific grammar files to make yaml edition easier with auto-completion error detection. - [ ]...
we can't apply values to actual components during dry-run, but can at least invoke doCheck methods like web UI does to prevent invalid values being set on `apply`.
Current prototype do load configuration from `./jenkins.yaml` We force sure want more flexibility - [ ] Load from a set of files - [ ] Load from a configurable folder...
Mechanism to detect attribute type (https://github.com/jenkinsci/configuration-as-code-plugin/blob/master/plugin/src/main/java/io/jenkins/plugins/casc/BaseConfigurator.java#L171) could benefit some established utility library bundled with jenkins-core like https://github.com/kohsuke/tiger-types
our [publish.sh](https://github.com/jenkinsci/docker/blob/master/publish.sh) scripts makes complex computation to check tag for a version is already pushed to the hub. As a side effect if a security fix applies to some upstream...
### Description slackapi/slack-github-action can be used to send a message to a channel, but not to send message to a user by it's handle (`@ndeloof`) ### What type of issue...
**- What I did** upstream https://github.com/rumpl/moby/pull/29
**- What I did** upstream https://github.com/rumpl/moby/pull/27
**What I did** Used `NamedContexts` so buildkit is aware of base image for a service being the actual result of another service build. **Related issue** closes https://github.com/docker/compose/issues/9232 closes https://github.com/docker/compose/issues/8538
### What is the problem you're trying to solve Please add support for `docker diff` to inspect changes to files or directories on a running container ### Describe the solution...