Skip to content

Commit

Permalink
Remove cmd/bash image
Browse files Browse the repository at this point in the history
This image was previously responsible for invoking some specified bash
commands, typically cp and mkdir, but occasionally more exotic things
like setting up executable files for step scripts.

Ultimately this image existed merely to pass args to "sh -c" (not even
bash!), which can be done directly.

This change should be entirely transparent to end users.

Operators can override the image being used if they so desire, to point
to any image that contains `sh` (and `cp`, `mkdir`, `cat`, the usual
suspects).
  • Loading branch information
imjasonh committed Oct 30, 2019
1 parent fe47335 commit 1b31f9d
Show file tree
Hide file tree
Showing 35 changed files with 235 additions and 5,642 deletions.
25 changes: 0 additions & 25 deletions cmd/bash/README.md

This file was deleted.

202 changes: 0 additions & 202 deletions cmd/bash/kodata/LICENSE

This file was deleted.

Loading

0 comments on commit 1b31f9d

Please sign in to comment.