2021-11-13 06:02:38 UTC
4.43 MB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
_BASH_BASELINE4.2.53
_BASH_BASELINE_PATCH53
_BASH_LATEST_PATCH53
_BASH_VERSION4.2.53
[#000] sha256:5420e0d28c84ecb16748cb90cc6acf8e2a81dab10cb1f674f3eee8533e53c62a - 60.97% (2.7 MB)
[#001] sha256:75bc46b7962067aaaec486d536d93fd57443052f0475584abc585394c75261ee - 39.03% (1.73 MB)
[#002] sha256:dee69c74ac5ab8ac57419d5ffbc1c51f23b1777a783f02afe4e8a9b36dcddc0e - 0.01% (345 Bytes)
/bin/sh -c #(nop) ADD file:403428c2903dd9dea10d069185873cb2c2c3149c553797807c69f22aa3d12fe3 in /
2021-11-12 16:38:42 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2021-11-13 06:01:39 UTC/bin/sh -c #(nop) ENV _BASH_VERSION=4.2.53
2021-11-13 06:01:39 UTC/bin/sh -c #(nop) ENV _BASH_BASELINE=4.2.53
2021-11-13 06:01:40 UTC/bin/sh -c #(nop) ENV _BASH_BASELINE_PATCH=53
2021-11-13 06:01:40 UTC/bin/sh -c #(nop) ENV _BASH_LATEST_PATCH=53
2021-11-13 06:02:37 UTC/bin/sh -c set -eux; apk add --no-cache --virtual .build-deps bison coreutils dpkg-dev dpkg gcc libc-dev make ncurses-dev tar ; wget -O bash.tar.gz "https://ftp.gnu.org/gnu/bash/bash-$_BASH_BASELINE.tar.gz"; wget -O bash.tar.gz.sig "https://ftp.gnu.org/gnu/bash/bash-$_BASH_BASELINE.tar.gz.sig"; : "${_BASH_BASELINE_PATCH:=0}" "${_BASH_LATEST_PATCH:=0}"; if [ "$_BASH_LATEST_PATCH" -gt "$_BASH_BASELINE_PATCH" ]; then mkdir -p bash-patches; first="$(printf '%03d' "$(( _BASH_BASELINE_PATCH + 1 ))")"; last="$(printf '%03d' "$_BASH_LATEST_PATCH")"; majorMinor="${_BASH_VERSION%.*}"; for patch in $(seq -w "$first" "$last"); do url="https://ftp.gnu.org/gnu/bash/bash-$majorMinor-patches/bash${majorMinor//./}-$patch"; wget -O "bash-patches/$patch" "$url"; wget -O "bash-patches/$patch.sig" "$url.sig"; done; fi; apk add --no-cache --virtual .gpg-deps gnupg; export GNUPGHOME="$(mktemp -d)"; gpg --batch --keyserver keyserver.ubuntu.com --recv-keys 7C0135FB088AAF6C66C650B9BB5869F064EA74AB; gpg --batch --verify bash.tar.gz.sig bash.tar.gz; rm bash.tar.gz.sig; if [ -d bash-patches ]; then for sig in bash-patches/*.sig; do p="${sig%.sig}"; gpg --batch --verify "$sig" "$p"; rm "$sig"; done; fi; gpgconf --kill all; rm -rf "$GNUPGHOME"; apk del --no-network .gpg-deps; 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; cd /usr/src/bash; gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)"; for f in config.guess config.sub; do wget -O "support/$f" "https://git.savannah.gnu.org/cgit/config.git/plain/$f?id=7d3d27baf8107b630586c962c057e22149653deb"; done; ./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 'echo "${BASH_VERSION%%[^0-9.]*}"')" = "$_BASH_VERSION" ]; bash -c 'help' > /dev/null
2021-11-13 06:02:37 UTC/bin/sh -c #(nop) COPY file:651b3bebeba8be9162c56b3eb561199905235f3e1c7811232b6c9f48ac333651 in /usr/local/bin/
2021-11-13 06:02:37 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2021-11-13 06:02:38 UTC/bin/sh -c #(nop) CMD ["bash"]
2021-11-12 21:38:55 UTC
4.46 MB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
_BASH_BASELINE4.2.53
_BASH_BASELINE_PATCH53
_BASH_LATEST_PATCH53
_BASH_VERSION4.2.53
[#000] sha256:97518928ae5f3d52d4164b314a7e73654eb686ecd8aafa0b79acd980773a740d - 60.31% (2.69 MB)
[#001] sha256:928f43d8b30fdc12d1b77b306147e00bf67d706c3f897ce95bb26561e0ec5f7c - 39.68% (1.77 MB)
[#002] sha256:0ef81ced78c22c654c09a9598e5935c242ce3d1749e5aee667de6276dfc4fbf3 - 0.01% (345 Bytes)
/bin/sh -c #(nop) ADD file:762c899ec0505d1a32930ee804c5b008825f41611161be104076cba33b7e5b2b in /
2021-11-12 17:19:45 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2021-11-12 21:37:15 UTC/bin/sh -c #(nop) ENV _BASH_VERSION=4.2.53
2021-11-12 21:37:16 UTC/bin/sh -c #(nop) ENV _BASH_BASELINE=4.2.53
2021-11-12 21:37:16 UTC/bin/sh -c #(nop) ENV _BASH_BASELINE_PATCH=53
2021-11-12 21:37:16 UTC/bin/sh -c #(nop) ENV _BASH_LATEST_PATCH=53
2021-11-12 21:38: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 tar ; wget -O bash.tar.gz "https://ftp.gnu.org/gnu/bash/bash-$_BASH_BASELINE.tar.gz"; wget -O bash.tar.gz.sig "https://ftp.gnu.org/gnu/bash/bash-$_BASH_BASELINE.tar.gz.sig"; : "${_BASH_BASELINE_PATCH:=0}" "${_BASH_LATEST_PATCH:=0}"; if [ "$_BASH_LATEST_PATCH" -gt "$_BASH_BASELINE_PATCH" ]; then mkdir -p bash-patches; first="$(printf '%03d' "$(( _BASH_BASELINE_PATCH + 1 ))")"; last="$(printf '%03d' "$_BASH_LATEST_PATCH")"; majorMinor="${_BASH_VERSION%.*}"; for patch in $(seq -w "$first" "$last"); do url="https://ftp.gnu.org/gnu/bash/bash-$majorMinor-patches/bash${majorMinor//./}-$patch"; wget -O "bash-patches/$patch" "$url"; wget -O "bash-patches/$patch.sig" "$url.sig"; done; fi; apk add --no-cache --virtual .gpg-deps gnupg; export GNUPGHOME="$(mktemp -d)"; gpg --batch --keyserver keyserver.ubuntu.com --recv-keys 7C0135FB088AAF6C66C650B9BB5869F064EA74AB; gpg --batch --verify bash.tar.gz.sig bash.tar.gz; rm bash.tar.gz.sig; if [ -d bash-patches ]; then for sig in bash-patches/*.sig; do p="${sig%.sig}"; gpg --batch --verify "$sig" "$p"; rm "$sig"; done; fi; gpgconf --kill all; rm -rf "$GNUPGHOME"; apk del --no-network .gpg-deps; 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; cd /usr/src/bash; gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)"; for f in config.guess config.sub; do wget -O "support/$f" "https://git.savannah.gnu.org/cgit/config.git/plain/$f?id=7d3d27baf8107b630586c962c057e22149653deb"; done; ./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 'echo "${BASH_VERSION%%[^0-9.]*}"')" = "$_BASH_VERSION" ]; bash -c 'help' > /dev/null
2021-11-12 21:38:55 UTC/bin/sh -c #(nop) COPY file:651b3bebeba8be9162c56b3eb561199905235f3e1c7811232b6c9f48ac333651 in /usr/local/bin/
2021-11-12 21:38:55 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2021-11-12 21:38:55 UTC/bin/sh -c #(nop) CMD ["bash"]
2021-11-13 06:20:41 UTC
4.22 MB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
_BASH_BASELINE4.2.53
_BASH_BASELINE_PATCH53
_BASH_LATEST_PATCH53
_BASH_VERSION4.2.53
[#000] sha256:56afcfda5d78cc243287acbaad250c5e8c0f47aae620dd7c51985b0d3c9b2728 - 59.6% (2.51 MB)
[#001] sha256:1d9e64367fe51a4887f1895ed375bfcee73604c56db45d95e4b0c70c99d54eb9 - 40.39% (1.7 MB)
[#002] sha256:6449079e60380f2e224568fb69f389e177db3de14edb7a4edbaa36ea307383f7 - 0.01% (344 Bytes)
/bin/sh -c #(nop) ADD file:6daf1fe862c00673bf9cf4d7e20b0bf253a56e7fb8ed5e730a4466ab9186e18a in /
2021-11-12 16:49:44 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2021-11-13 06:19:18 UTC/bin/sh -c #(nop) ENV _BASH_VERSION=4.2.53
2021-11-13 06:19:18 UTC/bin/sh -c #(nop) ENV _BASH_BASELINE=4.2.53
2021-11-13 06:19:19 UTC/bin/sh -c #(nop) ENV _BASH_BASELINE_PATCH=53
2021-11-13 06:19:19 UTC/bin/sh -c #(nop) ENV _BASH_LATEST_PATCH=53
2021-11-13 06:20:39 UTC/bin/sh -c set -eux; apk add --no-cache --virtual .build-deps bison coreutils dpkg-dev dpkg gcc libc-dev make ncurses-dev tar ; wget -O bash.tar.gz "https://ftp.gnu.org/gnu/bash/bash-$_BASH_BASELINE.tar.gz"; wget -O bash.tar.gz.sig "https://ftp.gnu.org/gnu/bash/bash-$_BASH_BASELINE.tar.gz.sig"; : "${_BASH_BASELINE_PATCH:=0}" "${_BASH_LATEST_PATCH:=0}"; if [ "$_BASH_LATEST_PATCH" -gt "$_BASH_BASELINE_PATCH" ]; then mkdir -p bash-patches; first="$(printf '%03d' "$(( _BASH_BASELINE_PATCH + 1 ))")"; last="$(printf '%03d' "$_BASH_LATEST_PATCH")"; majorMinor="${_BASH_VERSION%.*}"; for patch in $(seq -w "$first" "$last"); do url="https://ftp.gnu.org/gnu/bash/bash-$majorMinor-patches/bash${majorMinor//./}-$patch"; wget -O "bash-patches/$patch" "$url"; wget -O "bash-patches/$patch.sig" "$url.sig"; done; fi; apk add --no-cache --virtual .gpg-deps gnupg; export GNUPGHOME="$(mktemp -d)"; gpg --batch --keyserver keyserver.ubuntu.com --recv-keys 7C0135FB088AAF6C66C650B9BB5869F064EA74AB; gpg --batch --verify bash.tar.gz.sig bash.tar.gz; rm bash.tar.gz.sig; if [ -d bash-patches ]; then for sig in bash-patches/*.sig; do p="${sig%.sig}"; gpg --batch --verify "$sig" "$p"; rm "$sig"; done; fi; gpgconf --kill all; rm -rf "$GNUPGHOME"; apk del --no-network .gpg-deps; 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; cd /usr/src/bash; gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)"; for f in config.guess config.sub; do wget -O "support/$f" "https://git.savannah.gnu.org/cgit/config.git/plain/$f?id=7d3d27baf8107b630586c962c057e22149653deb"; done; ./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 'echo "${BASH_VERSION%%[^0-9.]*}"')" = "$_BASH_VERSION" ]; bash -c 'help' > /dev/null
2021-11-13 06:20:40 UTC/bin/sh -c #(nop) COPY file:651b3bebeba8be9162c56b3eb561199905235f3e1c7811232b6c9f48ac333651 in /usr/local/bin/
2021-11-13 06:20:40 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2021-11-13 06:20:41 UTC/bin/sh -c #(nop) CMD ["bash"]
2021-11-13 04:47:28 UTC
3.99 MB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
_BASH_BASELINE4.2.53
_BASH_BASELINE_PATCH53
_BASH_LATEST_PATCH53
_BASH_VERSION4.2.53
[#000] sha256:764d2e53e1a607f2d8261522185d5b9021ade3ec1a595664ee90308c00176899 - 58.29% (2.33 MB)
[#001] sha256:42cb6ac588c7d7d0b730b54ccf69bd3cad00115ea6d423ebd82a84e3a47d2d82 - 41.7% (1.66 MB)
[#002] sha256:29ffd59d793ef7be890d8f1271ef09fd172facbbeb8ae606d1c7f9af26f0f2a3 - 0.01% (347 Bytes)
/bin/sh -c #(nop) ADD file:03e0720458c3475758bf4394afa56f2165198eb91e6e9581f7768e433744dd9b in /
2021-11-12 16:57:36 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2021-11-13 04:46:06 UTC/bin/sh -c #(nop) ENV _BASH_VERSION=4.2.53
2021-11-13 04:46:06 UTC/bin/sh -c #(nop) ENV _BASH_BASELINE=4.2.53
2021-11-13 04:46:07 UTC/bin/sh -c #(nop) ENV _BASH_BASELINE_PATCH=53
2021-11-13 04:46:07 UTC/bin/sh -c #(nop) ENV _BASH_LATEST_PATCH=53
2021-11-13 04:47:27 UTC/bin/sh -c set -eux; apk add --no-cache --virtual .build-deps bison coreutils dpkg-dev dpkg gcc libc-dev make ncurses-dev tar ; wget -O bash.tar.gz "https://ftp.gnu.org/gnu/bash/bash-$_BASH_BASELINE.tar.gz"; wget -O bash.tar.gz.sig "https://ftp.gnu.org/gnu/bash/bash-$_BASH_BASELINE.tar.gz.sig"; : "${_BASH_BASELINE_PATCH:=0}" "${_BASH_LATEST_PATCH:=0}"; if [ "$_BASH_LATEST_PATCH" -gt "$_BASH_BASELINE_PATCH" ]; then mkdir -p bash-patches; first="$(printf '%03d' "$(( _BASH_BASELINE_PATCH + 1 ))")"; last="$(printf '%03d' "$_BASH_LATEST_PATCH")"; majorMinor="${_BASH_VERSION%.*}"; for patch in $(seq -w "$first" "$last"); do url="https://ftp.gnu.org/gnu/bash/bash-$majorMinor-patches/bash${majorMinor//./}-$patch"; wget -O "bash-patches/$patch" "$url"; wget -O "bash-patches/$patch.sig" "$url.sig"; done; fi; apk add --no-cache --virtual .gpg-deps gnupg; export GNUPGHOME="$(mktemp -d)"; gpg --batch --keyserver keyserver.ubuntu.com --recv-keys 7C0135FB088AAF6C66C650B9BB5869F064EA74AB; gpg --batch --verify bash.tar.gz.sig bash.tar.gz; rm bash.tar.gz.sig; if [ -d bash-patches ]; then for sig in bash-patches/*.sig; do p="${sig%.sig}"; gpg --batch --verify "$sig" "$p"; rm "$sig"; done; fi; gpgconf --kill all; rm -rf "$GNUPGHOME"; apk del --no-network .gpg-deps; 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; cd /usr/src/bash; gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)"; for f in config.guess config.sub; do wget -O "support/$f" "https://git.savannah.gnu.org/cgit/config.git/plain/$f?id=7d3d27baf8107b630586c962c057e22149653deb"; done; ./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 'echo "${BASH_VERSION%%[^0-9.]*}"')" = "$_BASH_VERSION" ]; bash -c 'help' > /dev/null
2021-11-13 04:47:27 UTC/bin/sh -c #(nop) COPY file:651b3bebeba8be9162c56b3eb561199905235f3e1c7811232b6c9f48ac333651 in /usr/local/bin/
2021-11-13 04:47:28 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2021-11-13 04:47:28 UTC/bin/sh -c #(nop) CMD ["bash"]
2021-11-13 06:40:00 UTC
4.37 MB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
_BASH_BASELINE4.2.53
_BASH_BASELINE_PATCH53
_BASH_LATEST_PATCH53
_BASH_VERSION4.2.53
[#000] sha256:be307f383ecc62b27a29b599c3fc9d3129693a798e7fcce614f09174cfe2d354 - 59.36% (2.59 MB)
[#001] sha256:285b5d573b96ab69d564e3f39f1b8d58fdf651b991eaf69cb1d03b6a8a093c4c - 40.63% (1.77 MB)
[#002] sha256:027c60dbd22400226bc078a98a26623804171947e3d67fb0ae11487d77d90109 - 0.01% (345 Bytes)
/bin/sh -c #(nop) ADD file:400c0466b29ccad54e0f6c0acef22542992828678c96693ef1f9f4d0551935d8 in /
2021-11-12 16:39:58 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2021-11-13 06:39:04 UTC/bin/sh -c #(nop) ENV _BASH_VERSION=4.2.53
2021-11-13 06:39:05 UTC/bin/sh -c #(nop) ENV _BASH_BASELINE=4.2.53
2021-11-13 06:39:06 UTC/bin/sh -c #(nop) ENV _BASH_BASELINE_PATCH=53
2021-11-13 06:39:07 UTC/bin/sh -c #(nop) ENV _BASH_LATEST_PATCH=53
2021-11-13 06:39:57 UTC/bin/sh -c set -eux; apk add --no-cache --virtual .build-deps bison coreutils dpkg-dev dpkg gcc libc-dev make ncurses-dev tar ; wget -O bash.tar.gz "https://ftp.gnu.org/gnu/bash/bash-$_BASH_BASELINE.tar.gz"; wget -O bash.tar.gz.sig "https://ftp.gnu.org/gnu/bash/bash-$_BASH_BASELINE.tar.gz.sig"; : "${_BASH_BASELINE_PATCH:=0}" "${_BASH_LATEST_PATCH:=0}"; if [ "$_BASH_LATEST_PATCH" -gt "$_BASH_BASELINE_PATCH" ]; then mkdir -p bash-patches; first="$(printf '%03d' "$(( _BASH_BASELINE_PATCH + 1 ))")"; last="$(printf '%03d' "$_BASH_LATEST_PATCH")"; majorMinor="${_BASH_VERSION%.*}"; for patch in $(seq -w "$first" "$last"); do url="https://ftp.gnu.org/gnu/bash/bash-$majorMinor-patches/bash${majorMinor//./}-$patch"; wget -O "bash-patches/$patch" "$url"; wget -O "bash-patches/$patch.sig" "$url.sig"; done; fi; apk add --no-cache --virtual .gpg-deps gnupg; export GNUPGHOME="$(mktemp -d)"; gpg --batch --keyserver keyserver.ubuntu.com --recv-keys 7C0135FB088AAF6C66C650B9BB5869F064EA74AB; gpg --batch --verify bash.tar.gz.sig bash.tar.gz; rm bash.tar.gz.sig; if [ -d bash-patches ]; then for sig in bash-patches/*.sig; do p="${sig%.sig}"; gpg --batch --verify "$sig" "$p"; rm "$sig"; done; fi; gpgconf --kill all; rm -rf "$GNUPGHOME"; apk del --no-network .gpg-deps; 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; cd /usr/src/bash; gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)"; for f in config.guess config.sub; do wget -O "support/$f" "https://git.savannah.gnu.org/cgit/config.git/plain/$f?id=7d3d27baf8107b630586c962c057e22149653deb"; done; ./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 'echo "${BASH_VERSION%%[^0-9.]*}"')" = "$_BASH_VERSION" ]; bash -c 'help' > /dev/null
2021-11-13 06:39:59 UTC/bin/sh -c #(nop) COPY file:651b3bebeba8be9162c56b3eb561199905235f3e1c7811232b6c9f48ac333651 in /usr/local/bin/
2021-11-13 06:39:59 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2021-11-13 06:40:00 UTC/bin/sh -c #(nop) CMD ["bash"]
2021-11-13 16:53:11 UTC
4.58 MB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
_BASH_BASELINE4.2.53
_BASH_BASELINE_PATCH53
_BASH_LATEST_PATCH53
_BASH_VERSION4.2.53
[#000] sha256:72940440c1ab65eca4d38846164719ffde4b147543cc658d041407a925b13368 - 58.69% (2.69 MB)
[#001] sha256:9db749b8bfa81bca7a2a75eabf90d51ed44b3c1c66f672b0b5879360df5316db - 41.31% (1.89 MB)
[#002] sha256:dc4e0c5801f50295aa81eaeb2fb73c7d17972e60ee4c26e90bfa693b1ec785b2 - 0.01% (348 Bytes)
/bin/sh -c #(nop) ADD file:4d45063079cb28a34f1e382fddb22f156ac99d5449aa05ed37cb653c1f7b80f2 in /
2021-11-12 21:18:01 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2021-11-13 16:51:46 UTC/bin/sh -c #(nop) ENV _BASH_VERSION=4.2.53
2021-11-13 16:51:53 UTC/bin/sh -c #(nop) ENV _BASH_BASELINE=4.2.53
2021-11-13 16:51:57 UTC/bin/sh -c #(nop) ENV _BASH_BASELINE_PATCH=53
2021-11-13 16:52:04 UTC/bin/sh -c #(nop) ENV _BASH_LATEST_PATCH=53
2021-11-13 16:53:03 UTC/bin/sh -c set -eux; apk add --no-cache --virtual .build-deps bison coreutils dpkg-dev dpkg gcc libc-dev make ncurses-dev tar ; wget -O bash.tar.gz "https://ftp.gnu.org/gnu/bash/bash-$_BASH_BASELINE.tar.gz"; wget -O bash.tar.gz.sig "https://ftp.gnu.org/gnu/bash/bash-$_BASH_BASELINE.tar.gz.sig"; : "${_BASH_BASELINE_PATCH:=0}" "${_BASH_LATEST_PATCH:=0}"; if [ "$_BASH_LATEST_PATCH" -gt "$_BASH_BASELINE_PATCH" ]; then mkdir -p bash-patches; first="$(printf '%03d' "$(( _BASH_BASELINE_PATCH + 1 ))")"; last="$(printf '%03d' "$_BASH_LATEST_PATCH")"; majorMinor="${_BASH_VERSION%.*}"; for patch in $(seq -w "$first" "$last"); do url="https://ftp.gnu.org/gnu/bash/bash-$majorMinor-patches/bash${majorMinor//./}-$patch"; wget -O "bash-patches/$patch" "$url"; wget -O "bash-patches/$patch.sig" "$url.sig"; done; fi; apk add --no-cache --virtual .gpg-deps gnupg; export GNUPGHOME="$(mktemp -d)"; gpg --batch --keyserver keyserver.ubuntu.com --recv-keys 7C0135FB088AAF6C66C650B9BB5869F064EA74AB; gpg --batch --verify bash.tar.gz.sig bash.tar.gz; rm bash.tar.gz.sig; if [ -d bash-patches ]; then for sig in bash-patches/*.sig; do p="${sig%.sig}"; gpg --batch --verify "$sig" "$p"; rm "$sig"; done; fi; gpgconf --kill all; rm -rf "$GNUPGHOME"; apk del --no-network .gpg-deps; 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; cd /usr/src/bash; gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)"; for f in config.guess config.sub; do wget -O "support/$f" "https://git.savannah.gnu.org/cgit/config.git/plain/$f?id=7d3d27baf8107b630586c962c057e22149653deb"; done; ./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 'echo "${BASH_VERSION%%[^0-9.]*}"')" = "$_BASH_VERSION" ]; bash -c 'help' > /dev/null
2021-11-13 16:53:07 UTC/bin/sh -c #(nop) COPY file:651b3bebeba8be9162c56b3eb561199905235f3e1c7811232b6c9f48ac333651 in /usr/local/bin/
2021-11-13 16:53:09 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2021-11-13 16:53:11 UTC/bin/sh -c #(nop) CMD ["bash"]
2021-11-13 04:07:17 UTC
4.28 MB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
_BASH_BASELINE4.2.53
_BASH_BASELINE_PATCH53
_BASH_LATEST_PATCH53
_BASH_VERSION4.2.53
[#000] sha256:817a13b0e05928f7491adbf1d2cf261ec35079112247bd03469bbe31156aca7c - 58.13% (2.49 MB)
[#001] sha256:aa15cf72084dd796e81356b5cb6558c62862aac4c69dd9d06c34444845f50699 - 41.86% (1.79 MB)
[#002] sha256:016fccbb07346408c6634452a342c0324e479cd6167fd2b5db6613589073add3 - 0.01% (346 Bytes)
/bin/sh -c #(nop) ADD file:7e0cf02b3f015b1a0f867c03b2902b85f2140be1cee7af63c23f367a487e4577 in /
2021-11-12 16:41:36 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2021-11-13 04:06:47 UTC/bin/sh -c #(nop) ENV _BASH_VERSION=4.2.53
2021-11-13 04:06:47 UTC/bin/sh -c #(nop) ENV _BASH_BASELINE=4.2.53
2021-11-13 04:06:47 UTC/bin/sh -c #(nop) ENV _BASH_BASELINE_PATCH=53
2021-11-13 04:06:47 UTC/bin/sh -c #(nop) ENV _BASH_LATEST_PATCH=53
2021-11-13 04:07: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 tar ; wget -O bash.tar.gz "https://ftp.gnu.org/gnu/bash/bash-$_BASH_BASELINE.tar.gz"; wget -O bash.tar.gz.sig "https://ftp.gnu.org/gnu/bash/bash-$_BASH_BASELINE.tar.gz.sig"; : "${_BASH_BASELINE_PATCH:=0}" "${_BASH_LATEST_PATCH:=0}"; if [ "$_BASH_LATEST_PATCH" -gt "$_BASH_BASELINE_PATCH" ]; then mkdir -p bash-patches; first="$(printf '%03d' "$(( _BASH_BASELINE_PATCH + 1 ))")"; last="$(printf '%03d' "$_BASH_LATEST_PATCH")"; majorMinor="${_BASH_VERSION%.*}"; for patch in $(seq -w "$first" "$last"); do url="https://ftp.gnu.org/gnu/bash/bash-$majorMinor-patches/bash${majorMinor//./}-$patch"; wget -O "bash-patches/$patch" "$url"; wget -O "bash-patches/$patch.sig" "$url.sig"; done; fi; apk add --no-cache --virtual .gpg-deps gnupg; export GNUPGHOME="$(mktemp -d)"; gpg --batch --keyserver keyserver.ubuntu.com --recv-keys 7C0135FB088AAF6C66C650B9BB5869F064EA74AB; gpg --batch --verify bash.tar.gz.sig bash.tar.gz; rm bash.tar.gz.sig; if [ -d bash-patches ]; then for sig in bash-patches/*.sig; do p="${sig%.sig}"; gpg --batch --verify "$sig" "$p"; rm "$sig"; done; fi; gpgconf --kill all; rm -rf "$GNUPGHOME"; apk del --no-network .gpg-deps; 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; cd /usr/src/bash; gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)"; for f in config.guess config.sub; do wget -O "support/$f" "https://git.savannah.gnu.org/cgit/config.git/plain/$f?id=7d3d27baf8107b630586c962c057e22149653deb"; done; ./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 'echo "${BASH_VERSION%%[^0-9.]*}"')" = "$_BASH_VERSION" ]; bash -c 'help' > /dev/null
2021-11-13 04:07:17 UTC/bin/sh -c #(nop) COPY file:651b3bebeba8be9162c56b3eb561199905235f3e1c7811232b6c9f48ac333651 in /usr/local/bin/
2021-11-13 04:07:17 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2021-11-13 04:07:17 UTC/bin/sh -c #(nop) CMD ["bash"]
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.