Justin Chadwell

Results 450 comments of Justin Chadwell

What should the behavior of `Container.digest` be? Should it just be a content digest of the rootfs? I'm guessing it should probably also include all the labels/annotations/workdir/etc - this is...

@foodelevator sorry I just saw this - my bad! As it turns out, the implementation of this ended up being *fairly* tricky, with lots of subtlety and changes needed to...

Hard agree with this. We can sort of track the origin of what a `Changeset` applies to by tracking the ancestor of `Before`, and work out way back to a...

Ok so, I had some ideas related to this :tada: This is my proposal for what we should do with attestations in dagger - thoughts welcome :heart: > [!NOTE] >...

As mentioned in https://github.com/sagikazarmark/daggerverse/pull/177#discussion_r1771215596, this is caused by passing an invalid enum value directly to graphql. This isn't correct, but we should make the error message clearer. Ideally, we should...

Thanks @IljaKroonen 😁 I think we really need this, I wonder if we could introduce a method like `Container.makeSecret` (naming hard). It would be the *exact* same behavior as `WithExec`,...

There's no workaround right now - it can't be done yet. The simplest way I can think of solving this would be to allow secrets mounted using `Container.withMountedSecret` to be...

Had a quick discussion with @marcosnils - we both decided we don't like the above - it feels dangerous that you can read a `Secret` from any file, which would...