Skip to content
This repository was archived by the owner on May 6, 2020. It is now read-only.
This repository was archived by the owner on May 6, 2020. It is now read-only.

Shim should explicitly wait for the ConnectShim response from proxy. #9

@amshinde

Description

@amshinde

Currently the shim does not wait explicitly for the ConnectShim response from proxy, but processes it async in the poll loop.

The idea here is for the shim to connect to proxy, issue ConnectShim response and then wait for response from proxy.
If error is received, exit as before else pause until the runtime sends a continue signal to shim.
This way the shim does not process the stream data until the start oci phase when the runtime unpauses it. Similarly the runtime would need to send a sigcont for exec as well.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions