Cleanup shim manager configuration
Keep platforms configuration on task manager and add environment config for shims. Signed-off-by: Derek McGowan <derek@mcg.dev>
This commit is contained in:
@@ -154,7 +154,7 @@ func (m *ShimManager) loadShim(ctx context.Context, bundle *Bundle) error {
|
||||
runtime: runtime,
|
||||
address: m.containerdAddress,
|
||||
ttrpcAddress: m.containerdTTRPCAddress,
|
||||
schedCore: m.schedCore,
|
||||
env: m.env,
|
||||
})
|
||||
// TODO: It seems we can only call loadShim here if it is a sandbox shim?
|
||||
shim, err := loadShimTask(ctx, bundle, func() {
|
||||
|
||||
Reference in New Issue
Block a user