2023-04-11 23:39:08 UTC
5.92 MB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
_BASH_COMMITec9447ce9392a0f93d96789c3741285fede8a150
_BASH_VERSIONdevel-20230405
[#000] sha256:b2b0f0faedf1b87a3c77cf90d027fb7a25aa67f35400244a4655ad5842a757e4 - 54.94% (3.25 MB)
[#001] sha256:a2cca4704f677b581b7fd913697a91f5b7570183b3e633544fb5edbf79605d93 - 45.05% (2.67 MB)
[#002] sha256:39871fc7731e9bbb1930eb278dd0e45d2ac0e67923ec362e9c77a9433cb14189 - 0.01% (336 Bytes)
/bin/sh -c #(nop) ADD file:61bc44c9685b610d18bddd05d2ea1e57b4313f5f433a0a0b7e5269ec24f108b0 in /
2023-03-29 17:38:30 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2023-04-11 23:38:12 UTC/bin/sh -c #(nop) ENV _BASH_COMMIT=ec9447ce9392a0f93d96789c3741285fede8a150
2023-04-11 23:38:12 UTC/bin/sh -c #(nop) ENV _BASH_VERSION=devel-20230405
2023-04-11 23:39:08 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://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; 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-04-11 23:39:08 UTC/bin/sh -c #(nop) COPY file:651b3bebeba8be9162c56b3eb561199905235f3e1c7811232b6c9f48ac333651 in /usr/local/bin/
2023-04-11 23:39:08 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2023-04-11 23:39:08 UTC/bin/sh -c #(nop) CMD ["bash"]
2023-04-11 23:21:44 UTC
5.94 MB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
_BASH_COMMITec9447ce9392a0f93d96789c3741285fede8a150
_BASH_VERSIONdevel-20230405
[#000] sha256:f56be85fc22e46face30e2c3de3f7fe7c15f8fd7c4e5add29d7f64b87abdaa09 - 54.19% (3.22 MB)
[#001] sha256:404113de70ac1959f08ac975a6f9d3fa1284365243ae49a3ac74988d6291c946 - 45.8% (2.72 MB)
[#002] sha256:54f53eb3e204a87bcdb23c727e5c854cd1a03a0450f79fab373518765bf08939 - 0.01% (338 Bytes)
/bin/sh -c #(nop) ADD file:9a4f77dfaba7fd2aa78186e4ef0e7486ad55101cefc1fabbc1b385601bb38920 in /
2023-03-29 18:19:24 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2023-04-11 23:21:00 UTC/bin/sh -c #(nop) ENV _BASH_COMMIT=ec9447ce9392a0f93d96789c3741285fede8a150
2023-04-11 23:21:00 UTC/bin/sh -c #(nop) ENV _BASH_VERSION=devel-20230405
2023-04-11 23:21:44 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://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; 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-04-11 23:21:44 UTC/bin/sh -c #(nop) COPY file:651b3bebeba8be9162c56b3eb561199905235f3e1c7811232b6c9f48ac333651 in /usr/local/bin/
2023-04-11 23:21:44 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2023-04-11 23:21:44 UTC/bin/sh -c #(nop) CMD ["bash"]
2023-04-11 23:49:48 UTC
5.68 MB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
_BASH_COMMITec9447ce9392a0f93d96789c3741285fede8a150
_BASH_VERSIONdevel-20230405
[#000] sha256:75257e753735e4ff78fae2d44018022a6ac775290e02103713a70699ece7576e - 52.19% (2.97 MB)
[#001] sha256:afcc1576101042e34229a1d994cd119c02a23234b81d7a71dbc29ef59f310380 - 47.8% (2.72 MB)
[#002] sha256:ceeee3adf5368af6893ae90f9f939c367a7c7465cc0566e515c057755e13c36c - 0.01% (342 Bytes)
/bin/sh -c #(nop) ADD file:2dd294d20c0b500c8fed6b410b059429b36f51cd48a45eaf7a06ecbef9e2a3bb in /
2023-03-29 18:01:09 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2023-04-11 23:49:11 UTC/bin/sh -c #(nop) ENV _BASH_COMMIT=ec9447ce9392a0f93d96789c3741285fede8a150
2023-04-11 23:49:11 UTC/bin/sh -c #(nop) ENV _BASH_VERSION=devel-20230405
2023-04-11 23:49:48 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://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; 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-04-11 23:49:48 UTC/bin/sh -c #(nop) COPY file:651b3bebeba8be9162c56b3eb561199905235f3e1c7811232b6c9f48ac333651 in /usr/local/bin/
2023-04-11 23:49:48 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2023-04-11 23:49:48 UTC/bin/sh -c #(nop) CMD ["bash"]
2023-04-11 23:57:47 UTC
5.4 MB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
_BASH_COMMITec9447ce9392a0f93d96789c3741285fede8a150
_BASH_VERSIONdevel-20230405
[#000] sha256:fd4b2aeb476b6c2c0c3049dae919de20fe09e90deac95e3181d717055cbe6707 - 50.67% (2.74 MB)
[#001] sha256:1d982c8fe8bca8681819f8cb8e79bd87f26ce965450f288acc656176b30c41ac - 49.32% (2.66 MB)
[#002] sha256:d6df2894c614fbc9c000f5c883078f0b14db876a045a11cf84a453e35e2d6f08 - 0.01% (340 Bytes)
/bin/sh -c #(nop) ADD file:959fa0ffb60c37c4fdc0d32ac31511f8dead32ef7f4bd848b11ff144a6b37012 in /
2023-03-29 18:03:38 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2023-04-11 23:57:11 UTC/bin/sh -c #(nop) ENV _BASH_COMMIT=ec9447ce9392a0f93d96789c3741285fede8a150
2023-04-11 23:57:11 UTC/bin/sh -c #(nop) ENV _BASH_VERSION=devel-20230405
2023-04-11 23:57:47 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://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; 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-04-11 23:57:47 UTC/bin/sh -c #(nop) COPY file:651b3bebeba8be9162c56b3eb561199905235f3e1c7811232b6c9f48ac333651 in /usr/local/bin/
2023-04-11 23:57:47 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2023-04-11 23:57:47 UTC/bin/sh -c #(nop) CMD ["bash"]
2023-04-11 23:45:16 UTC
5.9 MB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
_BASH_COMMITec9447ce9392a0f93d96789c3741285fede8a150
_BASH_VERSIONdevel-20230405
[#000] sha256:c41833b44d910632b415cd89a9cdaa4d62c9725dc56c99a7ddadafd6719960f9 - 52.68% (3.11 MB)
[#001] sha256:dbec906cdc9770ee054cbc3e38c905b5ea20e2a4cd2870b8d35db4adda198433 - 47.31% (2.79 MB)
[#002] sha256:e31be6a440612d006462a0a8f8b2faefa509c2130d1c94b340b3bb5103b62ceb - 0.01% (340 Bytes)
/bin/sh -c #(nop) ADD file:e51d4089e73ad6dee52b31f0c8059a00c17df6e23f6741fe11b43bd84cc99008 in /
2023-03-29 17:39:18 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2023-04-11 23:44:39 UTC/bin/sh -c #(nop) ENV _BASH_COMMIT=ec9447ce9392a0f93d96789c3741285fede8a150
2023-04-11 23:44:39 UTC/bin/sh -c #(nop) ENV _BASH_VERSION=devel-20230405
2023-04-11 23:45: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://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; 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-04-11 23:45:16 UTC/bin/sh -c #(nop) COPY file:651b3bebeba8be9162c56b3eb561199905235f3e1c7811232b6c9f48ac333651 in /usr/local/bin/
2023-04-11 23:45:16 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2023-04-11 23:45:16 UTC/bin/sh -c #(nop) CMD ["bash"]
2023-04-12 00:05:25 UTC
6.19 MB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
_BASH_COMMITec9447ce9392a0f93d96789c3741285fede8a150
_BASH_VERSIONdevel-20230405
[#000] sha256:1b7d25764eb3d3c55d73f5dfb9e3e9d75f3f39132e1b16142319de2a062dd673 - 52.26% (3.23 MB)
[#001] sha256:641e521727f90400932acd7eefa5c1587a91ec1e1ac4a674fabb6d675b4d1536 - 47.73% (2.95 MB)
[#002] sha256:7eb1f322c471fb9eadf52d1eb4d0dac79a5a5b8b86c181b19870606d3ffb7075 - 0.01% (341 Bytes)
/bin/sh -c #(nop) ADD file:e95c1f256ba4bda85c5cbc0d8e84e6f329aa17c9dd2715b2da043e2139049124 in /
2023-03-29 18:16:28 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2023-04-12 00:04:04 UTC/bin/sh -c #(nop) ENV _BASH_COMMIT=ec9447ce9392a0f93d96789c3741285fede8a150
2023-04-12 00:04:06 UTC/bin/sh -c #(nop) ENV _BASH_VERSION=devel-20230405
2023-04-12 00:05:24 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://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; 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-04-12 00:05:25 UTC/bin/sh -c #(nop) COPY file:651b3bebeba8be9162c56b3eb561199905235f3e1c7811232b6c9f48ac333651 in /usr/local/bin/
2023-04-12 00:05:25 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2023-04-12 00:05:25 UTC/bin/sh -c #(nop) CMD ["bash"]
2023-04-11 23:56:37 UTC
5.73 MB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
_BASH_COMMITec9447ce9392a0f93d96789c3741285fede8a150
_BASH_VERSIONdevel-20230405
[#000] sha256:a76f78d8854217635d8049ec8501edb806f961e72989cfff8503982e6ff2579d - 52.82% (3.03 MB)
[#001] sha256:d82483c0c85c41ecf544802a576154956ba58edddd0b01b6bf79a0aec5b35805 - 47.17% (2.7 MB)
[#002] sha256:c0cca0b11f09112832fb31d80cf512a2a0f0949a0e0201b09203587122693573 - 0.01% (342 Bytes)
/bin/sh -c #(nop) ADD file:675ad8acf4b076e34aeeba26dd482be7640df5912b1ec5e3183b7eb69c01e83e in /
2023-03-29 17:41:57 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2023-04-11 23:55:33 UTC/bin/sh -c #(nop) ENV _BASH_COMMIT=ec9447ce9392a0f93d96789c3741285fede8a150
2023-04-11 23:55:33 UTC/bin/sh -c #(nop) ENV _BASH_VERSION=devel-20230405
2023-04-11 23:56: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 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; 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-04-11 23:56:36 UTC/bin/sh -c #(nop) COPY file:651b3bebeba8be9162c56b3eb561199905235f3e1c7811232b6c9f48ac333651 in /usr/local/bin/
2023-04-11 23:56:36 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2023-04-11 23:56:37 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.