#Is there any plan on adding checks for container structure?
1 messages · Page 1 of 1 (latest)
I tried it out in the API playground and it seems like that sort of information is not served in the GraphQL https://play.dagger.cloud/playground/yWn-k9dPw0s
Welcome to Dagger API Playground
If looks like a good idea i can try to add it myself
Perhaps you can try returning a *Container from your dagger function and then do something like:
dagger call container-echo --string-arg foo with-exec --args ls,-lah stdout
Yeah, also thought of that, but I would like to avoid depending on binaries since they may not be available on the image like let's say distroless images
or images built from scratch