os:
- name: Debian
codename: Bookworm
series: bookworm
version: '12'
docker:
oci-platforms:
- linux/386
- linux/amd64
- linux/arm/v5
- linux/arm/v7
- linux/arm64
- linux/mips64le
- linux/mipsle
- linux/ppc64le
- linux/s390x
cmt: |-
Usage:
docker run --pull=always -it --rm ghcr.io/2cd/debian:bookworm
mirror:
- name: ghcr
repositories:
- ghcr.io/2cd/debian:bookworm
- ghcr.io/2cd/debian:12
repo-digests:
- ghcr.io/2cd/debian@sha256:b5f13b53825792d19e435e7b70799d4e57b4032fbcb787937d1ccf77efc2b211
- name: reg
repositories:
- reg.tmoe.me:2096/debian/bookworm:latest
- reg.tmoe.me:2096/debian/12:latest
repo-digests:
- reg.tmoe.me:2096/debian/12@sha256:b5f13b53825792d19e435e7b70799d4e57b4032fbcb787937d1ccf77efc2b211
- reg.tmoe.me:2096/debian/bookworm@sha256:b5f13b53825792d19e435e7b70799d4e57b4032fbcb787937d1ccf77efc2b211
tag:
- name: bookworm-x64
arch: x64
datetime:
build: 2024-10-12 16:08:48.332673146 +00:00:00
update: 2024-10-12 16:17:53.200639513 +00:00:00
docker:
platform: linux/amd64
repo-digests:
- ghcr.io/2cd/debian@sha256:420e3e4a8b287100cddeb13d3764322bb2160083a7285ef24d86c0a710702125
- reg.tmoe.me:2096/debian/12@sha256:420e3e4a8b287100cddeb13d3764322bb2160083a7285ef24d86c0a710702125
- reg.tmoe.me:2096/debian/bookworm@sha256:420e3e4a8b287100cddeb13d3764322bb2160083a7285ef24d86c0a710702125
mirror:
- name: ghcr
repositories:
- ghcr.io/2cd/debian:bookworm-x64
- ghcr.io/2cd/debian:12-x64
- name: reg
repositories:
- reg.tmoe.me:2096/debian/bookworm:x64
- reg.tmoe.me:2096/debian/12:x64
file:
name: 12_bookworm_x64.tar.zst
size:
bytes: 36070312
readable: 34.4 MiB
kib: 35224.92 KiB
tar-bytes: 143093760
tar-readable: 136.46 MiB
cmt: |+
Ideally:
zstd size => download size (i.e., Consumes 34.4 MiB of traffic)
tar size => uncompressed size (Actually, the extracted content is >= 136.46 MiB)
zstd + tar size ~= space occupation for initial installation
(i.e., Requires at least 170.86 MiB of disk storage space, but actually needs more)
modified-time: 2024-10-12 16:09:32.951402059 +00:00:00
zstd:
level: 18
long: 27
digest:
- algorithm: blake3
hex: a5579ec8900ad525a968c3f959e63f468ac188c0760061f30ff41382f7eebcb6
cmt: |+
Usage:
# run apt as root (i.e., +sudo/+doas)
apt install b3sum
# check blake3 hash
echo 'a5579ec8900ad525a968c3f959e63f468ac188c0760061f30ff41382f7eebcb6 12_bookworm_x64.tar.zst' > blake3.txt
b3sum --check blake3.txt
- algorithm: sha256
hex: ad7d4be89f032357c9e127e1f757b2597e8990383d3d9977bab6b1f34b8699ec
cmt: |+
Usage:
# check sha256 hash
echo 'ad7d4be89f032357c9e127e1f757b2597e8990383d3d9977bab6b1f34b8699ec 12_bookworm_x64.tar.zst' > sha256.txt
sha256sum --check sha256.txt
mirror:
- name: github
url: https://github.com/2cd/debian-museum/releases/download/12/12_bookworm_x64.tar.zst
cmt: |+
Usage:
mkdir -p ./tmp/bookworm-x64
cd tmp
curl -LO 'https://github.com/2cd/debian-museum/releases/download/12/12_bookworm_x64.tar.zst'
# run gnutar or bsdtar (libarchive-tools) as root (e.g., doas tar -xvf file.tar.zst)
tar -C bookworm-x64 -xf "12_bookworm_x64.tar.zst"
# run apt as root (i.e., +sudo/+doas)
apt install systemd-container qemu-user-static
# run nspawn as root (i.e., +sudo/+doas)
systemd-nspawn -D bookworm-x64 -E LANG=$LANG
- name: bookworm-x86
arch: x86
datetime:
build: 2024-10-12 16:08:44.832308023 +00:00:00
update: 2024-10-12 16:17:53.233863164 +00:00:00
docker:
platform: linux/386
repo-digests:
- ghcr.io/2cd/debian@sha256:9eaca84ff196a83114d02739ef4243a72007b60f882ab7e50eb9bbd3907e2516
- reg.tmoe.me:2096/debian/12@sha256:9eaca84ff196a83114d02739ef4243a72007b60f882ab7e50eb9bbd3907e2516
- reg.tmoe.me:2096/debian/bookworm@sha256:9eaca84ff196a83114d02739ef4243a72007b60f882ab7e50eb9bbd3907e2516
mirror:
- name: ghcr
repositories:
- ghcr.io/2cd/debian:bookworm-x86
- ghcr.io/2cd/debian:12-x86
- name: reg
repositories:
- reg.tmoe.me:2096/debian/bookworm:x86
- reg.tmoe.me:2096/debian/12:x86
file:
name: 12_bookworm_x86.tar.zst
size:
bytes: 36926810
readable: 35.22 MiB
kib: 36061.34 KiB
tar-bytes: 143984640
tar-readable: 137.31 MiB
cmt: |+
Ideally:
zstd size => download size (i.e., Consumes 35.22 MiB of traffic)
tar size => uncompressed size (Actually, the extracted content is >= 137.31 MiB)
zstd + tar size ~= space occupation for initial installation
(i.e., Requires at least 172.53 MiB of disk storage space, but actually needs more)
modified-time: 2024-10-12 16:09:30.055443327 +00:00:00
zstd:
level: 18
long: 27
digest:
- algorithm: blake3
hex: e8729f4f617b6f5da2f508e8c7113967850c38432f7daf3d677001b1f81e11a7
cmt: |+
Usage:
# run apt as root (i.e., +sudo/+doas)
apt install b3sum
# check blake3 hash
echo 'e8729f4f617b6f5da2f508e8c7113967850c38432f7daf3d677001b1f81e11a7 12_bookworm_x86.tar.zst' > blake3.txt
b3sum --check blake3.txt
- algorithm: sha256
hex: c077dbd468ca20672423b86fb07483c8711ce0a14dbb7b80cd81398f7670d775
cmt: |+
Usage:
# check sha256 hash
echo 'c077dbd468ca20672423b86fb07483c8711ce0a14dbb7b80cd81398f7670d775 12_bookworm_x86.tar.zst' > sha256.txt
sha256sum --check sha256.txt
mirror:
- name: github
url: https://github.com/2cd/debian-museum/releases/download/12/12_bookworm_x86.tar.zst
cmt: |+
Usage:
mkdir -p ./tmp/bookworm-x86
cd tmp
curl -LO 'https://github.com/2cd/debian-museum/releases/download/12/12_bookworm_x86.tar.zst'
# run gnutar or bsdtar (libarchive-tools) as root (e.g., doas tar -xvf file.tar.zst)
tar -C bookworm-x86 -xf "12_bookworm_x86.tar.zst"
# run apt as root (i.e., +sudo/+doas)
apt install systemd-container qemu-user-static
# run nspawn as root (i.e., +sudo/+doas)
systemd-nspawn -D bookworm-x86 -E LANG=$LANG
- name: bookworm-arm64
arch: arm64
datetime:
build: 2024-10-12 16:08:48.666165898 +00:00:00
update: 2024-10-12 16:17:53.265659865 +00:00:00
docker:
platform: linux/arm64
repo-digests:
- ghcr.io/2cd/debian@sha256:30d6c327735f53db61b4f845e379c22bb4b8a8151f024147c375a99854005c79
- reg.tmoe.me:2096/debian/12@sha256:30d6c327735f53db61b4f845e379c22bb4b8a8151f024147c375a99854005c79
- reg.tmoe.me:2096/debian/bookworm@sha256:30d6c327735f53db61b4f845e379c22bb4b8a8151f024147c375a99854005c79
mirror:
- name: ghcr
repositories:
- ghcr.io/2cd/debian:bookworm-arm64
- ghcr.io/2cd/debian:12-arm64
- name: reg
repositories:
- reg.tmoe.me:2096/debian/bookworm:arm64
- reg.tmoe.me:2096/debian/12:arm64
file:
name: 12_bookworm_arm64.tar.zst
size:
bytes: 35225153
readable: 33.59 MiB
kib: 34399.56 KiB
tar-bytes: 165703680
tar-readable: 158.03 MiB
cmt: |+
Ideally:
zstd size => download size (i.e., Consumes 33.59 MiB of traffic)
tar size => uncompressed size (Actually, the extracted content is >= 158.03 MiB)
zstd + tar size ~= space occupation for initial installation
(i.e., Requires at least 191.62 MiB of disk storage space, but actually needs more)
modified-time: 2024-10-12 16:11:42.146381382 +00:00:00
zstd:
level: 18
long: 27
digest:
- algorithm: blake3
hex: ff3b006516b422148c42a29a9eab1d3a1e469b94d5120f70197cd4e96edaf3fc
cmt: |+
Usage:
# run apt as root (i.e., +sudo/+doas)
apt install b3sum
# check blake3 hash
echo 'ff3b006516b422148c42a29a9eab1d3a1e469b94d5120f70197cd4e96edaf3fc 12_bookworm_arm64.tar.zst' > blake3.txt
b3sum --check blake3.txt
- algorithm: sha256
hex: c4488bc8d170a551b8139d16d00f14c9850e583cbab93ccb3d29ab1e72ea841d
cmt: |+
Usage:
# check sha256 hash
echo 'c4488bc8d170a551b8139d16d00f14c9850e583cbab93ccb3d29ab1e72ea841d 12_bookworm_arm64.tar.zst' > sha256.txt
sha256sum --check sha256.txt
mirror:
- name: github
url: https://github.com/2cd/debian-museum/releases/download/12/12_bookworm_arm64.tar.zst
cmt: |+
Usage:
mkdir -p ./tmp/bookworm-arm64
cd tmp
curl -LO 'https://github.com/2cd/debian-museum/releases/download/12/12_bookworm_arm64.tar.zst'
# run gnutar or bsdtar (libarchive-tools) as root (e.g., doas tar -xvf file.tar.zst)
tar -C bookworm-arm64 -xf "12_bookworm_arm64.tar.zst"
# run apt as root (i.e., +sudo/+doas)
apt install systemd-container qemu-user-static
# run nspawn as root (i.e., +sudo/+doas)
systemd-nspawn -D bookworm-arm64 -E LANG=$LANG
- name: bookworm-s390x
arch: s390x
datetime:
build: 2024-10-12 16:08:44.752931917 +00:00:00
update: 2024-10-12 16:17:53.296656596 +00:00:00
docker:
platform: linux/s390x
repo-digests:
- ghcr.io/2cd/debian@sha256:aa651251c7de8681adfce05217c124f619c391e94b838a0d7eb3f0e0489647bd
- reg.tmoe.me:2096/debian/12@sha256:aa651251c7de8681adfce05217c124f619c391e94b838a0d7eb3f0e0489647bd
- reg.tmoe.me:2096/debian/bookworm@sha256:aa651251c7de8681adfce05217c124f619c391e94b838a0d7eb3f0e0489647bd
mirror:
- name: ghcr
repositories:
- ghcr.io/2cd/debian:bookworm-s390x
- ghcr.io/2cd/debian:12-s390x
- name: reg
repositories:
- reg.tmoe.me:2096/debian/bookworm:s390x
- reg.tmoe.me:2096/debian/12:s390x
file:
name: 12_bookworm_s390x.tar.zst
size:
bytes: 34601939
readable: 33 MiB
kib: 33790.96 KiB
tar-bytes: 140308480
tar-readable: 133.81 MiB
cmt: |+
Ideally:
zstd size => download size (i.e., Consumes 33 MiB of traffic)
tar size => uncompressed size (Actually, the extracted content is >= 133.81 MiB)
zstd + tar size ~= space occupation for initial installation
(i.e., Requires at least 166.81 MiB of disk storage space, but actually needs more)
modified-time: 2024-10-12 16:11:10.471601624 +00:00:00
zstd:
level: 18
long: 27
digest:
- algorithm: blake3
hex: ff2bee17e2d3e2ce46ff2e4a2c98a385840b5a8b2b0ef05797819c6b1a654416
cmt: |+
Usage:
# run apt as root (i.e., +sudo/+doas)
apt install b3sum
# check blake3 hash
echo 'ff2bee17e2d3e2ce46ff2e4a2c98a385840b5a8b2b0ef05797819c6b1a654416 12_bookworm_s390x.tar.zst' > blake3.txt
b3sum --check blake3.txt
- algorithm: sha256
hex: 294a270d509d6bee124cbf0bd94226cc91cd680359baeba9c632e66b8e3bdbf7
cmt: |+
Usage:
# check sha256 hash
echo '294a270d509d6bee124cbf0bd94226cc91cd680359baeba9c632e66b8e3bdbf7 12_bookworm_s390x.tar.zst' > sha256.txt
sha256sum --check sha256.txt
mirror:
- name: github
url: https://github.com/2cd/debian-museum/releases/download/12/12_bookworm_s390x.tar.zst
cmt: |+
Usage:
mkdir -p ./tmp/bookworm-s390x
cd tmp
curl -LO 'https://github.com/2cd/debian-museum/releases/download/12/12_bookworm_s390x.tar.zst'
# run gnutar or bsdtar (libarchive-tools) as root (e.g., doas tar -xvf file.tar.zst)
tar -C bookworm-s390x -xf "12_bookworm_s390x.tar.zst"
# run apt as root (i.e., +sudo/+doas)
apt install systemd-container qemu-user-static
# run nspawn as root (i.e., +sudo/+doas)
systemd-nspawn -D bookworm-s390x -E LANG=$LANG
- name: bookworm-armv5te
arch: armv5te
datetime:
build: 2024-10-12 16:08:47.170428515 +00:00:00
update: 2024-10-12 16:17:53.326940249 +00:00:00
docker:
platform: linux/arm/v5
repo-digests:
- ghcr.io/2cd/debian@sha256:a4e71416c6a28cb236587ef24e9fc1b6f7908fd95289384211cddde7366be361
- reg.tmoe.me:2096/debian/12@sha256:a4e71416c6a28cb236587ef24e9fc1b6f7908fd95289384211cddde7366be361
- reg.tmoe.me:2096/debian/bookworm@sha256:a4e71416c6a28cb236587ef24e9fc1b6f7908fd95289384211cddde7366be361
mirror:
- name: ghcr
repositories:
- ghcr.io/2cd/debian:bookworm-armv5te
- ghcr.io/2cd/debian:12-armv5te
- name: reg
repositories:
- reg.tmoe.me:2096/debian/bookworm:armv5te
- reg.tmoe.me:2096/debian/12:armv5te
file:
name: 12_bookworm_armv5te.tar.zst
size:
bytes: 33824134
readable: 32.26 MiB
kib: 33031.38 KiB
tar-bytes: 133396480
tar-readable: 127.22 MiB
cmt: |+
Ideally:
zstd size => download size (i.e., Consumes 32.26 MiB of traffic)
tar size => uncompressed size (Actually, the extracted content is >= 127.22 MiB)
zstd + tar size ~= space occupation for initial installation
(i.e., Requires at least 159.47 MiB of disk storage space, but actually needs more)
modified-time: 2024-10-12 16:11:49.143040821 +00:00:00
zstd:
level: 18
long: 27
digest:
- algorithm: blake3
hex: cc1ac8eda2a55c74bba577b306759c16d7b9767190cf19b7c65220989fcc07d8
cmt: |+
Usage:
# run apt as root (i.e., +sudo/+doas)
apt install b3sum
# check blake3 hash
echo 'cc1ac8eda2a55c74bba577b306759c16d7b9767190cf19b7c65220989fcc07d8 12_bookworm_armv5te.tar.zst' > blake3.txt
b3sum --check blake3.txt
- algorithm: sha256
hex: dd5f5bcefaa3a2027b62c68b7661cbf567eb4c5450530e9b3f162915d11c7b7d
cmt: |+
Usage:
# check sha256 hash
echo 'dd5f5bcefaa3a2027b62c68b7661cbf567eb4c5450530e9b3f162915d11c7b7d 12_bookworm_armv5te.tar.zst' > sha256.txt
sha256sum --check sha256.txt
mirror:
- name: github
url: https://github.com/2cd/debian-museum/releases/download/12/12_bookworm_armv5te.tar.zst
cmt: |+
Usage:
mkdir -p ./tmp/bookworm-armv5te
cd tmp
curl -LO 'https://github.com/2cd/debian-museum/releases/download/12/12_bookworm_armv5te.tar.zst'
# run gnutar or bsdtar (libarchive-tools) as root (e.g., doas tar -xvf file.tar.zst)
tar -C bookworm-armv5te -xf "12_bookworm_armv5te.tar.zst"
# run apt as root (i.e., +sudo/+doas)
apt install systemd-container qemu-user-static
# run nspawn as root (i.e., +sudo/+doas)
systemd-nspawn -D bookworm-armv5te -E LANG=$LANG
- name: bookworm-mipsle
arch: mipsle
datetime:
build: 2024-10-12 16:08:49.392105203 +00:00:00
update: 2024-10-12 16:17:53.358722032 +00:00:00
docker:
platform: linux/mipsle
repo-digests:
- ghcr.io/2cd/debian@sha256:06acc20cda5417a73ba31789802be0651b6d9aa5e11b30264ad0a8f53c584ff5
- reg.tmoe.me:2096/debian/12@sha256:06acc20cda5417a73ba31789802be0651b6d9aa5e11b30264ad0a8f53c584ff5
- reg.tmoe.me:2096/debian/bookworm@sha256:06acc20cda5417a73ba31789802be0651b6d9aa5e11b30264ad0a8f53c584ff5
mirror:
- name: ghcr
repositories:
- ghcr.io/2cd/debian:bookworm-mipsle
- ghcr.io/2cd/debian:12-mipsle
- name: reg
repositories:
- reg.tmoe.me:2096/debian/bookworm:mipsle
- reg.tmoe.me:2096/debian/12:mipsle
file:
name: 12_bookworm_mipsle.tar.zst
size:
bytes: 35135785
readable: 33.51 MiB
kib: 34312.29 KiB
tar-bytes: 169216000
tar-readable: 161.38 MiB
cmt: |+
Ideally:
zstd size => download size (i.e., Consumes 33.51 MiB of traffic)
tar size => uncompressed size (Actually, the extracted content is >= 161.38 MiB)
zstd + tar size ~= space occupation for initial installation
(i.e., Requires at least 194.89 MiB of disk storage space, but actually needs more)
modified-time: 2024-10-12 16:11:34.781343179 +00:00:00
zstd:
level: 18
long: 27
digest:
- algorithm: blake3
hex: e055742bf12e5abce4f52e51a87156cb07959d105842006fe91cbb949c4bc417
cmt: |+
Usage:
# run apt as root (i.e., +sudo/+doas)
apt install b3sum
# check blake3 hash
echo 'e055742bf12e5abce4f52e51a87156cb07959d105842006fe91cbb949c4bc417 12_bookworm_mipsle.tar.zst' > blake3.txt
b3sum --check blake3.txt
- algorithm: sha256
hex: 1bf147d5b2a59c283e4999e13303487e25ade1e6f3220d27b1b5256bf6ccc813
cmt: |+
Usage:
# check sha256 hash
echo '1bf147d5b2a59c283e4999e13303487e25ade1e6f3220d27b1b5256bf6ccc813 12_bookworm_mipsle.tar.zst' > sha256.txt
sha256sum --check sha256.txt
mirror:
- name: github
url: https://github.com/2cd/debian-museum/releases/download/12/12_bookworm_mipsle.tar.zst
cmt: |+
Usage:
mkdir -p ./tmp/bookworm-mipsle
cd tmp
curl -LO 'https://github.com/2cd/debian-museum/releases/download/12/12_bookworm_mipsle.tar.zst'
# run gnutar or bsdtar (libarchive-tools) as root (e.g., doas tar -xvf file.tar.zst)
tar -C bookworm-mipsle -xf "12_bookworm_mipsle.tar.zst"
# run apt as root (i.e., +sudo/+doas)
apt install systemd-container qemu-user-static
# run nspawn as root (i.e., +sudo/+doas)
systemd-nspawn -D bookworm-mipsle -E LANG=$LANG
- name: bookworm-mips64le
arch: mips64le
datetime:
build: 2024-10-12 16:08:48.707488584 +00:00:00
update: 2024-10-12 16:17:53.390802371 +00:00:00
docker:
platform: linux/mips64le
repo-digests:
- ghcr.io/2cd/debian@sha256:17e7314fb455d2d9efe2601c533ab05653b1e2283ac3d2158e3b07c3400cf8cd
- reg.tmoe.me:2096/debian/12@sha256:17e7314fb455d2d9efe2601c533ab05653b1e2283ac3d2158e3b07c3400cf8cd
- reg.tmoe.me:2096/debian/bookworm@sha256:17e7314fb455d2d9efe2601c533ab05653b1e2283ac3d2158e3b07c3400cf8cd
mirror:
- name: ghcr
repositories:
- ghcr.io/2cd/debian:bookworm-mips64le
- ghcr.io/2cd/debian:12-mips64le
- name: reg
repositories:
- reg.tmoe.me:2096/debian/bookworm:mips64le
- reg.tmoe.me:2096/debian/12:mips64le
file:
name: 12_bookworm_mips64le.tar.zst
size:
bytes: 34748343
readable: 33.14 MiB
kib: 33933.93 KiB
tar-bytes: 175165440
tar-readable: 167.05 MiB
cmt: |+
Ideally:
zstd size => download size (i.e., Consumes 33.14 MiB of traffic)
tar size => uncompressed size (Actually, the extracted content is >= 167.05 MiB)
zstd + tar size ~= space occupation for initial installation
(i.e., Requires at least 200.19 MiB of disk storage space, but actually needs more)
modified-time: 2024-10-12 16:11:24.82690957 +00:00:00
zstd:
level: 18
long: 27
digest:
- algorithm: blake3
hex: aa81860f6bda2a80b4d1325b22140725200d2bac16486970851e246fd9b79491
cmt: |+
Usage:
# run apt as root (i.e., +sudo/+doas)
apt install b3sum
# check blake3 hash
echo 'aa81860f6bda2a80b4d1325b22140725200d2bac16486970851e246fd9b79491 12_bookworm_mips64le.tar.zst' > blake3.txt
b3sum --check blake3.txt
- algorithm: sha256
hex: b66252ba8eb0d8b42936db2a9b5c82ae94958b85903c85d8b1830a75236c70d3
cmt: |+
Usage:
# check sha256 hash
echo 'b66252ba8eb0d8b42936db2a9b5c82ae94958b85903c85d8b1830a75236c70d3 12_bookworm_mips64le.tar.zst' > sha256.txt
sha256sum --check sha256.txt
mirror:
- name: github
url: https://github.com/2cd/debian-museum/releases/download/12/12_bookworm_mips64le.tar.zst
cmt: |+
Usage:
mkdir -p ./tmp/bookworm-mips64le
cd tmp
curl -LO 'https://github.com/2cd/debian-museum/releases/download/12/12_bookworm_mips64le.tar.zst'
# run gnutar or bsdtar (libarchive-tools) as root (e.g., doas tar -xvf file.tar.zst)
tar -C bookworm-mips64le -xf "12_bookworm_mips64le.tar.zst"
# run apt as root (i.e., +sudo/+doas)
apt install systemd-container qemu-user-static
# run nspawn as root (i.e., +sudo/+doas)
systemd-nspawn -D bookworm-mips64le -E LANG=$LANG
- name: bookworm-armv7a
arch: armv7a
datetime:
build: 2024-10-12 16:08:53.500690899 +00:00:00
update: 2024-10-12 16:17:53.420964846 +00:00:00
docker:
platform: linux/arm/v7
repo-digests:
- ghcr.io/2cd/debian@sha256:72c48ea2879acdbff2197f23c36520d032aad74713c7efbdff87572332e2aab9
- reg.tmoe.me:2096/debian/12@sha256:72c48ea2879acdbff2197f23c36520d032aad74713c7efbdff87572332e2aab9
- reg.tmoe.me:2096/debian/bookworm@sha256:72c48ea2879acdbff2197f23c36520d032aad74713c7efbdff87572332e2aab9
mirror:
- name: ghcr
repositories:
- ghcr.io/2cd/debian:bookworm-armv7a
- ghcr.io/2cd/debian:12-armv7a
- name: reg
repositories:
- reg.tmoe.me:2096/debian/bookworm:armv7a
- reg.tmoe.me:2096/debian/12:armv7a
file:
name: 12_bookworm_armv7a.tar.zst
size:
bytes: 33577494
readable: 32.02 MiB
kib: 32790.52 KiB
tar-bytes: 121221120
tar-readable: 115.61 MiB
cmt: |+
Ideally:
zstd size => download size (i.e., Consumes 32.02 MiB of traffic)
tar size => uncompressed size (Actually, the extracted content is >= 115.61 MiB)
zstd + tar size ~= space occupation for initial installation
(i.e., Requires at least 147.63 MiB of disk storage space, but actually needs more)
modified-time: 2024-10-12 16:11:37.660116021 +00:00:00
zstd:
level: 18
long: 27
digest:
- algorithm: blake3
hex: e861baadc3fbb71971ab7dfa52b1e5274a62734da1acf347a74064d4fb932498
cmt: |+
Usage:
# run apt as root (i.e., +sudo/+doas)
apt install b3sum
# check blake3 hash
echo 'e861baadc3fbb71971ab7dfa52b1e5274a62734da1acf347a74064d4fb932498 12_bookworm_armv7a.tar.zst' > blake3.txt
b3sum --check blake3.txt
- algorithm: sha256
hex: 4f8717ee0cd418997993e4d464b6224aad2e83a9da0f6557c7ee3a376be04dd7
cmt: |+
Usage:
# check sha256 hash
echo '4f8717ee0cd418997993e4d464b6224aad2e83a9da0f6557c7ee3a376be04dd7 12_bookworm_armv7a.tar.zst' > sha256.txt
sha256sum --check sha256.txt
mirror:
- name: github
url: https://github.com/2cd/debian-museum/releases/download/12/12_bookworm_armv7a.tar.zst
cmt: |+
Usage:
mkdir -p ./tmp/bookworm-armv7a
cd tmp
curl -LO 'https://github.com/2cd/debian-museum/releases/download/12/12_bookworm_armv7a.tar.zst'
# run gnutar or bsdtar (libarchive-tools) as root (e.g., doas tar -xvf file.tar.zst)
tar -C bookworm-armv7a -xf "12_bookworm_armv7a.tar.zst"
# run apt as root (i.e., +sudo/+doas)
apt install systemd-container qemu-user-static
# run nspawn as root (i.e., +sudo/+doas)
systemd-nspawn -D bookworm-armv7a -E LANG=$LANG
- name: bookworm-ppc64le
arch: ppc64le
datetime:
build: 2024-10-12 16:08:58.424907141 +00:00:00
update: 2024-10-12 16:17:53.454918444 +00:00:00
docker:
platform: linux/ppc64le
repo-digests:
- ghcr.io/2cd/debian@sha256:f779cd8a60c8d9f007c5dbcdec9930f98ed555889eacb38420ec344fa4fcd28f
- reg.tmoe.me:2096/debian/12@sha256:f779cd8a60c8d9f007c5dbcdec9930f98ed555889eacb38420ec344fa4fcd28f
- reg.tmoe.me:2096/debian/bookworm@sha256:f779cd8a60c8d9f007c5dbcdec9930f98ed555889eacb38420ec344fa4fcd28f
mirror:
- name: ghcr
repositories:
- ghcr.io/2cd/debian:bookworm-ppc64le
- ghcr.io/2cd/debian:12-ppc64le
- name: reg
repositories:
- reg.tmoe.me:2096/debian/bookworm:ppc64le
- reg.tmoe.me:2096/debian/12:ppc64le
file:
name: 12_bookworm_ppc64le.tar.zst
size:
bytes: 37768189
readable: 36.02 MiB
kib: 36883 KiB
tar-bytes: 182609920
tar-readable: 174.15 MiB
cmt: |+
Ideally:
zstd size => download size (i.e., Consumes 36.02 MiB of traffic)
tar size => uncompressed size (Actually, the extracted content is >= 174.15 MiB)
zstd + tar size ~= space occupation for initial installation
(i.e., Requires at least 210.17 MiB of disk storage space, but actually needs more)
modified-time: 2024-10-12 16:11:52.307759749 +00:00:00
zstd:
level: 18
long: 27
digest:
- algorithm: blake3
hex: b796de9b9c51042d808f53c4f6f2b1c5d6e167935a4a00814d13a9eb0fc266e3
cmt: |+
Usage:
# run apt as root (i.e., +sudo/+doas)
apt install b3sum
# check blake3 hash
echo 'b796de9b9c51042d808f53c4f6f2b1c5d6e167935a4a00814d13a9eb0fc266e3 12_bookworm_ppc64le.tar.zst' > blake3.txt
b3sum --check blake3.txt
- algorithm: sha256
hex: efb7570f86badb043058712cfba22bc73ea351d0405b11bcb90fd412c927d5ee
cmt: |+
Usage:
# check sha256 hash
echo 'efb7570f86badb043058712cfba22bc73ea351d0405b11bcb90fd412c927d5ee 12_bookworm_ppc64le.tar.zst' > sha256.txt
sha256sum --check sha256.txt
mirror:
- name: github
url: https://github.com/2cd/debian-museum/releases/download/12/12_bookworm_ppc64le.tar.zst
cmt: |+
Usage:
mkdir -p ./tmp/bookworm-ppc64le
cd tmp
curl -LO 'https://github.com/2cd/debian-museum/releases/download/12/12_bookworm_ppc64le.tar.zst'
# run gnutar or bsdtar (libarchive-tools) as root (e.g., doas tar -xvf file.tar.zst)
tar -C bookworm-ppc64le -xf "12_bookworm_ppc64le.tar.zst"
# run apt as root (i.e., +sudo/+doas)
apt install systemd-container qemu-user-static
# run nspawn as root (i.e., +sudo/+doas)
systemd-nspawn -D bookworm-ppc64le -E LANG=$LANG