Hi @topaz chasm ๐ Image sizes like that shouldn't be a problem.
I was able to use the image in your trace with no issues. I initiated a new module using the Python SDK, and used the default container_echo generated function with your image instead of alpine:latest:
returning Dagger container type
kubiya-repro โค dagger call container-echo --string-arg hello
_type: Container
defaultArgs: []
entrypoint:
- /bin/sh
- -c
- /entry.sh
mounts: []
platform: linux/amd64
user: appuser
workdir: /tmp/workspace
getting the stdout
kubiya-repro โค dagger call container-echo --string-arg hello stdout
โ connect 0.5s
โ load module 0.9s
โ kubiyaRepro: KubiyaRepro! 1.3s
$ .containerEcho(stringArg: "hello"): Container! 1.9s CACHED
โ .stdout: String! 0.0s
โ parsing command line arguments 0.0s
hello