Namespace
library
Image / Tag
bash:devel-20231030
Content Digest
sha256:d81b6b2ab0813053b2d9e9afe07efc8e99d516971b6c30ee4eb68e2dcbda321f
Details
Created

2023-11-02 04:36:10 UTC

Size

6.12 MB

Content Digest
Environment
PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

_BASH_COMMIT

fe24a6a55e8850298b496c5b9d82f1866eba190e

_BASH_VERSION

devel-20231030


Layers

[#000] sha256:dc95107ad2a031a015320bb397f73ec151d738127175b31ad643120697dc7e90 - 50.41% (3.09 MB)

[#001] sha256:a089651285c5d238ee2476c5f35451fc7abd6f06134b478b15c1e751d1dd115a - 49.59% (3.04 MB)

[#002] sha256:6b3a418b23b54cd644f045fb792565f86d6b434be1e9fd45ec74836f1eb77c75 - 0.01% (339 Bytes)


History
2023-09-28 20:38:19 UTC

/bin/sh -c #(nop) ADD file:8402753f294e403e92353bd65c86a6428c960be5116c0a15484b663a84f66fcd in /

2023-09-28 20:38:20 UTC

/bin/sh -c #(nop) CMD ["/bin/sh"]

2023-11-02 04:35:13 UTC

/bin/sh -c #(nop) ENV _BASH_COMMIT=fe24a6a55e8850298b496c5b9d82f1866eba190e

2023-11-02 04:35:13 UTC

/bin/sh -c #(nop) ENV _BASH_VERSION=devel-20231030

2023-11-02 04:36:09 UTC

/bin/sh -c set -eux; apk add --no-cache --virtual .build-deps bison coreutils dpkg-dev dpkg gcc libc-dev make ncurses-dev patch tar ; wget -O bash.tar.gz "https://git.savannah.gnu.org/cgit/bash.git/snapshot/bash-$_BASH_COMMIT.tar.gz"; mkdir -p /usr/src/bash; tar --extract --file=bash.tar.gz --strip-components=1 --directory=/usr/src/bash ; rm bash.tar.gz; if [ -d bash-patches ]; then apk add --no-cache --virtual .patch-deps patch; for p in bash-patches/*; do patch --directory=/usr/src/bash --input="$(readlink -f "$p")" --strip=0 ; rm "$p"; done; rmdir bash-patches; apk del --no-network .patch-deps; fi; { echo '#include <unistd.h>'; echo; cat /usr/src/bash/lib/sh/strscpy.c; } > /usr/src/bash/lib/sh/strscpy.c.new; mv /usr/src/bash/lib/sh/strscpy.c.new /usr/src/bash/lib/sh/strscpy.c; cd /usr/src/bash; gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)"; ./configure --build="$gnuArch" --enable-readline --with-curses --without-bash-malloc || { cat >&2 config.log; false; }; make -j "$(nproc)"; make install; cd /; rm -r /usr/src/bash; rm -rf /usr/local/share/doc/bash/*.html /usr/local/share/info /usr/local/share/locale /usr/local/share/man ; runDeps="$( scanelf --needed --nobanner --format '%n#p' --recursive /usr/local | tr ',' '\n' | sort -u | awk 'system("[ -e /usr/local/lib/" $1 " ]") == 0 { next } { print "so:" $1 }' )"; apk add --no-network --virtual .bash-rundeps $runDeps; apk del --no-network .build-deps; [ "$(which bash)" = '/usr/local/bin/bash' ]; bash --version; bash -c 'help' > /dev/null

2023-11-02 04:36:10 UTC

/bin/sh -c #(nop) COPY file:651b3bebeba8be9162c56b3eb561199905235f3e1c7811232b6c9f48ac333651 in /usr/local/bin/

2023-11-02 04:36:10 UTC

/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]

2023-11-02 04:36:10 UTC

/bin/sh -c #(nop) CMD ["bash"]

Details
Created

2023-11-01 23:59:53 UTC

Size

6.34 MB

Content Digest
Environment
PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

_BASH_COMMIT

fe24a6a55e8850298b496c5b9d82f1866eba190e

_BASH_VERSION

devel-20231030


Layers

[#000] sha256:96526aa774ef0126ad0fe9e9a95764c5fc37f409ab9e97021e7b4775d82bf6fa - 51.21% (3.24 MB)

[#001] sha256:6469fcc37546aab3787fe8067f37df033c344fa6085b6a4b418683a519db7d0e - 48.78% (3.09 MB)

[#002] sha256:06036b5d63a80a31e637ebf9cc73488071c3ecd7bfe0d55192b905857a7026b4 - 0.01% (340 Bytes)


History
2023-09-28 21:19:27 UTC

/bin/sh -c #(nop) ADD file:756183bba9c7f4593c2b216e98e4208b9163c4c962ea0837ef88bd917609d001 in /

2023-09-28 21:19:27 UTC

/bin/sh -c #(nop) CMD ["/bin/sh"]

2023-11-01 23:59:13 UTC

/bin/sh -c #(nop) ENV _BASH_COMMIT=fe24a6a55e8850298b496c5b9d82f1866eba190e

2023-11-01 23:59:13 UTC

/bin/sh -c #(nop) ENV _BASH_VERSION=devel-20231030

2023-11-01 23:59:53 UTC

/bin/sh -c set -eux; apk add --no-cache --virtual .build-deps bison coreutils dpkg-dev dpkg gcc libc-dev make ncurses-dev patch tar ; wget -O bash.tar.gz "https://git.savannah.gnu.org/cgit/bash.git/snapshot/bash-$_BASH_COMMIT.tar.gz"; mkdir -p /usr/src/bash; tar --extract --file=bash.tar.gz --strip-components=1 --directory=/usr/src/bash ; rm bash.tar.gz; if [ -d bash-patches ]; then apk add --no-cache --virtual .patch-deps patch; for p in bash-patches/*; do patch --directory=/usr/src/bash --input="$(readlink -f "$p")" --strip=0 ; rm "$p"; done; rmdir bash-patches; apk del --no-network .patch-deps; fi; { echo '#include <unistd.h>'; echo; cat /usr/src/bash/lib/sh/strscpy.c; } > /usr/src/bash/lib/sh/strscpy.c.new; mv /usr/src/bash/lib/sh/strscpy.c.new /usr/src/bash/lib/sh/strscpy.c; cd /usr/src/bash; gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)"; ./configure --build="$gnuArch" --enable-readline --with-curses --without-bash-malloc || { cat >&2 config.log; false; }; make -j "$(nproc)"; make install; cd /; rm -r /usr/src/bash; rm -rf /usr/local/share/doc/bash/*.html /usr/local/share/info /usr/local/share/locale /usr/local/share/man ; runDeps="$( scanelf --needed --nobanner --format '%n#p' --recursive /usr/local | tr ',' '\n' | sort -u | awk 'system("[ -e /usr/local/lib/" $1 " ]") == 0 { next } { print "so:" $1 }' )"; apk add --no-network --virtual .bash-rundeps $runDeps; apk del --no-network .build-deps; [ "$(which bash)" = '/usr/local/bin/bash' ]; bash --version; bash -c 'help' > /dev/null

2023-11-01 23:59:53 UTC

/bin/sh -c #(nop) COPY file:651b3bebeba8be9162c56b3eb561199905235f3e1c7811232b6c9f48ac333651 in /usr/local/bin/

2023-11-01 23:59:53 UTC

/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]

2023-11-01 23:59:53 UTC

/bin/sh -c #(nop) CMD ["bash"]

Details
Created

2023-11-02 00:03:56 UTC

Size

6.03 MB

Content Digest
Environment
PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

_BASH_COMMIT

fe24a6a55e8850298b496c5b9d82f1866eba190e

_BASH_VERSION

devel-20231030


Layers

[#000] sha256:91cb83b91ee16f1ee0d588fccef56ab5dbb5689a64e5373caf33d7e4fe52ceb4 - 49.74% (3 MB)

[#001] sha256:7d53b8f863e87b51d8db257f48077ae772051d3932aa2cef6801f9b977396127 - 50.25% (3.03 MB)

[#002] sha256:086351c7f14d9cb8f6ffc69b948d76cd2321a2c7ed98e422baed0bdebda1f07b - 0.01% (335 Bytes)


History
2023-09-28 20:49:16 UTC

/bin/sh -c #(nop) ADD file:2222b03381ff0fce22edd647f5c60529ec6a72202f8d3cb1d6e4648ebcd19a1e in /

2023-09-28 20:49:16 UTC

/bin/sh -c #(nop) CMD ["/bin/sh"]

2023-11-02 00:03:14 UTC

/bin/sh -c #(nop) ENV _BASH_COMMIT=fe24a6a55e8850298b496c5b9d82f1866eba190e

2023-11-02 00:03:14 UTC

/bin/sh -c #(nop) ENV _BASH_VERSION=devel-20231030

2023-11-02 00:03:55 UTC

/bin/sh -c set -eux; apk add --no-cache --virtual .build-deps bison coreutils dpkg-dev dpkg gcc libc-dev make ncurses-dev patch tar ; wget -O bash.tar.gz "https://git.savannah.gnu.org/cgit/bash.git/snapshot/bash-$_BASH_COMMIT.tar.gz"; mkdir -p /usr/src/bash; tar --extract --file=bash.tar.gz --strip-components=1 --directory=/usr/src/bash ; rm bash.tar.gz; if [ -d bash-patches ]; then apk add --no-cache --virtual .patch-deps patch; for p in bash-patches/*; do patch --directory=/usr/src/bash --input="$(readlink -f "$p")" --strip=0 ; rm "$p"; done; rmdir bash-patches; apk del --no-network .patch-deps; fi; { echo '#include <unistd.h>'; echo; cat /usr/src/bash/lib/sh/strscpy.c; } > /usr/src/bash/lib/sh/strscpy.c.new; mv /usr/src/bash/lib/sh/strscpy.c.new /usr/src/bash/lib/sh/strscpy.c; cd /usr/src/bash; gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)"; ./configure --build="$gnuArch" --enable-readline --with-curses --without-bash-malloc || { cat >&2 config.log; false; }; make -j "$(nproc)"; make install; cd /; rm -r /usr/src/bash; rm -rf /usr/local/share/doc/bash/*.html /usr/local/share/info /usr/local/share/locale /usr/local/share/man ; runDeps="$( scanelf --needed --nobanner --format '%n#p' --recursive /usr/local | tr ',' '\n' | sort -u | awk 'system("[ -e /usr/local/lib/" $1 " ]") == 0 { next } { print "so:" $1 }' )"; apk add --no-network --virtual .bash-rundeps $runDeps; apk del --no-network .build-deps; [ "$(which bash)" = '/usr/local/bin/bash' ]; bash --version; bash -c 'help' > /dev/null

2023-11-02 00:03:55 UTC

/bin/sh -c #(nop) COPY file:651b3bebeba8be9162c56b3eb561199905235f3e1c7811232b6c9f48ac333651 in /usr/local/bin/

2023-11-02 00:03:55 UTC

/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]

2023-11-02 00:03:56 UTC

/bin/sh -c #(nop) CMD ["bash"]

Details
Created

2023-11-02 00:12:17 UTC

Size

5.72 MB

Content Digest
Environment
PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

_BASH_COMMIT

fe24a6a55e8850298b496c5b9d82f1866eba190e

_BASH_VERSION

devel-20231030


Layers

[#000] sha256:622a0779436eb93ceea635e910268f867c2eba47d4f62f0bd45f0bd165af3572 - 48.38% (2.77 MB)

[#001] sha256:273de9a3464ea734e09a4932bd3c54576ef2bcefb3fa318a7d49c13377c636a0 - 51.61% (2.95 MB)

[#002] sha256:bb90837fc13c8b5707f00f41f951388238a59da71adab6464a19daeee1aed9f6 - 0.01% (338 Bytes)


History
2023-09-28 20:59:24 UTC

/bin/sh -c #(nop) ADD file:61f54a318ad79861c6177783bb4c604412b5d952f45a9aa12ff97f4dccba7f73 in /

2023-09-28 20:59:24 UTC

/bin/sh -c #(nop) CMD ["/bin/sh"]

2023-11-02 00:11:37 UTC

/bin/sh -c #(nop) ENV _BASH_COMMIT=fe24a6a55e8850298b496c5b9d82f1866eba190e

2023-11-02 00:11:38 UTC

/bin/sh -c #(nop) ENV _BASH_VERSION=devel-20231030

2023-11-02 00:12:16 UTC

/bin/sh -c set -eux; apk add --no-cache --virtual .build-deps bison coreutils dpkg-dev dpkg gcc libc-dev make ncurses-dev patch tar ; wget -O bash.tar.gz "https://git.savannah.gnu.org/cgit/bash.git/snapshot/bash-$_BASH_COMMIT.tar.gz"; mkdir -p /usr/src/bash; tar --extract --file=bash.tar.gz --strip-components=1 --directory=/usr/src/bash ; rm bash.tar.gz; if [ -d bash-patches ]; then apk add --no-cache --virtual .patch-deps patch; for p in bash-patches/*; do patch --directory=/usr/src/bash --input="$(readlink -f "$p")" --strip=0 ; rm "$p"; done; rmdir bash-patches; apk del --no-network .patch-deps; fi; { echo '#include <unistd.h>'; echo; cat /usr/src/bash/lib/sh/strscpy.c; } > /usr/src/bash/lib/sh/strscpy.c.new; mv /usr/src/bash/lib/sh/strscpy.c.new /usr/src/bash/lib/sh/strscpy.c; cd /usr/src/bash; gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)"; ./configure --build="$gnuArch" --enable-readline --with-curses --without-bash-malloc || { cat >&2 config.log; false; }; make -j "$(nproc)"; make install; cd /; rm -r /usr/src/bash; rm -rf /usr/local/share/doc/bash/*.html /usr/local/share/info /usr/local/share/locale /usr/local/share/man ; runDeps="$( scanelf --needed --nobanner --format '%n#p' --recursive /usr/local | tr ',' '\n' | sort -u | awk 'system("[ -e /usr/local/lib/" $1 " ]") == 0 { next } { print "so:" $1 }' )"; apk add --no-network --virtual .bash-rundeps $runDeps; apk del --no-network .build-deps; [ "$(which bash)" = '/usr/local/bin/bash' ]; bash --version; bash -c 'help' > /dev/null

2023-11-02 00:12:17 UTC

/bin/sh -c #(nop) COPY file:651b3bebeba8be9162c56b3eb561199905235f3e1c7811232b6c9f48ac333651 in /usr/local/bin/

2023-11-02 00:12:17 UTC

/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]

2023-11-02 00:12:17 UTC

/bin/sh -c #(nop) CMD ["bash"]

Details
Created

2023-11-02 00:26:36 UTC

Size

6.36 MB

Content Digest
Environment
PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

_BASH_COMMIT

fe24a6a55e8850298b496c5b9d82f1866eba190e

_BASH_VERSION

devel-20231030


Layers

[#000] sha256:579b34f0a95bb83b3acd6b3249ddc52c3d80f5c84b13c944e9e324feb86dd329 - 49.99% (3.18 MB)

[#001] sha256:df85d78f5acc333d2c813ab3d38317501f48795dac204ab118b5a56343704d96 - 50.01% (3.18 MB)

[#002] sha256:326866957217daa706b778adceacf75e79d7362f27d953a2753d7b9bb04c8b1e - 0.01% (336 Bytes)


History
2023-09-28 20:39:33 UTC

/bin/sh -c #(nop) ADD file:ff3112828967e8004a3264d7ece3f81c88e6a1d44d360b9b5613caab15b41717 in /

2023-09-28 20:39:34 UTC

/bin/sh -c #(nop) CMD ["/bin/sh"]

2023-11-02 00:26:00 UTC

/bin/sh -c #(nop) ENV _BASH_COMMIT=fe24a6a55e8850298b496c5b9d82f1866eba190e

2023-11-02 00:26:00 UTC

/bin/sh -c #(nop) ENV _BASH_VERSION=devel-20231030

2023-11-02 00:26:35 UTC

/bin/sh -c set -eux; apk add --no-cache --virtual .build-deps bison coreutils dpkg-dev dpkg gcc libc-dev make ncurses-dev patch tar ; wget -O bash.tar.gz "https://git.savannah.gnu.org/cgit/bash.git/snapshot/bash-$_BASH_COMMIT.tar.gz"; mkdir -p /usr/src/bash; tar --extract --file=bash.tar.gz --strip-components=1 --directory=/usr/src/bash ; rm bash.tar.gz; if [ -d bash-patches ]; then apk add --no-cache --virtual .patch-deps patch; for p in bash-patches/*; do patch --directory=/usr/src/bash --input="$(readlink -f "$p")" --strip=0 ; rm "$p"; done; rmdir bash-patches; apk del --no-network .patch-deps; fi; { echo '#include <unistd.h>'; echo; cat /usr/src/bash/lib/sh/strscpy.c; } > /usr/src/bash/lib/sh/strscpy.c.new; mv /usr/src/bash/lib/sh/strscpy.c.new /usr/src/bash/lib/sh/strscpy.c; cd /usr/src/bash; gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)"; ./configure --build="$gnuArch" --enable-readline --with-curses --without-bash-malloc || { cat >&2 config.log; false; }; make -j "$(nproc)"; make install; cd /; rm -r /usr/src/bash; rm -rf /usr/local/share/doc/bash/*.html /usr/local/share/info /usr/local/share/locale /usr/local/share/man ; runDeps="$( scanelf --needed --nobanner --format '%n#p' --recursive /usr/local | tr ',' '\n' | sort -u | awk 'system("[ -e /usr/local/lib/" $1 " ]") == 0 { next } { print "so:" $1 }' )"; apk add --no-network --virtual .bash-rundeps $runDeps; apk del --no-network .build-deps; [ "$(which bash)" = '/usr/local/bin/bash' ]; bash --version; bash -c 'help' > /dev/null

2023-11-02 00:26:35 UTC

/bin/sh -c #(nop) COPY file:651b3bebeba8be9162c56b3eb561199905235f3e1c7811232b6c9f48ac333651 in /usr/local/bin/

2023-11-02 00:26:36 UTC

/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]

2023-11-02 00:26:36 UTC

/bin/sh -c #(nop) CMD ["bash"]

Details
Created

2023-11-02 01:17:02 UTC

Size

6.51 MB

Content Digest
Environment
PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

_BASH_COMMIT

fe24a6a55e8850298b496c5b9d82f1866eba190e

_BASH_VERSION

devel-20231030


Layers

[#000] sha256:cd37f9856024d6685ac0233823aded690551c5872d6a27699a96c6a479d20f6f - 49.04% (3.19 MB)

[#001] sha256:de6c42f75052a2f79102734ea931e87ae871d18424b0987a868b433100e54675 - 50.95% (3.32 MB)

[#002] sha256:52dae42f80958c274324bad8fad4bb25c91fd41c83df3ee71219539811319e46 - 0.0% (341 Bytes)


History
2023-09-28 21:22:20 UTC

/bin/sh -c #(nop) ADD file:a720acb99214334c501363d564d8cae9b90d062ccf8a24a5ba1c831545b783dd in /

2023-09-28 21:22:21 UTC

/bin/sh -c #(nop) CMD ["/bin/sh"]

2023-11-02 01:16:00 UTC

/bin/sh -c #(nop) ENV _BASH_COMMIT=fe24a6a55e8850298b496c5b9d82f1866eba190e

2023-11-02 01:16:00 UTC

/bin/sh -c #(nop) ENV _BASH_VERSION=devel-20231030

2023-11-02 01:17:00 UTC

/bin/sh -c set -eux; apk add --no-cache --virtual .build-deps bison coreutils dpkg-dev dpkg gcc libc-dev make ncurses-dev patch tar ; wget -O bash.tar.gz "https://git.savannah.gnu.org/cgit/bash.git/snapshot/bash-$_BASH_COMMIT.tar.gz"; mkdir -p /usr/src/bash; tar --extract --file=bash.tar.gz --strip-components=1 --directory=/usr/src/bash ; rm bash.tar.gz; if [ -d bash-patches ]; then apk add --no-cache --virtual .patch-deps patch; for p in bash-patches/*; do patch --directory=/usr/src/bash --input="$(readlink -f "$p")" --strip=0 ; rm "$p"; done; rmdir bash-patches; apk del --no-network .patch-deps; fi; { echo '#include <unistd.h>'; echo; cat /usr/src/bash/lib/sh/strscpy.c; } > /usr/src/bash/lib/sh/strscpy.c.new; mv /usr/src/bash/lib/sh/strscpy.c.new /usr/src/bash/lib/sh/strscpy.c; cd /usr/src/bash; gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)"; ./configure --build="$gnuArch" --enable-readline --with-curses --without-bash-malloc || { cat >&2 config.log; false; }; make -j "$(nproc)"; make install; cd /; rm -r /usr/src/bash; rm -rf /usr/local/share/doc/bash/*.html /usr/local/share/info /usr/local/share/locale /usr/local/share/man ; runDeps="$( scanelf --needed --nobanner --format '%n#p' --recursive /usr/local | tr ',' '\n' | sort -u | awk 'system("[ -e /usr/local/lib/" $1 " ]") == 0 { next } { print "so:" $1 }' )"; apk add --no-network --virtual .bash-rundeps $runDeps; apk del --no-network .build-deps; [ "$(which bash)" = '/usr/local/bin/bash' ]; bash --version; bash -c 'help' > /dev/null

2023-11-02 01:17:01 UTC

/bin/sh -c #(nop) COPY file:651b3bebeba8be9162c56b3eb561199905235f3e1c7811232b6c9f48ac333651 in /usr/local/bin/

2023-11-02 01:17:01 UTC

/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]

2023-11-02 01:17:02 UTC

/bin/sh -c #(nop) CMD ["bash"]

Details
Created

2023-11-02 01:33:09 UTC

Size

6.15 MB

Content Digest
Environment
PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

_BASH_COMMIT

fe24a6a55e8850298b496c5b9d82f1866eba190e

_BASH_VERSION

devel-20231030


Layers

[#000] sha256:47539bffe0f44273ec7731d86be2a6171359b3847c9b60c6ac74c4875c3264af - 49.85% (3.07 MB)

[#001] sha256:27b2bccde46e614e1002880f9ffb1a46f06415a6b1564521766ca68ed87a7c64 - 50.14% (3.08 MB)

[#002] sha256:1a188a3d70e549f7540ee65a5fc86dcab9786a6bc5b83d19cb585dd193d8bf17 - 0.01% (342 Bytes)


History
2023-09-28 20:41:43 UTC

/bin/sh -c #(nop) ADD file:fd3808a676fc56c1380e55b2ddbf4014d9371346cf789860b336bc9f00729ed0 in /

2023-09-28 20:41:44 UTC

/bin/sh -c #(nop) CMD ["/bin/sh"]

2023-11-02 01:31:50 UTC

/bin/sh -c #(nop) ENV _BASH_COMMIT=fe24a6a55e8850298b496c5b9d82f1866eba190e

2023-11-02 01:31:51 UTC

/bin/sh -c #(nop) ENV _BASH_VERSION=devel-20231030

2023-11-02 01:33:06 UTC

/bin/sh -c set -eux; apk add --no-cache --virtual .build-deps bison coreutils dpkg-dev dpkg gcc libc-dev make ncurses-dev patch tar ; wget -O bash.tar.gz "https://git.savannah.gnu.org/cgit/bash.git/snapshot/bash-$_BASH_COMMIT.tar.gz"; mkdir -p /usr/src/bash; tar --extract --file=bash.tar.gz --strip-components=1 --directory=/usr/src/bash ; rm bash.tar.gz; if [ -d bash-patches ]; then apk add --no-cache --virtual .patch-deps patch; for p in bash-patches/*; do patch --directory=/usr/src/bash --input="$(readlink -f "$p")" --strip=0 ; rm "$p"; done; rmdir bash-patches; apk del --no-network .patch-deps; fi; { echo '#include <unistd.h>'; echo; cat /usr/src/bash/lib/sh/strscpy.c; } > /usr/src/bash/lib/sh/strscpy.c.new; mv /usr/src/bash/lib/sh/strscpy.c.new /usr/src/bash/lib/sh/strscpy.c; cd /usr/src/bash; gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)"; ./configure --build="$gnuArch" --enable-readline --with-curses --without-bash-malloc || { cat >&2 config.log; false; }; make -j "$(nproc)"; make install; cd /; rm -r /usr/src/bash; rm -rf /usr/local/share/doc/bash/*.html /usr/local/share/info /usr/local/share/locale /usr/local/share/man ; runDeps="$( scanelf --needed --nobanner --format '%n#p' --recursive /usr/local | tr ',' '\n' | sort -u | awk 'system("[ -e /usr/local/lib/" $1 " ]") == 0 { next } { print "so:" $1 }' )"; apk add --no-network --virtual .bash-rundeps $runDeps; apk del --no-network .build-deps; [ "$(which bash)" = '/usr/local/bin/bash' ]; bash --version; bash -c 'help' > /dev/null

2023-11-02 01:33:07 UTC

/bin/sh -c #(nop) COPY file:651b3bebeba8be9162c56b3eb561199905235f3e1c7811232b6c9f48ac333651 in /usr/local/bin/

2023-11-02 01:33:08 UTC

/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]

2023-11-02 01:33:09 UTC

/bin/sh -c #(nop) CMD ["bash"]

Danger Zone
Delete Tag

Please be careful as this will not just delete the reference but also the actual content!

For example when you have latest and v1.2.3 both pointing to the same image
the deletion of latest will also permanently remove v1.2.3.

Delete