So we have successfully got the python sdk running in an airgapped environment. We would like to do the same for typescript. Basically we took the existing python sdk and changed the images to ref images hosted in our local registry. We also had to change the SDK Source Directory to point to the current module. This all works because the codegen piece is part of the sdk. I looks like the typescript is referencing an sdk directory that includes a built in codegen dir/exectuable that is not part of the baseline. How can we get access to the image the typescript sdk is using so we can extract the directory that the typescript module needs. I think that is all we need. Reference to the container and yank the directory out of it, but not sure how to get a hold of that.
Hopefully that all make sense.