Adam Perlin

Results 18 comments of Adam Perlin

Got it, thanks for the prompt response here! Just to clarify, were you planning on fixing this? I do have a fix I was looking at and can open a...

I have opened https://github.com/moby/buildkit/pull/4706. I'd like to see if it passes CI first before full review, as I've had some trouble running the full test suite locally

I believe this can be closed now due to #311.

Just adding another comment in favor of this PR! I just ran into a panic when calling equal on a nil version. It would be great if this case was...

I think the example we were thinking of was something like this (wanting to include a single patch file from build context). And the question is, what would be the...

@cpuguy83 it looks like there are some conflicts now due to the router changes?

To add onto this a little bit, would it make sense to just have a `files` subsection of `artifacts` in the dalec spec that takes arbitrary paths? I realize this...

Some further things to investigate: - [ ] Could we use returned error values from cue to provide more user-friendly and Dalec specific validation messages? For instance, something like `validation...

Just to add a few other thoughts here, any shell special characters such as `*`, `?`, `$` etc could potentially cause issues without proper quoting or escaping

So, just to be clear, this would be happening in a single container? In this case, our build graph would be: `my-package1 => my-package2`, so we would create our base...