French Ben
French Ben
**What this PR does / why we need it**: Fixes #3612 **Special notes for your reviewer**: We also have this PR pending for it: https://github.com/helm/helm/pull/9674 I believe this is the...
I have a redis DB with some hash like `user:abc`. Doing a dump like this: ``` rdb --command json --key "user-nothing:.*" -f user.json dump.rdb ``` same with: ``` rdb --command...
Would it be possible for docker-modem to also support named pipes? On windows it's the de-facto: https://github.com/docker/engine-api/blob/master/client/client_windows.go With Windows 2016 container in the works it'd be nice to have this...
When working with a notification, an established format has been created, which doesn't provide much flexibility in the message notification. This is especially relevant for notifiers that support markdown, yet...
When dealing with different registry, or registry proxy, it's a better user experience to expose the registry used, rather than force them to set all of the image variables. Prior...
Thank you for detailing your CbyGE adventures, and providing a full package for it. Now this replicates the commands that the app would send to the cbyge server, but I...
It must be something with my config, but I can't seem to setup the proper cache folder for the different thumb files and end up with a bunch of 'large'...
Without these changes, pulling the OCI image will complain about the missing metadata of `org.opencontainers.image.created` See pre-defined annotations here: https://github.com/opencontainers/image-spec/blob/main/annotations.md#pre-defined-annotation-keys
## Description Kustomizer allows you to take an artifact and a kustomize local repo to build a manifest. These can have duplicate manifests when specifying both the remote OCI artifact...