Javier Romero

Results 144 comments of Javier Romero

[This bit](https://github.com/EricHripko/cnbp/blob/main/pkg/cnbp2llb/export.go#L22-L25) is a very interesting problem to solve: > // Export the produced layers into an OCI image. Unlike other high-level > // functions in this package, we have...

The idea of needing a `Dockerfile` to execute buildpacks which in most cases would only require one option (the builder) seems like a poor experience. If the user ends up...

If we think about the project descriptor as a way to configure the project for a "platform" as oppose to pack (and now buildkit) we should have a better definition...

From https://github.com/buildpacks/lifecycle/issues/423#issuecomment-811974384: > This may also be useful for the BuildKit integration. Specifically in removing the need to [reimplement export](https://github.com/EricHripko/cnbp/blob/main/pkg/cnbp2llb/export.go#L22-L25). > > It would require more thought but maybe the...

> Note that BuildKit does support additional inputs (these usually map to docker build arguments). For some configuration options (e.g., env. vars), it might make sense to support them this...

RE: cache scoping There was [an RFC](https://github.com/buildpacks/rfcs/pull/89#issuecomment-656170705) I opened some time ago in regards to cache scoping. The conversations there may be relevant here. The final outcome was that the...

Hi @EricHripko, there are various people in the community that are **very interested** in the work you've been doing. It would be great if you could join one of our...

> > BuildKit Update: > > I did talk to [@ekcasey] about the possible integration with BuildKit and we landed on the idea that the lifecycle should support OCI standards...

If I'm not mistaken, this is a limitation on there being no contractual way for a platform, such as `pack`, to inject self-signed certificates. I don't know if there have...

Was looking a bit at this out of curiosity and found the the field used in the config is under `history.created_by` and it's described in the [spec](https://github.com/opencontainers/image-spec/blob/e562b04403929d582d449ae5386ff79dd7961a11/config.md#properties) as "The command...