tculp
tculp
The new MacBooks use an ARM architecture chip, and Docker Desktop's native platform is linux/arm64/v8. As var as I can tell, these images are not built against that platform. Could...
I would like to specify when a chunk requires another chunk. For example, if I want to have multiple chunks which install independent s6-init services, I don't want to have...
Values.yaml files often get large and can get unwieldy. It would be convenient to be able to easily split up values files. While multiple values.yaml files can be specified on...
The official image located at https://hub.docker.com/r/openscap/openscap is now 3 years old. Also, it doesn't contain the oscap-docker tool. Is this image still maintained?
**Is your feature request related to a problem? Please describe.** Some images have no shell, /bin/bash or /bin/sh, such as when they are based on the `scratch` image. Or, the...
Add safeEmpty, safeDefault, and safeCoalesce functions which don't consider 0 or false to be empty
As explained in #111, the current implementation of empty, and therefore default and coalesce, fails when attempting to use booleans or certain integers. However, there are many cases where an...
Currently, the only supported identity_provider_mapper types are `user_template`, `attribute`, and `custom`. The custom attribute does not easily cover the other built-in mappers such as the `Advanced Claim to Group` mapper.
## Is your request related to a problem? Please describe. Certain security group rules need to be set to properly use VPCEs, such as (80, 443, 1026, 1027, 1028, 1031,...
https://www.rfc-editor.org/rfc/rfc4918.html defines several HTTP methods to support WebDAV-like APIs, such as LOCK and UNLOCK. Unfortunately, these methods are not supported by Grape. As these methods are not supported, ruby apps...
Many options that are accepted by the underlying executable are inaccessible through the script, such as `-cert`. This could be solved by individually adding support for each option, or by...