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
fix(execd): Add fallback from bash to sh for Alpine-based images
This addresses issue #405 by adding a getShell() helper function
that first tries bash, then falls back to sh for Alpine-based
Docker images that don't have bash installed by default.
0 commit comments