You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// TODO Signal(ctx context.Context, sig os.Signal)
This makes it harder reliably use this API as signals are a very common part of process workflow. For TTY, some cases like closing the process can be worked around with EOF.
We should try to add the missing API asap, hopefully in v0.10 milestone. This is needed if we want to move on with #1472 and missing it would mean that a full buildkit update cycle is needed to test such features.
#1627 added capability to run and exec into containers via gateway API. This was released in v0.8 .
The capability to send/forward signals as part of the API was not part of the initial commit and only has a TODO comment
buildkit/frontend/gateway/client/client.go
Line 78 in ba673bb
This makes it harder reliably use this API as signals are a very common part of process workflow. For TTY, some cases like closing the process can be worked around with
EOF
.We should try to add the missing API asap, hopefully in v0.10 milestone. This is needed if we want to move on with #1472 and missing it would mean that a full buildkit update cycle is needed to test such features.
@coryb
The text was updated successfully, but these errors were encountered: