os:
- name: Debian
codename: Buster
series: buster
version: '10'
docker:
oci-platforms:
- linux/386
- linux/amd64
- linux/arm/v5
- linux/arm/v7
- linux/arm64
- linux/mips
- linux/mips64le
- linux/mipsle
- linux/ppc64le
- linux/s390x
cmt: |-
Usage:
docker run --pull=always -it --rm ghcr.io/2cd/debian:buster
mirror:
- name: ghcr
repositories:
- ghcr.io/2cd/debian:buster
- ghcr.io/2cd/debian:10
repo-digests:
- ghcr.io/2cd/debian@sha256:926e542e1e0b886ad5cacf74986b89b2ba2a207b1555975e16f417a1a378d8c0
- name: reg
repositories:
- reg.tmoe.me:2096/debian/buster:latest
- reg.tmoe.me:2096/debian/10:latest
repo-digests:
- reg.tmoe.me:2096/debian/10@sha256:926e542e1e0b886ad5cacf74986b89b2ba2a207b1555975e16f417a1a378d8c0
- reg.tmoe.me:2096/debian/buster@sha256:926e542e1e0b886ad5cacf74986b89b2ba2a207b1555975e16f417a1a378d8c0
tag:
- name: buster-mipsle
arch: mipsle
datetime:
build: 2024-03-23 15:15:42.558596441 +00:00:00
update: 2024-03-23 15:26:01.133058981 +00:00:00
docker:
platform: linux/mipsle
repo-digests:
- ghcr.io/2cd/debian@sha256:379e0fe72e1838aa13d9da370f59ff9179138a264ed8f3676d79056b17f3f84f
- reg.tmoe.me:2096/debian/10@sha256:379e0fe72e1838aa13d9da370f59ff9179138a264ed8f3676d79056b17f3f84f
- reg.tmoe.me:2096/debian/buster@sha256:379e0fe72e1838aa13d9da370f59ff9179138a264ed8f3676d79056b17f3f84f
mirror:
- name: ghcr
repositories:
- ghcr.io/2cd/debian:buster-mipsle
- ghcr.io/2cd/debian:10-mipsle
- name: reg
repositories:
- reg.tmoe.me:2096/debian/buster:mipsle
- reg.tmoe.me:2096/debian/10:mipsle
file:
name: 10_buster_mipsle.tar.zst
size:
bytes: 33274411
readable: 31.73 MiB
kib: 32494.54 KiB
tar-bytes: 130897920
tar-readable: 124.83 MiB
cmt: |+
Ideally:
zstd size => download size (i.e., Consumes 31.73 MiB of traffic)
tar size => uncompressed size (Actually, the extracted content is >= 124.83 MiB)
zstd + tar size ~= space occupation for initial installation
(i.e., Requires at least 156.57 MiB of disk storage space, but actually needs more)
modified-time: 2024-03-23 15:18:56.496364908 +00:00:00
zstd:
level: 18
long: 27
digest:
- algorithm: blake3
hex: bb7077d16c6fc3764f08d966f03eaaac94749c55787327055dadb346cfa4d6b9
cmt: |+
Usage:
# run apt as root (i.e., +sudo/+doas)
apt install b3sum
# check blake3 hash
echo 'bb7077d16c6fc3764f08d966f03eaaac94749c55787327055dadb346cfa4d6b9 10_buster_mipsle.tar.zst' > blake3.txt
b3sum --check blake3.txt
- algorithm: sha256
hex: 9bf95ff3501317a7b2131699f9d00cc7226fce57c849896b39c0b6bc1a073cb5
cmt: |+
Usage:
# check sha256 hash
echo '9bf95ff3501317a7b2131699f9d00cc7226fce57c849896b39c0b6bc1a073cb5 10_buster_mipsle.tar.zst' > sha256.txt
sha256sum --check sha256.txt
mirror:
- name: github
url: https://github.com/2cd/debian-museum/releases/download/10/10_buster_mipsle.tar.zst
cmt: |+
Usage:
mkdir -p ./tmp/buster-mipsle
cd tmp
curl -LO 'https://github.com/2cd/debian-museum/releases/download/10/10_buster_mipsle.tar.zst'
# run gnutar or bsdtar (libarchive-tools) as root (e.g., doas tar -xvf file.tar.zst)
tar -C buster-mipsle -xf "10_buster_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 buster-mipsle -E LANG=$LANG
- name: buster-mipsbe
arch: mipsbe
datetime:
build: 2024-03-23 15:15:40.197025974 +00:00:00
update: 2024-03-23 15:26:01.163046303 +00:00:00
docker:
platform: linux/mips
repo-digests:
- ghcr.io/2cd/debian@sha256:817b6eaa3223e85db8322fbcf6e5c5946871e6b3816917e8209c4e053026e41d
- reg.tmoe.me:2096/debian/10@sha256:817b6eaa3223e85db8322fbcf6e5c5946871e6b3816917e8209c4e053026e41d
- reg.tmoe.me:2096/debian/buster@sha256:817b6eaa3223e85db8322fbcf6e5c5946871e6b3816917e8209c4e053026e41d
mirror:
- name: ghcr
repositories:
- ghcr.io/2cd/debian:buster-mipsbe
- ghcr.io/2cd/debian:10-mipsbe
- name: reg
repositories:
- reg.tmoe.me:2096/debian/buster:mipsbe
- reg.tmoe.me:2096/debian/10:mipsbe
file:
name: 10_buster_mipsbe.tar.zst
size:
bytes: 33255008
readable: 31.71 MiB
kib: 32475.6 KiB
tar-bytes: 130887680
tar-readable: 124.82 MiB
cmt: |+
Ideally:
zstd size => download size (i.e., Consumes 31.71 MiB of traffic)
tar size => uncompressed size (Actually, the extracted content is >= 124.82 MiB)
zstd + tar size ~= space occupation for initial installation
(i.e., Requires at least 156.54 MiB of disk storage space, but actually needs more)
modified-time: 2024-03-23 15:18:12.853507842 +00:00:00
zstd:
level: 18
long: 27
digest:
- algorithm: blake3
hex: 811a840ca0dab7cb659ddf355500d1d4583600ca47262772e9e98e07d4a06436
cmt: |+
Usage:
# run apt as root (i.e., +sudo/+doas)
apt install b3sum
# check blake3 hash
echo '811a840ca0dab7cb659ddf355500d1d4583600ca47262772e9e98e07d4a06436 10_buster_mipsbe.tar.zst' > blake3.txt
b3sum --check blake3.txt
- algorithm: sha256
hex: 7b277f562fc2716320c822a3c812b3d90778c423996e9d2930f12ab94cd19456
cmt: |+
Usage:
# check sha256 hash
echo '7b277f562fc2716320c822a3c812b3d90778c423996e9d2930f12ab94cd19456 10_buster_mipsbe.tar.zst' > sha256.txt
sha256sum --check sha256.txt
mirror:
- name: github
url: https://github.com/2cd/debian-museum/releases/download/10/10_buster_mipsbe.tar.zst
cmt: |+
Usage:
mkdir -p ./tmp/buster-mipsbe
cd tmp
curl -LO 'https://github.com/2cd/debian-museum/releases/download/10/10_buster_mipsbe.tar.zst'
# run gnutar or bsdtar (libarchive-tools) as root (e.g., doas tar -xvf file.tar.zst)
tar -C buster-mipsbe -xf "10_buster_mipsbe.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 buster-mipsbe -E LANG=$LANG
- name: buster-mips64le
arch: mips64le
datetime:
build: 2024-03-23 15:15:36.591389416 +00:00:00
update: 2024-03-23 15:26:01.19281111 +00:00:00
docker:
platform: linux/mips64le
repo-digests:
- ghcr.io/2cd/debian@sha256:8892a7fea3ec4f1a2142c2d0a3403d8e4a73c630d49974a38502c298bfd14ef1
- reg.tmoe.me:2096/debian/10@sha256:8892a7fea3ec4f1a2142c2d0a3403d8e4a73c630d49974a38502c298bfd14ef1
- reg.tmoe.me:2096/debian/buster@sha256:8892a7fea3ec4f1a2142c2d0a3403d8e4a73c630d49974a38502c298bfd14ef1
mirror:
- name: ghcr
repositories:
- ghcr.io/2cd/debian:buster-mips64le
- ghcr.io/2cd/debian:10-mips64le
- name: reg
repositories:
- reg.tmoe.me:2096/debian/buster:mips64le
- reg.tmoe.me:2096/debian/10:mips64le
file:
name: 10_buster_mips64le.tar.zst
size:
bytes: 33170192
readable: 31.63 MiB
kib: 32392.77 KiB
tar-bytes: 137021440
tar-readable: 130.67 MiB
cmt: |+
Ideally:
zstd size => download size (i.e., Consumes 31.63 MiB of traffic)
tar size => uncompressed size (Actually, the extracted content is >= 130.67 MiB)
zstd + tar size ~= space occupation for initial installation
(i.e., Requires at least 162.31 MiB of disk storage space, but actually needs more)
modified-time: 2024-03-23 15:18:14.654593252 +00:00:00
zstd:
level: 18
long: 27
digest:
- algorithm: blake3
hex: 32ba166a4349977ca619c1f83f1e7d195a0fab515ac24cdb74d14a9c0f16c109
cmt: |+
Usage:
# run apt as root (i.e., +sudo/+doas)
apt install b3sum
# check blake3 hash
echo '32ba166a4349977ca619c1f83f1e7d195a0fab515ac24cdb74d14a9c0f16c109 10_buster_mips64le.tar.zst' > blake3.txt
b3sum --check blake3.txt
- algorithm: sha256
hex: c47648ea83999b184cfa0b4e0fd17d40752c6149a77be97333ce9e850682d42b
cmt: |+
Usage:
# check sha256 hash
echo 'c47648ea83999b184cfa0b4e0fd17d40752c6149a77be97333ce9e850682d42b 10_buster_mips64le.tar.zst' > sha256.txt
sha256sum --check sha256.txt
mirror:
- name: github
url: https://github.com/2cd/debian-museum/releases/download/10/10_buster_mips64le.tar.zst
cmt: |+
Usage:
mkdir -p ./tmp/buster-mips64le
cd tmp
curl -LO 'https://github.com/2cd/debian-museum/releases/download/10/10_buster_mips64le.tar.zst'
# run gnutar or bsdtar (libarchive-tools) as root (e.g., doas tar -xvf file.tar.zst)
tar -C buster-mips64le -xf "10_buster_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 buster-mips64le -E LANG=$LANG
- name: buster-arm64
arch: arm64
datetime:
build: 2024-03-23 15:15:00.705455969 +00:00:00
update: 2024-03-23 15:26:01.222765411 +00:00:00
docker:
platform: linux/arm64
repo-digests:
- ghcr.io/2cd/debian@sha256:72f4045a3ad60e6832f53cdd8f6d017b44f303497ee4e7c07ec40e3c65446d73
- reg.tmoe.me:2096/debian/10@sha256:72f4045a3ad60e6832f53cdd8f6d017b44f303497ee4e7c07ec40e3c65446d73
- reg.tmoe.me:2096/debian/buster@sha256:72f4045a3ad60e6832f53cdd8f6d017b44f303497ee4e7c07ec40e3c65446d73
mirror:
- name: ghcr
repositories:
- ghcr.io/2cd/debian:buster-arm64
- ghcr.io/2cd/debian:10-arm64
- name: reg
repositories:
- reg.tmoe.me:2096/debian/buster:arm64
- reg.tmoe.me:2096/debian/10:arm64
file:
name: 10_buster_arm64.tar.zst
size:
bytes: 33362211
readable: 31.82 MiB
kib: 32580.29 KiB
tar-bytes: 128020480
tar-readable: 122.09 MiB
cmt: |+
Ideally:
zstd size => download size (i.e., Consumes 31.82 MiB of traffic)
tar size => uncompressed size (Actually, the extracted content is >= 122.09 MiB)
zstd + tar size ~= space occupation for initial installation
(i.e., Requires at least 153.91 MiB of disk storage space, but actually needs more)
modified-time: 2024-03-23 15:17:48.240999729 +00:00:00
zstd:
level: 18
long: 27
digest:
- algorithm: blake3
hex: a72d4cd47a1f8c02ae6e842ab071aef9b7201c6f11facee0300002d8fc3f92bc
cmt: |+
Usage:
# run apt as root (i.e., +sudo/+doas)
apt install b3sum
# check blake3 hash
echo 'a72d4cd47a1f8c02ae6e842ab071aef9b7201c6f11facee0300002d8fc3f92bc 10_buster_arm64.tar.zst' > blake3.txt
b3sum --check blake3.txt
- algorithm: sha256
hex: 3f2e1284bcec64838b0721f97dcdd42d21a3beedffe8b5bdbf7ecdb78683f415
cmt: |+
Usage:
# check sha256 hash
echo '3f2e1284bcec64838b0721f97dcdd42d21a3beedffe8b5bdbf7ecdb78683f415 10_buster_arm64.tar.zst' > sha256.txt
sha256sum --check sha256.txt
mirror:
- name: github
url: https://github.com/2cd/debian-museum/releases/download/10/10_buster_arm64.tar.zst
cmt: |+
Usage:
mkdir -p ./tmp/buster-arm64
cd tmp
curl -LO 'https://github.com/2cd/debian-museum/releases/download/10/10_buster_arm64.tar.zst'
# run gnutar or bsdtar (libarchive-tools) as root (e.g., doas tar -xvf file.tar.zst)
tar -C buster-arm64 -xf "10_buster_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 buster-arm64 -E LANG=$LANG
- name: buster-armv5te
arch: armv5te
datetime:
build: 2024-03-23 15:15:03.255794396 +00:00:00
update: 2024-03-23 15:26:01.251778201 +00:00:00
docker:
platform: linux/arm/v5
repo-digests:
- ghcr.io/2cd/debian@sha256:87126ebc0e9db7f96e256078c0f6dcf098f7e742296e138d1f361fdb295c3c98
- reg.tmoe.me:2096/debian/10@sha256:87126ebc0e9db7f96e256078c0f6dcf098f7e742296e138d1f361fdb295c3c98
- reg.tmoe.me:2096/debian/buster@sha256:87126ebc0e9db7f96e256078c0f6dcf098f7e742296e138d1f361fdb295c3c98
mirror:
- name: ghcr
repositories:
- ghcr.io/2cd/debian:buster-armv5te
- ghcr.io/2cd/debian:10-armv5te
- name: reg
repositories:
- reg.tmoe.me:2096/debian/buster:armv5te
- reg.tmoe.me:2096/debian/10:armv5te
file:
name: 10_buster_armv5te.tar.zst
size:
bytes: 32297226
readable: 30.8 MiB
kib: 31540.26 KiB
tar-bytes: 121128960
tar-readable: 115.52 MiB
cmt: |+
Ideally:
zstd size => download size (i.e., Consumes 30.8 MiB of traffic)
tar size => uncompressed size (Actually, the extracted content is >= 115.52 MiB)
zstd + tar size ~= space occupation for initial installation
(i.e., Requires at least 146.32 MiB of disk storage space, but actually needs more)
modified-time: 2024-03-23 15:17:36.350696753 +00:00:00
zstd:
level: 18
long: 27
digest:
- algorithm: blake3
hex: ce4cf38f30f6bce5c8f49de8ce11e468bf1a8a407305d43346b03d59e6a4a991
cmt: |+
Usage:
# run apt as root (i.e., +sudo/+doas)
apt install b3sum
# check blake3 hash
echo 'ce4cf38f30f6bce5c8f49de8ce11e468bf1a8a407305d43346b03d59e6a4a991 10_buster_armv5te.tar.zst' > blake3.txt
b3sum --check blake3.txt
- algorithm: sha256
hex: 695f4baabe00249db01083a39a460d33a557989db15210573733f65b4859edfe
cmt: |+
Usage:
# check sha256 hash
echo '695f4baabe00249db01083a39a460d33a557989db15210573733f65b4859edfe 10_buster_armv5te.tar.zst' > sha256.txt
sha256sum --check sha256.txt
mirror:
- name: github
url: https://github.com/2cd/debian-museum/releases/download/10/10_buster_armv5te.tar.zst
cmt: |+
Usage:
mkdir -p ./tmp/buster-armv5te
cd tmp
curl -LO 'https://github.com/2cd/debian-museum/releases/download/10/10_buster_armv5te.tar.zst'
# run gnutar or bsdtar (libarchive-tools) as root (e.g., doas tar -xvf file.tar.zst)
tar -C buster-armv5te -xf "10_buster_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 buster-armv5te -E LANG=$LANG
- name: buster-s390x
arch: s390x
datetime:
build: 2024-03-23 15:15:58.786698183 +00:00:00
update: 2024-03-23 15:26:01.281464241 +00:00:00
docker:
platform: linux/s390x
repo-digests:
- ghcr.io/2cd/debian@sha256:9f1d0becb1cc30cb4e68b25380219814c18782bc2ffff2d92937d5962df4a2bd
- reg.tmoe.me:2096/debian/10@sha256:9f1d0becb1cc30cb4e68b25380219814c18782bc2ffff2d92937d5962df4a2bd
- reg.tmoe.me:2096/debian/buster@sha256:9f1d0becb1cc30cb4e68b25380219814c18782bc2ffff2d92937d5962df4a2bd
mirror:
- name: ghcr
repositories:
- ghcr.io/2cd/debian:buster-s390x
- ghcr.io/2cd/debian:10-s390x
- name: reg
repositories:
- reg.tmoe.me:2096/debian/buster:s390x
- reg.tmoe.me:2096/debian/10:s390x
file:
name: 10_buster_s390x.tar.zst
size:
bytes: 32998189
readable: 31.47 MiB
kib: 32224.79 KiB
tar-bytes: 131901440
tar-readable: 125.79 MiB
cmt: |+
Ideally:
zstd size => download size (i.e., Consumes 31.47 MiB of traffic)
tar size => uncompressed size (Actually, the extracted content is >= 125.79 MiB)
zstd + tar size ~= space occupation for initial installation
(i.e., Requires at least 157.26 MiB of disk storage space, but actually needs more)
modified-time: 2024-03-23 15:18:13.96646176 +00:00:00
zstd:
level: 18
long: 27
digest:
- algorithm: blake3
hex: 61034c128d32edf9b3a8c28b497b79eb51755a2578de66ef86455aa6acfa93ab
cmt: |+
Usage:
# run apt as root (i.e., +sudo/+doas)
apt install b3sum
# check blake3 hash
echo '61034c128d32edf9b3a8c28b497b79eb51755a2578de66ef86455aa6acfa93ab 10_buster_s390x.tar.zst' > blake3.txt
b3sum --check blake3.txt
- algorithm: sha256
hex: c61c9d6ae2fe62bb99d68bb066aea43197255218d7076da100eafea7e3b8df94
cmt: |+
Usage:
# check sha256 hash
echo 'c61c9d6ae2fe62bb99d68bb066aea43197255218d7076da100eafea7e3b8df94 10_buster_s390x.tar.zst' > sha256.txt
sha256sum --check sha256.txt
mirror:
- name: github
url: https://github.com/2cd/debian-museum/releases/download/10/10_buster_s390x.tar.zst
cmt: |+
Usage:
mkdir -p ./tmp/buster-s390x
cd tmp
curl -LO 'https://github.com/2cd/debian-museum/releases/download/10/10_buster_s390x.tar.zst'
# run gnutar or bsdtar (libarchive-tools) as root (e.g., doas tar -xvf file.tar.zst)
tar -C buster-s390x -xf "10_buster_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 buster-s390x -E LANG=$LANG
- name: buster-ppc64le
arch: ppc64le
datetime:
build: 2024-03-23 15:15:58.855540977 +00:00:00
update: 2024-03-23 15:26:01.313682625 +00:00:00
docker:
platform: linux/ppc64le
repo-digests:
- ghcr.io/2cd/debian@sha256:4b7400679ce0c9a76b346eee3885f4f9a7cd894222ae20a5a15c756ccf9598b9
- reg.tmoe.me:2096/debian/10@sha256:4b7400679ce0c9a76b346eee3885f4f9a7cd894222ae20a5a15c756ccf9598b9
- reg.tmoe.me:2096/debian/buster@sha256:4b7400679ce0c9a76b346eee3885f4f9a7cd894222ae20a5a15c756ccf9598b9
mirror:
- name: ghcr
repositories:
- ghcr.io/2cd/debian:buster-ppc64le
- ghcr.io/2cd/debian:10-ppc64le
- name: reg
repositories:
- reg.tmoe.me:2096/debian/buster:ppc64le
- reg.tmoe.me:2096/debian/10:ppc64le
file:
name: 10_buster_ppc64le.tar.zst
size:
bytes: 35646151
readable: 33.99 MiB
kib: 34810.7 KiB
tar-bytes: 172267520
tar-readable: 164.29 MiB
cmt: |+
Ideally:
zstd size => download size (i.e., Consumes 33.99 MiB of traffic)
tar size => uncompressed size (Actually, the extracted content is >= 164.29 MiB)
zstd + tar size ~= space occupation for initial installation
(i.e., Requires at least 198.28 MiB of disk storage space, but actually needs more)
modified-time: 2024-03-23 15:18:39.074935341 +00:00:00
zstd:
level: 18
long: 27
digest:
- algorithm: blake3
hex: 7970c8d98437ae12d4b35b172af5c3bc081361ff414c59b6b35b9a0ce3356610
cmt: |+
Usage:
# run apt as root (i.e., +sudo/+doas)
apt install b3sum
# check blake3 hash
echo '7970c8d98437ae12d4b35b172af5c3bc081361ff414c59b6b35b9a0ce3356610 10_buster_ppc64le.tar.zst' > blake3.txt
b3sum --check blake3.txt
- algorithm: sha256
hex: bb283a38fe10db521243e04f13ef0974f736e955c9cd4a8eaea2fdd41b260137
cmt: |+
Usage:
# check sha256 hash
echo 'bb283a38fe10db521243e04f13ef0974f736e955c9cd4a8eaea2fdd41b260137 10_buster_ppc64le.tar.zst' > sha256.txt
sha256sum --check sha256.txt
mirror:
- name: github
url: https://github.com/2cd/debian-museum/releases/download/10/10_buster_ppc64le.tar.zst
cmt: |+
Usage:
mkdir -p ./tmp/buster-ppc64le
cd tmp
curl -LO 'https://github.com/2cd/debian-museum/releases/download/10/10_buster_ppc64le.tar.zst'
# run gnutar or bsdtar (libarchive-tools) as root (e.g., doas tar -xvf file.tar.zst)
tar -C buster-ppc64le -xf "10_buster_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 buster-ppc64le -E LANG=$LANG
- name: buster-x64
arch: x64
datetime:
build: 2024-03-23 15:15:03.166303298 +00:00:00
update: 2024-03-23 15:26:01.344308812 +00:00:00
docker:
platform: linux/amd64
repo-digests:
- ghcr.io/2cd/debian@sha256:588eccf96be72f28bf7bbd0e8dd1f87ecd9c0171e62c19b65fe3ce97a775f2da
- reg.tmoe.me:2096/debian/10@sha256:588eccf96be72f28bf7bbd0e8dd1f87ecd9c0171e62c19b65fe3ce97a775f2da
- reg.tmoe.me:2096/debian/buster@sha256:588eccf96be72f28bf7bbd0e8dd1f87ecd9c0171e62c19b65fe3ce97a775f2da
mirror:
- name: ghcr
repositories:
- ghcr.io/2cd/debian:buster-x64
- ghcr.io/2cd/debian:10-x64
- name: reg
repositories:
- reg.tmoe.me:2096/debian/buster:x64
- reg.tmoe.me:2096/debian/10:x64
file:
name: 10_buster_x64.tar.zst
size:
bytes: 34156298
readable: 32.57 MiB
kib: 33355.76 KiB
tar-bytes: 134144000
tar-readable: 127.93 MiB
cmt: |+
Ideally:
zstd size => download size (i.e., Consumes 32.57 MiB of traffic)
tar size => uncompressed size (Actually, the extracted content is >= 127.93 MiB)
zstd + tar size ~= space occupation for initial installation
(i.e., Requires at least 160.5 MiB of disk storage space, but actually needs more)
modified-time: 2024-03-23 15:16:24.664376954 +00:00:00
zstd:
level: 18
long: 27
digest:
- algorithm: blake3
hex: 12960f3fd9343cea536d67049d9dd650544f6c8b9c45e5718b63e110395b0385
cmt: |+
Usage:
# run apt as root (i.e., +sudo/+doas)
apt install b3sum
# check blake3 hash
echo '12960f3fd9343cea536d67049d9dd650544f6c8b9c45e5718b63e110395b0385 10_buster_x64.tar.zst' > blake3.txt
b3sum --check blake3.txt
- algorithm: sha256
hex: a2c821dd65dceb90f6cdc61136d3f8a43e2a9c14322870f40f69e8c4b0439016
cmt: |+
Usage:
# check sha256 hash
echo 'a2c821dd65dceb90f6cdc61136d3f8a43e2a9c14322870f40f69e8c4b0439016 10_buster_x64.tar.zst' > sha256.txt
sha256sum --check sha256.txt
mirror:
- name: github
url: https://github.com/2cd/debian-museum/releases/download/10/10_buster_x64.tar.zst
cmt: |+
Usage:
mkdir -p ./tmp/buster-x64
cd tmp
curl -LO 'https://github.com/2cd/debian-museum/releases/download/10/10_buster_x64.tar.zst'
# run gnutar or bsdtar (libarchive-tools) as root (e.g., doas tar -xvf file.tar.zst)
tar -C buster-x64 -xf "10_buster_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 buster-x64 -E LANG=$LANG
- name: buster-armv7a
arch: armv7a
datetime:
build: 2024-03-23 15:15:06.88641072 +00:00:00
update: 2024-03-23 15:26:01.37346431 +00:00:00
docker:
platform: linux/arm/v7
repo-digests:
- ghcr.io/2cd/debian@sha256:3daed3e49eb66943c14ce924a5b584625a016e22d52d47b1503eaf6571fdae92
- reg.tmoe.me:2096/debian/10@sha256:3daed3e49eb66943c14ce924a5b584625a016e22d52d47b1503eaf6571fdae92
- reg.tmoe.me:2096/debian/buster@sha256:3daed3e49eb66943c14ce924a5b584625a016e22d52d47b1503eaf6571fdae92
mirror:
- name: ghcr
repositories:
- ghcr.io/2cd/debian:buster-armv7a
- ghcr.io/2cd/debian:10-armv7a
- name: reg
repositories:
- reg.tmoe.me:2096/debian/buster:armv7a
- reg.tmoe.me:2096/debian/10:armv7a
file:
name: 10_buster_armv7a.tar.zst
size:
bytes: 32234542
readable: 30.74 MiB
kib: 31479.05 KiB
tar-bytes: 110786560
tar-readable: 105.65 MiB
cmt: |+
Ideally:
zstd size => download size (i.e., Consumes 30.74 MiB of traffic)
tar size => uncompressed size (Actually, the extracted content is >= 105.65 MiB)
zstd + tar size ~= space occupation for initial installation
(i.e., Requires at least 136.4 MiB of disk storage space, but actually needs more)
modified-time: 2024-03-23 15:17:56.134232801 +00:00:00
zstd:
level: 18
long: 27
digest:
- algorithm: blake3
hex: d260b676627a8e856c99591b684c016eb5a031b3fc76ccc517fe7b66f9e2cf70
cmt: |+
Usage:
# run apt as root (i.e., +sudo/+doas)
apt install b3sum
# check blake3 hash
echo 'd260b676627a8e856c99591b684c016eb5a031b3fc76ccc517fe7b66f9e2cf70 10_buster_armv7a.tar.zst' > blake3.txt
b3sum --check blake3.txt
- algorithm: sha256
hex: f8666457114dd5b5beb28fff7fc7ad9ff4e3d88c1188bdc64bb735e79279ac6f
cmt: |+
Usage:
# check sha256 hash
echo 'f8666457114dd5b5beb28fff7fc7ad9ff4e3d88c1188bdc64bb735e79279ac6f 10_buster_armv7a.tar.zst' > sha256.txt
sha256sum --check sha256.txt
mirror:
- name: github
url: https://github.com/2cd/debian-museum/releases/download/10/10_buster_armv7a.tar.zst
cmt: |+
Usage:
mkdir -p ./tmp/buster-armv7a
cd tmp
curl -LO 'https://github.com/2cd/debian-museum/releases/download/10/10_buster_armv7a.tar.zst'
# run gnutar or bsdtar (libarchive-tools) as root (e.g., doas tar -xvf file.tar.zst)
tar -C buster-armv7a -xf "10_buster_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 buster-armv7a -E LANG=$LANG
- name: buster-x86
arch: x86
datetime:
build: 2024-03-23 15:15:17.401504095 +00:00:00
update: 2024-03-23 15:26:01.404848745 +00:00:00
docker:
platform: linux/386
repo-digests:
- ghcr.io/2cd/debian@sha256:9b889a48758f2782cd2c5f5997f40a3797d9f92ea9e99e62149fdca8d687b174
- reg.tmoe.me:2096/debian/10@sha256:9b889a48758f2782cd2c5f5997f40a3797d9f92ea9e99e62149fdca8d687b174
- reg.tmoe.me:2096/debian/buster@sha256:9b889a48758f2782cd2c5f5997f40a3797d9f92ea9e99e62149fdca8d687b174
mirror:
- name: ghcr
repositories:
- ghcr.io/2cd/debian:buster-x86
- ghcr.io/2cd/debian:10-x86
- name: reg
repositories:
- reg.tmoe.me:2096/debian/buster:x86
- reg.tmoe.me:2096/debian/10:x86
file:
name: 10_buster_x86.tar.zst
size:
bytes: 35006549
readable: 33.38 MiB
kib: 34186.08 KiB
tar-bytes: 134809600
tar-readable: 128.56 MiB
cmt: |+
Ideally:
zstd size => download size (i.e., Consumes 33.38 MiB of traffic)
tar size => uncompressed size (Actually, the extracted content is >= 128.56 MiB)
zstd + tar size ~= space occupation for initial installation
(i.e., Requires at least 161.95 MiB of disk storage space, but actually needs more)
modified-time: 2024-03-23 15:17:02.941908969 +00:00:00
zstd:
level: 18
long: 27
digest:
- algorithm: blake3
hex: adf9d2769414eef1be693943f88424c4a7b2df7371c8c09e44cd6414bd60bb11
cmt: |+
Usage:
# run apt as root (i.e., +sudo/+doas)
apt install b3sum
# check blake3 hash
echo 'adf9d2769414eef1be693943f88424c4a7b2df7371c8c09e44cd6414bd60bb11 10_buster_x86.tar.zst' > blake3.txt
b3sum --check blake3.txt
- algorithm: sha256
hex: bf65e1d75e1352e46254377c1c3ca60d80003fb7eae912db28434b4c2ab8fcd7
cmt: |+
Usage:
# check sha256 hash
echo 'bf65e1d75e1352e46254377c1c3ca60d80003fb7eae912db28434b4c2ab8fcd7 10_buster_x86.tar.zst' > sha256.txt
sha256sum --check sha256.txt
mirror:
- name: github
url: https://github.com/2cd/debian-museum/releases/download/10/10_buster_x86.tar.zst
cmt: |+
Usage:
mkdir -p ./tmp/buster-x86
cd tmp
curl -LO 'https://github.com/2cd/debian-museum/releases/download/10/10_buster_x86.tar.zst'
# run gnutar or bsdtar (libarchive-tools) as root (e.g., doas tar -xvf file.tar.zst)
tar -C buster-x86 -xf "10_buster_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 buster-x86 -E LANG=$LANG