Marshall Cottrell

Results 42 issues of Marshall Cottrell

Once you have your image configs and build scripts setup, the majority of the work involved in operating a [secure software factory](https://www.chainguard.dev/unchained/secure-your-software-factory-with-melange-and-apko) is config management. Kubernetes ecosystem has great config...

Fixes #3148. Thus far I've only updated the argument parsing logic for `r.range` in the JS driver.

String building is a bit of a pain right now, at least in the JS driver. This is loosely related to #3048. ``` js r.table('foo').map({ id: r.row('id'), bars: r.http(r.add(r.args(['http://example.com/foos/', r.row('id'),...

tp:ReQL_proposal

See related discussion in https://github.com/chainguard-images/images/pull/905#discussion_r1256346793 Original plan was to include `go` and `git` in the default variant, but the `go` package is huge so I've just thrown everything into the...

## Description Composition within Zarf packages feels clunky and difficult right now. Specifically, there is no way to declare a self-contained "optional" component that overrides Helm chart values (or otherwise...

### Is your feature request related to a problem? Please describe. Preserving supply chain integrity when moving artifacts downloaded from the Internet into an air-gapped environment is very challenging. Presently,...

enhancement ✨
needs-investigation

### Describe what should be investigated or refactored Currently the `sboms.tar` layer contains both JSON documents and generated HTML for an "SBOM viewer" page for each of the images in...

enhancement ✨
needs-investigation

### Is your feature request related to a problem? Please describe. Currently Zarf uses a generic `application/vnd.zarf.layer.v1.blob` to describe every layer in the OCI manifest. This is confusing because many...

enhancement ✨

### Is your feature request related to a problem? Please describe. There is a variety of metadata we wish to capture and present in `uds-marketplace`. Presently, we are supplementing Zarf...

enhancement ✨

It seems as though `queue.empty()` does not remove `active` or `failed` jobs from redis, but this does not appear to be explicitly documented anywhere. Can someone elaborate on if/why this...

enhancement