Commit Graph

2 Commits (47f36b361486bae31353b7de996d3f59fc646590)

Author SHA1 Message Date
Dustin 47f36b3614 nsenter: Fix syntax for BusyBox
ContainerImages/cfg/pipeline/head This commit looks good Details
The `-a`/`--all` argument for `nsenter` is present in the *util-linux*
version of `nsenter`, but not the BusyBox version.  The latter is
present in Alpine, so we need to adjust our wrapper script to use
compatible syntax, which means explicitly listing the namespaces we want
to enter.
2024-01-19 16:24:26 -06:00
Dustin 7cefbd30b6 Initial commit
ContainerImages/cfg/pipeline/head This commit looks good Details
2024-01-17 14:07:31 -06:00