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
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?
How are you currently working around this?
Only work around atm is to fork the typescript sdk