2023-02-23 12:37:48 UTC
947 MB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
_BASH_BASELINE4.4.18
_BASH_BASELINE_PATCH18
_BASH_LATEST_PATCH23
_BASH_VERSION4.4.23
[#000] sha256:ef5531b6e74e7865f5d142926b572d742ad47c153211de707903b4f5dd8d9e77 - 0.28% (2.68 MB)
[#001] sha256:f99c2c5bc0fc6e15b33a406e0678cea7598921c57ecb9abc93f8ea049c1d824d - 0.24% (2.28 MB)
[#002] sha256:dbede70dee1a529d288218c747ab16ef5ebf436115a210aab8afbedff5d81338 - 0.0% (338 Bytes)
[#003] sha256:28f40e1c8158eefe2645d89d6a9722163930aaa3f5b38231f462ee3d1c5afd4a - 99.48% (942 MB)
/bin/sh -c #(nop) ADD file:ac5fb7eb0d68040d948989f0a50914d0d4a6b631cfe76b508eecd82eb7d46953 in /
2023-02-11 04:46:50 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2023-02-11 07:21:40 UTC/bin/sh -c #(nop) ENV _BASH_VERSION=4.4.23
2023-02-11 07:21:40 UTC/bin/sh -c #(nop) ENV _BASH_BASELINE=4.4.18
2023-02-11 07:21:41 UTC/bin/sh -c #(nop) ENV _BASH_BASELINE_PATCH=18
2023-02-11 07:21:41 UTC/bin/sh -c #(nop) ENV _BASH_LATEST_PATCH=23
2023-02-11 07:22:22 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
2023-02-11 07:22:22 UTC/bin/sh -c #(nop) COPY file:651b3bebeba8be9162c56b3eb561199905235f3e1c7811232b6c9f48ac333651 in /usr/local/bin/
2023-02-11 07:22:22 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2023-02-11 07:22:22 UTC/bin/sh -c #(nop) CMD ["bash"]
2023-02-23 12:31:11 UTC/bin/sh -c #(nop) COPY file:d3c853dfe54304129c3ad192ec5b5029201821cc9c666b614e6b28747411e0c5 in /
2023-02-23 12:31:14 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2023-02-23 12:37:48 UTC/bin/sh -c #(nop) LABEL build_date=2023-02-23T12:37:34Z
2023-02-23 12:37:48 UTC/bin/sh -c #(nop) CMD ["bash"]