Gerald Pinder

Results 14 issues of Gerald Pinder

**What went wrong?** I have a project that creates multiple images with various tags. Sometimes when the build runs in Github it will say that it didn't push the image,...

type:bug

The `build` subcommand can now take in any number of recipe files and will build them all in parallel. Along with this new ability, I've added a way to easily...

type: feature

Schemas are being created for recipe v1 and all the modules. We will be using [jsonschema](https://crates.io/crates/jsonschema) crate to handle these verification's. Related issues and PRs: - https://github.com/blue-build/modules/pull/233 - https://github.com/blue-build/schema -...

type: feature

Inspired by an idea from this [podcast](https://youtu.be/JdfWd_-BhgU?si=G5lDD3xVPvAacSAT&t=2656). We should include a way to recursively search through the project for all recipes and create a list of the images that can...

type: feature

So there was some conversation in discord and some in a [discussion](https://github.com/orgs/blue-build/discussions/5) about trying to have support for a recipe building multiple versions of itself. For example @qoijjj has mentioned...

type: feature

We need to look into some workflow to handle properly verifying images before rebasing on a signed keyless image. - https://www.mankier.com/5/containers-policy.json#Examples - https://github.com/bsherman/ublue-custom/blob/main/.github/workflows/build.yml#L181-L191 - https://github.com/sigstore/root-signing/blob/main/repository/repository/root.json - https://github.com/sigstore/sigstore/tree/main/pkg/tuf/repository/targets

type: bug
state: blocked