/bin/bash
nooooo bash doesn’t belong in /bin >_<
/bin
Agreed,
/nix/store/hww7q7rlhj6xhngdwgmdkyhl10cqi6nm-bash-4.4-p5/bin/bash
or bust
There was no image with /usr/bin/env bash available …
/usr/bin/env bash
I highly doubt that given /usr/bin/env is basically required for any posix compliant unix. Even linux distros fit that bill.
$ docker run --user root --rm -it alpine:latest sh / # apk update fetch http://dl-cdn.alpinelinux.org/alpine/v3.6/main/x86_64/APKINDEX.tar.gz apk add fetch http://dl-cdn.alpinelinux.org/alpine/v3.6/community/x86_64/APKINDEX.tar.gz v3.6.2-25-g69c0672374 [http://dl-cdn.alpinelinux.org/alpine/v3.6/main] v3.6.2-26-gc0c3f19f19 [http://dl-cdn.alpinelinux.org/alpine/v3.6/community] OK: 8436 distinct packages available / # apk add bash (1/5) Installing ncurses-terminfo-base (6.0-r7) (2/5) Installing ncurses-terminfo (6.0-r7) (3/5) Installing ncurses-libs (6.0-r7) (4/5) Installing readline (6.3.008-r5) (5/5) Installing bash (4.3.48-r1) Executing bash-4.3.48-r1.post-install Executing busybox-1.26.2-r5.trigger OK: 12 MiB in 16 packages / # which bash /bin/bash / # which env /usr/bin/env # /usr/bin/env bash bash-4.3#
That was about image as in picture. The illustration in the article.
nooooo bash doesn’t belong in
/bin
>_<Agreed,
or bust
There was no image with
/usr/bin/env bash
available …I highly doubt that given /usr/bin/env is basically required for any posix compliant unix. Even linux distros fit that bill.
That was about image as in picture. The illustration in the article.