✨ Typescript sdk should support overriding base image (like the python sdk does)
What are you trying to do?
Of the 3 main sdks the typescript one doesn't allow for overriding the base image. Go doesn't need it and python has the discovery. Typescript should support similar functionality to the python sdk.
Similar to the python we could put the image override in the config section of the package.json
Why is this important to you?
- I want to be able to provide my own base image
- For corporate envs may need to pull from a private registry
How are you currently working around this?
Only work around atm is to fork the typescript sdk
It's possible to override the current node version, do you want to actually change the image itself?
https://docs.dagger.io/manuals/developer/typescript/356352/runtime#nodejs
If so, I can add that capabilities
Yes, change the image not just the version or package manager.
Yes, change the image not just the version or package manager.
Okay I can make that happen, I'll do a change on the runtime :D