Conversation
This comment was marked as resolved.
This comment was marked as resolved.
|
✔️ Deploy Preview for devel-docs-dagger-io ready! 🔨 Explore the source changes: da90baa 🔍 Inspect the deploy log: https://app.netlify.com/sites/devel-docs-dagger-io/deploys/62264b476f7eae0007f347b6 😎 Browse the preview: https://deploy-preview-1668--devel-docs-dagger-io.netlify.app |
|
For context/history purposes: tested locally with @helderco The |
|
Thanks @grouville, can you please test again, just to confirm? |
Yeah, you'd need to escape all of those back slashes, but it's possible: filesystem: "\\\\.\\pipe\\docker_engine": read |
|
@aluzzardi Should I maybe do the cleanup in another PR instead of this one? |
Tested locally. Everything works fine, even with |
Signed-off-by: Helder Correia <[email protected]>
aluzzardi
left a comment
There was a problem hiding this comment.
LGTM
There's the question of moving env to a regular task. I think we can merge this as is and continue the discussion.
Left a few minor comments but those can be addressed in a follow up as well
|
Before this change, we would use This property used to help distinguish between cache mounts, e.g. https://github.com/dagger/dagger/pull/1693/files#diff-d941b232905b7945682101f64df497593dcb84a5c987bd59e46fb54bd5cd3117R33-R38 How does this change affect that approach? |
|
The answer to that depends mostly on #1648. You can just move params into actions: dagger.#Plan & {
actions: {
params: app: *"todoapp" | string
build: {}
test: {}
}
}It doesn't have to be |
|
More context:
Originally posted by @shykes in #1597 (comment) |
Implementation for the new Client API proposal.
Fixes #1597
Fixes #1595
Fixes #1581
Signed-off-by: Helder Correia