-
Notifications
You must be signed in to change notification settings - Fork 801
Closed
Description
With the following:
package acme
import (
"dagger.cloud/dagger"
"dagger.cloud/alpine"
)
let base=alpine & {
package: {
bash: ">3.0"
rsync: true
}
}
www: {
source: {
#dagger: compute: [
dagger.#Load & { from: base },
dagger.#Exec & {
args: ["sh", "-c", "echo", "shouldseeme"]
// XXX workaround exec not working without a mount
mount: foo: {}
}
]
}
host: string
}
And running
DEBUG=1 DOCKER_OUTPUT=1 dagger compute .
The string "shouldseeme" should be visible somewhere in the logs, right?
Metadata
Metadata
Assignees
Labels
No labels