2025-06-04 21:00:47 UTC
66.3 MB
1.0.0
HY_VERSION1.1.0
LANGC.UTF-8
PATH/opt/pypy/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PYPY_VERSION7.3.19
[#000] sha256:40be1da6146972d9df50a98eef7b5c0f729cd95a3a38782418f354f3b9355a9a - 44.87% (29.7 MB)
[#001] sha256:0d5c9335f1fc237df0930e38b83281f59ac31963797312ac9ead87a6533a8362 - 1.55% (1.03 MB)
[#002] sha256:20ac33867b77b2917a16a9f7d8743df413b16acef31991367654405f98a8db88 - 44.42% (29.5 MB)
[#003] sha256:18fa0d684c19b8978a6f56692865c216990555f3155d8a2082820386a80b8562 - 9.16% (6.07 MB)
# debian.sh --arch 'i386' out/ 'bullseye' '@1751241600'
2025-04-09 18:15:04 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c set -eux; apt-get update; apt-get install -y --no-install-recommends ca-certificates; rm -rf /var/lib/apt/lists/* # buildkit
2025-04-09 18:15:04 UTC (buildkit.dockerfile.v0)ENV LANG=C.UTF-8
2025-04-09 18:15:04 UTC (buildkit.dockerfile.v0)ENV PATH=/opt/pypy/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2025-04-09 18:15:04 UTC (buildkit.dockerfile.v0)ENV PYPY_VERSION=7.3.19
2025-04-09 18:15:04 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c set -eux; dpkgArch="$(dpkg --print-architecture)"; case "${dpkgArch##*-}" in 'amd64') url='https://downloads.python.org/pypy/pypy3.10-v7.3.19-linux64.tar.bz2'; sha256='c73ac2cc2380ac9227fd297482bf2a3e17a80618ba46db7544d535515321ec1e'; ;; 'arm64') url='https://downloads.python.org/pypy/pypy3.10-v7.3.19-aarch64.tar.bz2'; sha256='af27a589178f11198e2244ab65ca510630ba97c131d7ccc4021eb5bc58de7f57'; ;; 'i386') url='https://downloads.python.org/pypy/pypy3.10-v7.3.19-linux32.tar.bz2'; sha256='e63a4fcad2641ee541e852918befb513abf04ce7070f743a50778cae9f9da80e'; ;; *) echo >&2 "error: current architecture ($dpkgArch) does not have a corresponding PyPy $PYPY_VERSION binary release"; exit 1 ;; esac; savedAptMark="$(apt-mark showmanual)"; apt-get update; apt-get install -y --no-install-recommends bzip2 wget libexpat1 libncurses5 libncursesw6 libsqlite3-0 ; wget -O pypy.tar.bz2 "$url" --progress=dot:giga; echo "$sha256 *pypy.tar.bz2" | sha256sum --check --strict -; mkdir /opt/pypy; tar -xjC /opt/pypy --strip-components=1 -f pypy.tar.bz2; find /opt/pypy/lib* -depth -type d -a \( -name test -o -name tests \) -exec rm -rf '{}' +; rm pypy.tar.bz2; ln -sv '/opt/pypy/bin/pypy3' /usr/local/bin/; pypy3 --version; cd /opt/pypy/lib/pypy3.10; if [ -f _gdbm_build.py ]; then apt-get install -y --no-install-recommends gcc libc6-dev libgdbm-dev; pypy3 _gdbm_build.py; fi; if [ -f _ssl_build.py ]; then apt-get install -y --no-install-recommends gcc libc6-dev libssl-dev; pypy3 _ssl_build.py; fi; if [ -f _lzma_build.py ]; then apt-get install -y --no-install-recommends gcc libc6-dev liblzma-dev; pypy3 _lzma_build.py; fi; if [ -f _sqlite3_build.py ]; then apt-get install -y --no-install-recommends gcc libc6-dev libsqlite3-dev; pypy3 _sqlite3_build.py; fi; apt-mark auto '.*' > /dev/null; [ -z "$savedAptMark" ] || apt-mark manual $savedAptMark > /dev/null; find /opt/pypy -type f -executable -exec ldd '{}' ';' | awk '/=>/ { so = $(NF-1); if (index(so, "/usr/local/") == 1) { next }; gsub("^/(usr/)?", "", so); printf "*%s\n", so }' | sort -u | xargs -r dpkg-query --search | cut -d: -f1 | sort -u | xargs -r apt-mark manual ; apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false; rm -rf /var/lib/apt/lists/*; pypy3 --version; pypy3 -m ensurepip --default-pip; pip --version; pip install --disable-pip-version-check --no-cache-dir --no-compile 'wheel<0.46'; find /opt/pypy -depth \( \( -type d -a \( -name test -o -name tests \) \) -o \( -type f -a \( -name '*.pyc' -o -name '*.pyo' \) \) \) -exec rm -rf '{}' + # buildkit
2025-04-09 18:15:04 UTC (buildkit.dockerfile.v0)CMD ["pypy3"]
2025-06-04 21:00:47 UTC (buildkit.dockerfile.v0)ENV HY_VERSION=1.1.0
2025-06-04 21:00:47 UTC (buildkit.dockerfile.v0)ENV HYRULE_VERSION=1.0.0
2025-06-04 21:00:47 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c pip install --no-cache-dir "hy == $HY_VERSION" "hyrule == $HYRULE_VERSION" # buildkit
2025-06-04 21:00:47 UTC (buildkit.dockerfile.v0)CMD ["hy"]
2025-06-04 21:00:47 UTC
68.8 MB
1.0.0
HY_VERSION1.1.0
LANGC.UTF-8
PATH/opt/pypy/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PYPY_VERSION7.3.19
[#000] sha256:cc41ef31545f10925901837c6dea7e184299788097caaa3fabb57ed109c52a98 - 41.93% (28.9 MB)
[#001] sha256:5414e3224bb17f49c7c0d751b4e3684e43f1472911e61f80b993f899c1c0c8d2 - 1.48% (1.02 MB)
[#002] sha256:04288c8e191c835b21dfac53c5db459951c5e24b8942e0b1110ce1d363178815 - 47.77% (32.9 MB)
[#003] sha256:4992eafafd21be2e3ccfe0fb68c65f38b0ae7b60a04821c87dc0ad6e921624a8 - 8.82% (6.07 MB)
# debian.sh --arch 'amd64' out/ 'bullseye' '@1751241600'
2025-04-09 18:15:04 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c set -eux; apt-get update; apt-get install -y --no-install-recommends ca-certificates; rm -rf /var/lib/apt/lists/* # buildkit
2025-04-09 18:15:04 UTC (buildkit.dockerfile.v0)ENV LANG=C.UTF-8
2025-04-09 18:15:04 UTC (buildkit.dockerfile.v0)ENV PATH=/opt/pypy/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2025-04-09 18:15:04 UTC (buildkit.dockerfile.v0)ENV PYPY_VERSION=7.3.19
2025-04-09 18:15:04 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c set -eux; dpkgArch="$(dpkg --print-architecture)"; case "${dpkgArch##*-}" in 'amd64') url='https://downloads.python.org/pypy/pypy3.10-v7.3.19-linux64.tar.bz2'; sha256='c73ac2cc2380ac9227fd297482bf2a3e17a80618ba46db7544d535515321ec1e'; ;; 'arm64') url='https://downloads.python.org/pypy/pypy3.10-v7.3.19-aarch64.tar.bz2'; sha256='af27a589178f11198e2244ab65ca510630ba97c131d7ccc4021eb5bc58de7f57'; ;; 'i386') url='https://downloads.python.org/pypy/pypy3.10-v7.3.19-linux32.tar.bz2'; sha256='e63a4fcad2641ee541e852918befb513abf04ce7070f743a50778cae9f9da80e'; ;; *) echo >&2 "error: current architecture ($dpkgArch) does not have a corresponding PyPy $PYPY_VERSION binary release"; exit 1 ;; esac; savedAptMark="$(apt-mark showmanual)"; apt-get update; apt-get install -y --no-install-recommends bzip2 wget libexpat1 libncurses5 libncursesw6 libsqlite3-0 ; wget -O pypy.tar.bz2 "$url" --progress=dot:giga; echo "$sha256 *pypy.tar.bz2" | sha256sum --check --strict -; mkdir /opt/pypy; tar -xjC /opt/pypy --strip-components=1 -f pypy.tar.bz2; find /opt/pypy/lib* -depth -type d -a \( -name test -o -name tests \) -exec rm -rf '{}' +; rm pypy.tar.bz2; ln -sv '/opt/pypy/bin/pypy3' /usr/local/bin/; pypy3 --version; cd /opt/pypy/lib/pypy3.10; if [ -f _gdbm_build.py ]; then apt-get install -y --no-install-recommends gcc libc6-dev libgdbm-dev; pypy3 _gdbm_build.py; fi; if [ -f _ssl_build.py ]; then apt-get install -y --no-install-recommends gcc libc6-dev libssl-dev; pypy3 _ssl_build.py; fi; if [ -f _lzma_build.py ]; then apt-get install -y --no-install-recommends gcc libc6-dev liblzma-dev; pypy3 _lzma_build.py; fi; if [ -f _sqlite3_build.py ]; then apt-get install -y --no-install-recommends gcc libc6-dev libsqlite3-dev; pypy3 _sqlite3_build.py; fi; apt-mark auto '.*' > /dev/null; [ -z "$savedAptMark" ] || apt-mark manual $savedAptMark > /dev/null; find /opt/pypy -type f -executable -exec ldd '{}' ';' | awk '/=>/ { so = $(NF-1); if (index(so, "/usr/local/") == 1) { next }; gsub("^/(usr/)?", "", so); printf "*%s\n", so }' | sort -u | xargs -r dpkg-query --search | cut -d: -f1 | sort -u | xargs -r apt-mark manual ; apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false; rm -rf /var/lib/apt/lists/*; pypy3 --version; pypy3 -m ensurepip --default-pip; pip --version; pip install --disable-pip-version-check --no-cache-dir --no-compile 'wheel<0.46'; find /opt/pypy -depth \( \( -type d -a \( -name test -o -name tests \) \) -o \( -type f -a \( -name '*.pyc' -o -name '*.pyo' \) \) \) -exec rm -rf '{}' + # buildkit
2025-04-09 18:15:04 UTC (buildkit.dockerfile.v0)CMD ["pypy3"]
2025-06-04 21:00:47 UTC (buildkit.dockerfile.v0)ENV HY_VERSION=1.1.0
2025-06-04 21:00:47 UTC (buildkit.dockerfile.v0)ENV HYRULE_VERSION=1.0.0
2025-06-04 21:00:47 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c pip install --no-cache-dir "hy == $HY_VERSION" "hyrule == $HYRULE_VERSION" # buildkit
2025-06-04 21:00:47 UTC (buildkit.dockerfile.v0)CMD ["hy"]
2025-06-04 21:00:47 UTC
65.7 MB
1.0.0
HY_VERSION1.1.0
LANGC.UTF-8
PATH/opt/pypy/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PYPY_VERSION7.3.19
[#000] sha256:00ce3d02ade4a2c8e5e37b1a218bb5c24c995bd8757095b89316c42854286fe8 - 41.72% (27.4 MB)
[#001] sha256:143c8c267e71d0eeb6afb50f1e447aed59f80a7aa76059b0f34ba513a39bcfe8 - 1.53% (1.01 MB)
[#002] sha256:44308693e91324b97b97496b0f59eb77e43f425184cddb2f1fc8de5800a70ca0 - 47.51% (31.2 MB)
[#003] sha256:5113a0d43c0f5ac15b4c3ea9758353a7d8a78bff4358d24517364f1d8d0638d2 - 9.24% (6.07 MB)
# debian.sh --arch 'arm64' out/ 'bullseye' '@1751241600'
2025-04-09 18:15:04 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c set -eux; apt-get update; apt-get install -y --no-install-recommends ca-certificates; rm -rf /var/lib/apt/lists/* # buildkit
2025-04-09 18:15:04 UTC (buildkit.dockerfile.v0)ENV LANG=C.UTF-8
2025-04-09 18:15:04 UTC (buildkit.dockerfile.v0)ENV PATH=/opt/pypy/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2025-04-09 18:15:04 UTC (buildkit.dockerfile.v0)ENV PYPY_VERSION=7.3.19
2025-04-09 18:15:04 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c set -eux; dpkgArch="$(dpkg --print-architecture)"; case "${dpkgArch##*-}" in 'amd64') url='https://downloads.python.org/pypy/pypy3.10-v7.3.19-linux64.tar.bz2'; sha256='c73ac2cc2380ac9227fd297482bf2a3e17a80618ba46db7544d535515321ec1e'; ;; 'arm64') url='https://downloads.python.org/pypy/pypy3.10-v7.3.19-aarch64.tar.bz2'; sha256='af27a589178f11198e2244ab65ca510630ba97c131d7ccc4021eb5bc58de7f57'; ;; 'i386') url='https://downloads.python.org/pypy/pypy3.10-v7.3.19-linux32.tar.bz2'; sha256='e63a4fcad2641ee541e852918befb513abf04ce7070f743a50778cae9f9da80e'; ;; *) echo >&2 "error: current architecture ($dpkgArch) does not have a corresponding PyPy $PYPY_VERSION binary release"; exit 1 ;; esac; savedAptMark="$(apt-mark showmanual)"; apt-get update; apt-get install -y --no-install-recommends bzip2 wget libexpat1 libncurses5 libncursesw6 libsqlite3-0 ; wget -O pypy.tar.bz2 "$url" --progress=dot:giga; echo "$sha256 *pypy.tar.bz2" | sha256sum --check --strict -; mkdir /opt/pypy; tar -xjC /opt/pypy --strip-components=1 -f pypy.tar.bz2; find /opt/pypy/lib* -depth -type d -a \( -name test -o -name tests \) -exec rm -rf '{}' +; rm pypy.tar.bz2; ln -sv '/opt/pypy/bin/pypy3' /usr/local/bin/; pypy3 --version; cd /opt/pypy/lib/pypy3.10; if [ -f _gdbm_build.py ]; then apt-get install -y --no-install-recommends gcc libc6-dev libgdbm-dev; pypy3 _gdbm_build.py; fi; if [ -f _ssl_build.py ]; then apt-get install -y --no-install-recommends gcc libc6-dev libssl-dev; pypy3 _ssl_build.py; fi; if [ -f _lzma_build.py ]; then apt-get install -y --no-install-recommends gcc libc6-dev liblzma-dev; pypy3 _lzma_build.py; fi; if [ -f _sqlite3_build.py ]; then apt-get install -y --no-install-recommends gcc libc6-dev libsqlite3-dev; pypy3 _sqlite3_build.py; fi; apt-mark auto '.*' > /dev/null; [ -z "$savedAptMark" ] || apt-mark manual $savedAptMark > /dev/null; find /opt/pypy -type f -executable -exec ldd '{}' ';' | awk '/=>/ { so = $(NF-1); if (index(so, "/usr/local/") == 1) { next }; gsub("^/(usr/)?", "", so); printf "*%s\n", so }' | sort -u | xargs -r dpkg-query --search | cut -d: -f1 | sort -u | xargs -r apt-mark manual ; apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false; rm -rf /var/lib/apt/lists/*; pypy3 --version; pypy3 -m ensurepip --default-pip; pip --version; pip install --disable-pip-version-check --no-cache-dir --no-compile 'wheel<0.46'; find /opt/pypy -depth \( \( -type d -a \( -name test -o -name tests \) \) -o \( -type f -a \( -name '*.pyc' -o -name '*.pyo' \) \) \) -exec rm -rf '{}' + # buildkit
2025-04-09 18:15:04 UTC (buildkit.dockerfile.v0)CMD ["pypy3"]
2025-06-04 21:00:47 UTC (buildkit.dockerfile.v0)ENV HY_VERSION=1.1.0
2025-06-04 21:00:47 UTC (buildkit.dockerfile.v0)ENV HYRULE_VERSION=1.0.0
2025-06-04 21:00:47 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c pip install --no-cache-dir "hy == $HY_VERSION" "hyrule == $HYRULE_VERSION" # buildkit
2025-06-04 21:00:47 UTC (buildkit.dockerfile.v0)CMD ["hy"]
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.