Jonathan Sokolowski

Results 14 issues of Jonathan Sokolowski

I'd like to embed micro-config-drive in my initramfs, however at this point root isn't mount at `/`, instead (by convention) it's at `$rootmnt` (default: `/root`). Other tools like `ignition` support...

enhancement

### What are you trying to do? In order to keep the Dagger version used in GitHub Actions the same as the engine version used, it would be nice to...

### What are you really trying to do? Similar to how the web UI uses the `authorization` and `authorization-extras` headers, I'd like to be able to pass these via the...

bug

`skaffold build --build-images=[]` is useful in being able to build just a subset of images, however the [`strings.Contains()`](https://github.com/GoogleContainerTools/skaffold/blob/6293a3efe10fc12ccb16c2477e59aa4b9335a8dc/pkg/skaffold/config/options.go#L150-L162) matching is problematic for configurations that have similarly named images. ### Expected...