Releases: 2cd/ubuntu-museum
Releases · 2cd/ubuntu-museum
25.04 Plucky Puffin (2025-05-16)
os:
- name: Ubuntu
codename: Plucky Puffin
series: plucky
version: '25.04'
docker:
oci-platforms:
- linux/386
- linux/amd64
- linux/arm/v7
- linux/arm64
- linux/ppc64le
- linux/riscv64
- linux/s390x
cmt: |-
Usage:
docker run --pull=always -it --rm ghcr.io/2cd/ubuntu:25.04
mirror:
- name: ghcr
repositories:
- ghcr.io/2cd/ubuntu:25.04
- ghcr.io/2cd/ubuntu:plucky
repo-digests:
- ghcr.io/2cd/ubuntu@sha256:9ee1ab5466f85f0f62650ab23b515beaedb06df399ef9e5633f8bf00d43548f2
- name: reg
repositories:
- reg.tmoe.me:2096/ubuntu/25.04:latest
- reg.tmoe.me:2096/ubuntu/plucky:latest
repo-digests:
- reg.tmoe.me:2096/ubuntu/25.04@sha256:9ee1ab5466f85f0f62650ab23b515beaedb06df399ef9e5633f8bf00d43548f2
- reg.tmoe.me:2096/ubuntu/plucky@sha256:9ee1ab5466f85f0f62650ab23b515beaedb06df399ef9e5633f8bf00d43548f2
tag:
- name: plucky-x64
arch: x64
datetime:
build: 2025-05-16 04:43:54.396992222 +00:00:00
update: 2025-05-16 04:57:12.603057443 +00:00:00
docker:
platform: linux/amd64
repo-digests:
- ghcr.io/2cd/ubuntu@sha256:df287a3761e21f89bb77ad7b9785d172486e4c88beee991732ceb45c42e24465
- reg.tmoe.me:2096/ubuntu/25.04@sha256:df287a3761e21f89bb77ad7b9785d172486e4c88beee991732ceb45c42e24465
- reg.tmoe.me:2096/ubuntu/plucky@sha256:df287a3761e21f89bb77ad7b9785d172486e4c88beee991732ceb45c42e24465
mirror:
- name: ghcr
repositories:
- ghcr.io/2cd/ubuntu:plucky-x64
- ghcr.io/2cd/ubuntu:25.04-x64
- name: reg
repositories:
- reg.tmoe.me:2096/ubuntu/plucky:x64
- reg.tmoe.me:2096/ubuntu/25.04:x64
file:
name: 25.04_plucky_x64.tar.zst
size:
bytes: 28531608
readable: 27.21 MiB
kib: 27862.9 KiB
tar-bytes: 105103360
tar-readable: 100.23 MiB
cmt: |+
Ideally:
zstd size => download size (i.e., Consumes 27.21 MiB of traffic)
tar size => uncompressed size (Actually, the extracted content is >= 100.23 MiB)
zstd + tar size ~= space occupation for initial installation
(i.e., Requires at least 127.44 MiB of disk storage space, but actually needs more)
modified-time: 2025-05-16 04:45:04.122195723 +00:00:00
zstd:
level: 18
long: 27
digest:
- algorithm: blake3
hex: 22f2d41281faf25ba50ada907043c7533f7beb95975cb4ecac449a1238c31b5b
cmt: |+
Usage:
# run apt as root (i.e., +sudo/+doas)
apt install b3sum
# check blake3 hash
echo '22f2d41281faf25ba50ada907043c7533f7beb95975cb4ecac449a1238c31b5b 25.04_plucky_x64.tar.zst' > blake3.txt
b3sum --check blake3.txt
- algorithm: sha256
hex: eba1b1f0091c2d1c9e3b782c587002e5f2b96dc8c590754741cbc513ddf9dc60
cmt: |+
Usage:
# check sha256 hash
echo 'eba1b1f0091c2d1c9e3b782c587002e5f2b96dc8c590754741cbc513ddf9dc60 25.04_plucky_x64.tar.zst' > sha256.txt
sha256sum --check sha256.txt
mirror:
- name: github
url: https://github.com/2cd/ubuntu-museum/releases/download/25.04/25.04_plucky_x64.tar.zst
cmt: |+
Usage:
mkdir -p ./tmp/plucky-x64
cd tmp
curl -LO 'https://github.com/2cd/ubuntu-museum/releases/download/25.04/25.04_plucky_x64.tar.zst'
# run gnutar or bsdtar (libarchive-tools) as root (e.g., doas tar -xvf file.tar.zst)
tar -C plucky-x64 -xf "25.04_plucky_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 plucky-x64 -E LANG=$LANG
- name: plucky-arm64
arch: arm64
datetime:
build: 2025-05-16 04:44:29.542443214 +00:00:00
update: 2025-05-16 04:57:12.626931268 +00:00:00
docker:
platform: linux/arm64
repo-digests:
- ghcr.io/2cd/ubuntu@sha256:76ca0ec800586d7ce1db6d279e390dff865914a0c9234d9420694412e2cd19b9
- reg.tmoe.me:2096/ubuntu/25.04@sha256:76ca0ec800586d7ce1db6d279e390dff865914a0c9234d9420694412e2cd19b9
- reg.tmoe.me:2096/ubuntu/plucky@sha256:76ca0ec800586d7ce1db6d279e390dff865914a0c9234d9420694412e2cd19b9
mirror:
- name: ghcr
repositories:
- ghcr.io/2cd/ubuntu:plucky-arm64
- ghcr.io/2cd/ubuntu:25.04-arm64
- name: reg
repositories:
- reg.tmoe.me:2096/ubuntu/plucky:arm64
- reg.tmoe.me:2096/ubuntu/25.04:arm64
file:
name: 25.04_plucky_arm64.tar.zst
size:
bytes: 26927758
readable: 25.68 MiB
kib: 26296.64 KiB
tar-bytes: 124518400
tar-readable: 118.75 MiB
cmt: |+
Ideally:
zstd size => download size (i.e., Consumes 25.68 MiB of traffic)
tar size => uncompressed size (Actually, the extracted content is >= 118.75 MiB)
zstd + tar size ~= space occupation for initial installation
(i.e., Requires at least 144.43 MiB of disk storage space, but actually needs more)
modified-time: 2025-05-16 04:51:57.635078279 +00:00:00
zstd:
level: 18
long: 27
digest:
- algorithm: blake3
hex: 6b015795585470aa9cd01332488a0df4772511f151f8a83e30f1c4997a9aa6c5
cmt: |+
Usage:
# run apt as root (i.e., +sudo/+doas)
apt install b3sum
# check blake3 hash
echo '6b015795585470aa9cd01332488a0df4772511f151f8a83e30f1c4997a9aa6c5 25.04_plucky_arm64.tar.zst' > blake3.txt
b3sum --check blake3.txt
- algorithm: sha256
hex: 0b28feb49b9a5a68e1a15790b43546638448b2b562ed56365148449ca2a47189
cmt: |+
Usage:
# check sha256 hash
echo '0b28feb49b9a5a68e1a15790b43546638448b2b562ed56365148449ca2a47189 25.04_plucky_arm64.tar.zst' > sha256.txt
sha256sum --check sha256.txt
mirror:
- name: github
url: https://github.com/2cd/ubuntu-museum/releases/download/25.04/25.04_plucky_arm64.tar.zst
cmt: |+
Usage:
mkdir -p ./tmp/plucky-arm64
cd tmp
curl -LO 'https://github.com/2cd/ubuntu-museum/releases/download/25.04/25.04_plucky_arm64.tar.zst'
# run gnutar or bsdtar (libarchive-tools) as root (e.g., doas tar -xvf file.tar.zst)
tar -C plucky-arm64 -xf "25.04_plucky_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 plucky-arm64 -E LANG=$LANG
- name: plucky-armv7a
arch: armv7a
datetime:
build: 2025-05-16 04:44:44.307457692 +00:00:00
update: 2025-05-16 04:57:12.649456467 +00:00:00
docker:
platform: linux/arm/v7
repo-digests:
- ghcr.io/2cd/ubuntu@sha256:499990b2ccc844231fac370e3ad379f56c061b9b1eb67f277d34899c83d1ab1e
- reg.tmoe.me:2096/ubuntu/25.04@sha256:499990b2ccc844231fac370e3ad379f56c061b9b1eb67f277d34899c83d1ab1e
- reg.tmoe.me:2096/ubuntu/plucky@sha256:499990b2ccc844231fac370e3ad379f56c061b9b1eb67f277d34899c83d1ab1e
mirror:
- name: ghcr
repositories:
- ghcr.io/2cd/ubuntu:plucky-armv7a
- ghcr.io/2cd/ubuntu:25.04-armv7a
- name: reg
repositories:
- reg.tmoe.me:2096/ubuntu/plucky:armv7a
- reg.tmoe.me:2096/ubuntu/25.04:armv7a
file:
name: 25.04_plucky_armv7a.tar.zst
size:
bytes: 25319705
readable: 24.15 MiB
kib: 24726.27 KiB
tar-bytes: 106240000
tar-readable: 101.32 MiB
cmt: |+
Ideally:
zstd size => download size (i.e., Consumes 24.15 MiB of traffic)
tar size => uncompressed size (Actually, the extracted content is >= 101.32 MiB)
zstd + tar size ~= space occupation for initial installation
(i.e., Requires at least 125.47 MiB of disk storage space, but actually needs more)
modified-time: 2025-05-16 04:48:10.153362133 +00:00:00
zstd:
level: 18
long: 27
digest:
- algorithm: blake3
hex: f6756860d1c4930d1efb9a0b49761a0328cd1f97e780513ca4ce04aefa5119b9
cmt: |+
Usage:
# run apt as root (i.e., +sudo/+doas)
apt install b3sum
# check blake3 hash
echo 'f6756860d1c4930d1efb9a0b49761a0328cd1f97e780513ca4ce04aefa5119b9 25.04_plucky_armv7a.tar.zst' > blake3.txt
b3sum --check blake3.txt
- algorithm: sha256
hex: 725dc1f0f9752401d502d03a102d87a32036b89f740a1ec51b58db10067c0d93
cmt: |+
Usage:
# check sha256 hash
echo '725dc1f0f9752401d502d03a102d87a32036b89f740a1ec51b58db10067c0d93 25.04_plucky_armv7a.tar.zst' > sha256.txt
sha256sum --check sha256.txt
mirror:
- name: github
url: https://github.com/2cd/ubuntu-museum/releases/download/25.04/25.04_plucky_armv7a.tar.zst
cmt: |+
Usage:
mkdir -p ./tmp/plucky-armv7a
cd tmp
curl -LO 'https://github.com/2cd/ubuntu-museum/releases/download/25.04/25.04_plucky_armv7a.tar.zst'
# run gnutar or bsdtar (libarchive-tools) as root (e.g., doas tar -xvf file.tar.zst)
tar -C plucky-armv7a -xf "25.04_plucky_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 plucky...24.10 Oracular Oriole (2024-10-10)
os:
- name: Ubuntu
codename: Oracular Oriole
series: oracular
version: '24.10'
docker:
oci-platforms:
- linux/386
- linux/amd64
- linux/arm/v7
- linux/arm64
- linux/ppc64le
- linux/riscv64
- linux/s390x
cmt: |-
Usage:
docker run --pull=always -it --rm ghcr.io/2cd/ubuntu:24.10
mirror:
- name: ghcr
repositories:
- ghcr.io/2cd/ubuntu:24.10
- ghcr.io/2cd/ubuntu:oracular
repo-digests:
- ghcr.io/2cd/ubuntu@sha256:358867bc0d1cd4e93a5eb6ea568009bb508587101526185de6cbea80d58c8fdb
- name: reg
repositories:
- reg.tmoe.me:2096/ubuntu/24.10:latest
- reg.tmoe.me:2096/ubuntu/oracular:latest
repo-digests:
- reg.tmoe.me:2096/ubuntu/24.10@sha256:358867bc0d1cd4e93a5eb6ea568009bb508587101526185de6cbea80d58c8fdb
- reg.tmoe.me:2096/ubuntu/oracular@sha256:358867bc0d1cd4e93a5eb6ea568009bb508587101526185de6cbea80d58c8fdb
tag:
- name: oracular-x64
arch: x64
datetime:
build: 2025-05-13 10:51:30.552819695 +00:00:00
update: 2025-05-13 10:56:22.864130088 +00:00:00
docker:
platform: linux/amd64
repo-digests:
- ghcr.io/2cd/ubuntu@sha256:9994cf22345354dbfa78c8c65b0787f263120c77ac619a504b23e9d8253052f7
- reg.tmoe.me:2096/ubuntu/24.10@sha256:9994cf22345354dbfa78c8c65b0787f263120c77ac619a504b23e9d8253052f7
- reg.tmoe.me:2096/ubuntu/oracular@sha256:9994cf22345354dbfa78c8c65b0787f263120c77ac619a504b23e9d8253052f7
mirror:
- name: ghcr
repositories:
- ghcr.io/2cd/ubuntu:oracular-x64
- ghcr.io/2cd/ubuntu:24.10-x64
- name: reg
repositories:
- reg.tmoe.me:2096/ubuntu/oracular:x64
- reg.tmoe.me:2096/ubuntu/24.10:x64
file:
name: 24.10_oracular_x64.tar.zst
size:
bytes: 29188201
readable: 27.84 MiB
kib: 28504.1 KiB
tar-bytes: 107284480
tar-readable: 102.31 MiB
cmt: |+
Ideally:
zstd size => download size (i.e., Consumes 27.84 MiB of traffic)
tar size => uncompressed size (Actually, the extracted content is >= 102.31 MiB)
zstd + tar size ~= space occupation for initial installation
(i.e., Requires at least 130.15 MiB of disk storage space, but actually needs more)
modified-time: 2025-05-13 10:51:47.788750956 +00:00:00
zstd:
level: 18
long: 27
digest:
- algorithm: blake3
hex: 00335e6e0a2463262163e9b165032d9eb09d05c239072638cd9659d267094ae9
cmt: |+
Usage:
# run apt as root (i.e., +sudo/+doas)
apt install b3sum
# check blake3 hash
echo '00335e6e0a2463262163e9b165032d9eb09d05c239072638cd9659d267094ae9 24.10_oracular_x64.tar.zst' > blake3.txt
b3sum --check blake3.txt
- algorithm: sha256
hex: 84492111bb0eb6f206efc943cee27a49fe3e3d1a7f697b7e6f96c121b8f45626
cmt: |+
Usage:
# check sha256 hash
echo '84492111bb0eb6f206efc943cee27a49fe3e3d1a7f697b7e6f96c121b8f45626 24.10_oracular_x64.tar.zst' > sha256.txt
sha256sum --check sha256.txt
mirror:
- name: github
url: https://github.com/2cd/ubuntu-museum/releases/download/24.10/24.10_oracular_x64.tar.zst
cmt: |+
Usage:
mkdir -p ./tmp/oracular-x64
cd tmp
curl -LO 'https://github.com/2cd/ubuntu-museum/releases/download/24.10/24.10_oracular_x64.tar.zst'
# run gnutar or bsdtar (libarchive-tools) as root (e.g., doas tar -xvf file.tar.zst)
tar -C oracular-x64 -xf "24.10_oracular_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 oracular-x64 -E LANG=$LANG
- name: oracular-arm64
arch: arm64
datetime:
build: 2025-05-13 10:42:23.847132566 +00:00:00
update: 2025-05-13 10:56:22.889580409 +00:00:00
docker:
platform: linux/arm64
repo-digests:
- ghcr.io/2cd/ubuntu@sha256:49eba1736ac53418b9c8a41a7d98a41a7c01f2dc552383e71eddb2476988c76f
- reg.tmoe.me:2096/ubuntu/24.10@sha256:49eba1736ac53418b9c8a41a7d98a41a7c01f2dc552383e71eddb2476988c76f
- reg.tmoe.me:2096/ubuntu/oracular@sha256:49eba1736ac53418b9c8a41a7d98a41a7c01f2dc552383e71eddb2476988c76f
mirror:
- name: ghcr
repositories:
- ghcr.io/2cd/ubuntu:oracular-arm64
- ghcr.io/2cd/ubuntu:24.10-arm64
- name: reg
repositories:
- reg.tmoe.me:2096/ubuntu/oracular:arm64
- reg.tmoe.me:2096/ubuntu/24.10:arm64
file:
name: 24.10_oracular_arm64.tar.zst
size:
bytes: 28481873
readable: 27.16 MiB
kib: 27814.33 KiB
tar-bytes: 129392640
tar-readable: 123.4 MiB
cmt: |+
Ideally:
zstd size => download size (i.e., Consumes 27.16 MiB of traffic)
tar size => uncompressed size (Actually, the extracted content is >= 123.4 MiB)
zstd + tar size ~= space occupation for initial installation
(i.e., Requires at least 150.56 MiB of disk storage space, but actually needs more)
modified-time: 2025-05-13 10:50:59.596706971 +00:00:00
zstd:
level: 18
long: 27
digest:
- algorithm: blake3
hex: f1e90b300ee47dcee160a09fe57c2c9e190fbc70dac4d89b9c3c376007cce44e
cmt: |+
Usage:
# run apt as root (i.e., +sudo/+doas)
apt install b3sum
# check blake3 hash
echo 'f1e90b300ee47dcee160a09fe57c2c9e190fbc70dac4d89b9c3c376007cce44e 24.10_oracular_arm64.tar.zst' > blake3.txt
b3sum --check blake3.txt
- algorithm: sha256
hex: 80889eacf266a08d47c78c61b1622604e2fd18a5310f3442b665b3fc0af3cdef
cmt: |+
Usage:
# check sha256 hash
echo '80889eacf266a08d47c78c61b1622604e2fd18a5310f3442b665b3fc0af3cdef 24.10_oracular_arm64.tar.zst' > sha256.txt
sha256sum --check sha256.txt
mirror:
- name: github
url: https://github.com/2cd/ubuntu-museum/releases/download/24.10/24.10_oracular_arm64.tar.zst
cmt: |+
Usage:
mkdir -p ./tmp/oracular-arm64
cd tmp
curl -LO 'https://github.com/2cd/ubuntu-museum/releases/download/24.10/24.10_oracular_arm64.tar.zst'
# run gnutar or bsdtar (libarchive-tools) as root (e.g., doas tar -xvf file.tar.zst)
tar -C oracular-arm64 -xf "24.10_oracular_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 oracular-arm64 -E LANG=$LANG
- name: oracular-armv7a
arch: armv7a
datetime:
build: 2025-05-13 10:43:38.346080632 +00:00:00
update: 2025-05-13 10:56:22.913811394 +00:00:00
docker:
platform: linux/arm/v7
repo-digests:
- ghcr.io/2cd/ubuntu@sha256:44be40cb88ce91b0384c85974f1e180ca7a1d4e1878e986a41996d46d4720391
- reg.tmoe.me:2096/ubuntu/24.10@sha256:44be40cb88ce91b0384c85974f1e180ca7a1d4e1878e986a41996d46d4720391
- reg.tmoe.me:2096/ubuntu/oracular@sha256:44be40cb88ce91b0384c85974f1e180ca7a1d4e1878e986a41996d46d4720391
mirror:
- name: ghcr
repositories:
- ghcr.io/2cd/ubuntu:oracular-armv7a
- ghcr.io/2cd/ubuntu:24.10-armv7a
- name: reg
repositories:
- reg.tmoe.me:2096/ubuntu/oracular:armv7a
- reg.tmoe.me:2096/ubuntu/24.10:armv7a
file:
name: 24.10_oracular_armv7a.tar.zst
size:
bytes: 26844662
readable: 25.6 MiB
kib: 26215.49 KiB
tar-bytes: 82933760
tar-readable: 79.09 MiB
cmt: |+
Ideally:
zstd size => download size (i.e., Consumes 25.6 MiB of traffic)
tar size => uncompressed size (Actually, the extracted content is >= 79.09 MiB)
zstd + tar size ~= space occupation for initial installation
(i.e., Requires at least 104.69 MiB of disk storage space, but actually needs more)
modified-time: 2025-05-13 10:47:26.161352302 +00:00:00
zstd:
level: 18
long: 27
digest:
- algorithm: blake3
hex: 44c5eddf3eb231d4177132ba2ccb82930530d10e1846a2f5c5e226518be5cbc6
cmt: |+
Usage:
# run apt as root (i.e., +sudo/+doas)
apt install b3sum
# check blake3 hash
echo '44c5eddf3eb231d4177132ba2ccb82930530d10e1846a2f5c5e226518be5cbc6 24.10_oracular_armv7a.tar.zst' > blake3.txt
b3sum --check blake3.txt
- algorithm: sha256
hex: ac2a8370b7b74411e061c1879c8e8e72c7de97bf3800d24a25ec8eb4b09d67fa
cmt: |+
Usage:
# check sha256 hash
echo 'ac2a8370b7b74411e061c1879c8e8e72c7de97bf3800d24a25ec8eb4b09d67fa 24.10_oracular_armv7a.tar.zst' > sha256.txt
sha256sum --check sha256.txt
mirror:
- name: github
url: https://github.com/2cd/ubuntu-museum/releases/download/24.10/24.10_oracular_armv7a.tar.zst
cmt: |+
Usage:
mkdir -p ./tmp/oracular-armv7a
cd tmp
curl -LO 'https://github.com/2cd/ubuntu-museum/releases/download/24.10/24.10_oracular_armv7a.tar.zst'
# run gnutar or bsdtar (libarchive-tools) as root (e.g., doas tar -xvf file.tar.zst)
tar -C oracular-armv7a -xf "24.10_oracular_armv7a.tar.zst"
# run apt as root (i.e., +sudo/+doas)
apt install systemd-container qemu-user-static
...24.04 Noble Numbat (2024-04-25)
os:
- name: Ubuntu
codename: Noble Numbat
series: noble
version: '24.04'
docker:
oci-platforms:
- linux/386
- linux/amd64
- linux/arm/v7
- linux/arm64
- linux/ppc64le
- linux/riscv64
- linux/s390x
cmt: |-
Usage:
docker run --pull=always -it --rm ghcr.io/2cd/ubuntu:noble
mirror:
- name: ghcr
repositories:
- ghcr.io/2cd/ubuntu:noble
- ghcr.io/2cd/ubuntu:24.04
repo-digests:
- ghcr.io/2cd/ubuntu@sha256:e9ab39ef2f25456717ca7075a3e78ec240da8b0234f6bcc755d182e2267720d6
- name: reg
repositories:
- reg.tmoe.me:2096/ubuntu/24.04:latest
- reg.tmoe.me:2096/ubuntu/noble:latest
repo-digests:
- reg.tmoe.me:2096/ubuntu/24.04@sha256:e9ab39ef2f25456717ca7075a3e78ec240da8b0234f6bcc755d182e2267720d6
- reg.tmoe.me:2096/ubuntu/noble@sha256:e9ab39ef2f25456717ca7075a3e78ec240da8b0234f6bcc755d182e2267720d6
tag:
- name: noble-x64
arch: x64
datetime:
build: 2025-05-15 04:46:27.568949774 +00:00:00
update: 2025-05-15 04:55:33.475849153 +00:00:00
docker:
platform: linux/amd64
repo-digests:
- ghcr.io/2cd/ubuntu@sha256:6e46c9e56d8d67dcff39ae9b25f923d176335fe2faa391c7ffcbec13a38f08f0
- reg.tmoe.me:2096/ubuntu/24.04@sha256:6e46c9e56d8d67dcff39ae9b25f923d176335fe2faa391c7ffcbec13a38f08f0
- reg.tmoe.me:2096/ubuntu/noble@sha256:6e46c9e56d8d67dcff39ae9b25f923d176335fe2faa391c7ffcbec13a38f08f0
mirror:
- name: ghcr
repositories:
- ghcr.io/2cd/ubuntu:noble-x64
- ghcr.io/2cd/ubuntu:24.04-x64
- name: reg
repositories:
- reg.tmoe.me:2096/ubuntu/noble:x64
- reg.tmoe.me:2096/ubuntu/24.04:x64
file:
name: 24.04_noble_x64.tar.zst
size:
bytes: 28340241
readable: 27.03 MiB
kib: 27676.02 KiB
tar-bytes: 105072640
tar-readable: 100.21 MiB
cmt: |+
Ideally:
zstd size => download size (i.e., Consumes 27.03 MiB of traffic)
tar size => uncompressed size (Actually, the extracted content is >= 100.21 MiB)
zstd + tar size ~= space occupation for initial installation
(i.e., Requires at least 127.23 MiB of disk storage space, but actually needs more)
modified-time: 2025-05-15 04:47:38.575443947 +00:00:00
zstd:
level: 18
long: 27
digest:
- algorithm: blake3
hex: c4f528925a6413dd26061008125e8964977d781bab6344cb7a21c2e4a7144389
cmt: |+
Usage:
# run apt as root (i.e., +sudo/+doas)
apt install b3sum
# check blake3 hash
echo 'c4f528925a6413dd26061008125e8964977d781bab6344cb7a21c2e4a7144389 24.04_noble_x64.tar.zst' > blake3.txt
b3sum --check blake3.txt
- algorithm: sha256
hex: ce14882b9b29b923c2c6bf255686817edc72c5adc5f4177341fefb703fd4c79d
cmt: |+
Usage:
# check sha256 hash
echo 'ce14882b9b29b923c2c6bf255686817edc72c5adc5f4177341fefb703fd4c79d 24.04_noble_x64.tar.zst' > sha256.txt
sha256sum --check sha256.txt
mirror:
- name: github
url: https://github.com/2cd/ubuntu-museum/releases/download/24.04/24.04_noble_x64.tar.zst
cmt: |+
Usage:
mkdir -p ./tmp/noble-x64
cd tmp
curl -LO 'https://github.com/2cd/ubuntu-museum/releases/download/24.04/24.04_noble_x64.tar.zst'
# run gnutar or bsdtar (libarchive-tools) as root (e.g., doas tar -xvf file.tar.zst)
tar -C noble-x64 -xf "24.04_noble_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 noble-x64 -E LANG=$LANG
- name: noble-arm64
arch: arm64
datetime:
build: 2025-05-15 04:41:46.913613828 +00:00:00
update: 2025-05-15 04:55:33.500112336 +00:00:00
docker:
platform: linux/arm64
repo-digests:
- ghcr.io/2cd/ubuntu@sha256:234f12ebf7c2d3804896a98d79254a659ada650f9e18bfc897f78fb6554fb54e
- reg.tmoe.me:2096/ubuntu/24.04@sha256:234f12ebf7c2d3804896a98d79254a659ada650f9e18bfc897f78fb6554fb54e
- reg.tmoe.me:2096/ubuntu/noble@sha256:234f12ebf7c2d3804896a98d79254a659ada650f9e18bfc897f78fb6554fb54e
mirror:
- name: ghcr
repositories:
- ghcr.io/2cd/ubuntu:noble-arm64
- ghcr.io/2cd/ubuntu:24.04-arm64
- name: reg
repositories:
- reg.tmoe.me:2096/ubuntu/noble:arm64
- reg.tmoe.me:2096/ubuntu/24.04:arm64
file:
name: 24.04_noble_arm64.tar.zst
size:
bytes: 27050698
readable: 25.8 MiB
kib: 26416.7 KiB
tar-bytes: 126873600
tar-readable: 121 MiB
cmt: |+
Ideally:
zstd size => download size (i.e., Consumes 25.8 MiB of traffic)
tar size => uncompressed size (Actually, the extracted content is >= 121 MiB)
zstd + tar size ~= space occupation for initial installation
(i.e., Requires at least 146.79 MiB of disk storage space, but actually needs more)
modified-time: 2025-05-15 04:51:19.10363083 +00:00:00
zstd:
level: 18
long: 27
digest:
- algorithm: blake3
hex: b6b5ffdc55b99af179e1051f30da6796027de7ff3a2158e785718158a3f19c42
cmt: |+
Usage:
# run apt as root (i.e., +sudo/+doas)
apt install b3sum
# check blake3 hash
echo 'b6b5ffdc55b99af179e1051f30da6796027de7ff3a2158e785718158a3f19c42 24.04_noble_arm64.tar.zst' > blake3.txt
b3sum --check blake3.txt
- algorithm: sha256
hex: b19ad41f2abe2be902256b4bb9698fd4c1c509169c98dd7cc8cf86edc9331d3a
cmt: |+
Usage:
# check sha256 hash
echo 'b19ad41f2abe2be902256b4bb9698fd4c1c509169c98dd7cc8cf86edc9331d3a 24.04_noble_arm64.tar.zst' > sha256.txt
sha256sum --check sha256.txt
mirror:
- name: github
url: https://github.com/2cd/ubuntu-museum/releases/download/24.04/24.04_noble_arm64.tar.zst
cmt: |+
Usage:
mkdir -p ./tmp/noble-arm64
cd tmp
curl -LO 'https://github.com/2cd/ubuntu-museum/releases/download/24.04/24.04_noble_arm64.tar.zst'
# run gnutar or bsdtar (libarchive-tools) as root (e.g., doas tar -xvf file.tar.zst)
tar -C noble-arm64 -xf "24.04_noble_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 noble-arm64 -E LANG=$LANG
- name: noble-armv7a
arch: armv7a
datetime:
build: 2025-05-15 04:42:35.116852388 +00:00:00
update: 2025-05-15 04:55:33.523558843 +00:00:00
docker:
platform: linux/arm/v7
repo-digests:
- ghcr.io/2cd/ubuntu@sha256:343309ddb3506bf47fbd549c39bf7237b37f1a78b58eefa2708ba9ce7db9ad72
- reg.tmoe.me:2096/ubuntu/24.04@sha256:343309ddb3506bf47fbd549c39bf7237b37f1a78b58eefa2708ba9ce7db9ad72
- reg.tmoe.me:2096/ubuntu/noble@sha256:343309ddb3506bf47fbd549c39bf7237b37f1a78b58eefa2708ba9ce7db9ad72
mirror:
- name: ghcr
repositories:
- ghcr.io/2cd/ubuntu:noble-armv7a
- ghcr.io/2cd/ubuntu:24.04-armv7a
- name: reg
repositories:
- reg.tmoe.me:2096/ubuntu/noble:armv7a
- reg.tmoe.me:2096/ubuntu/24.04:armv7a
file:
name: 24.04_noble_armv7a.tar.zst
size:
bytes: 26172544
readable: 24.96 MiB
kib: 25559.13 KiB
tar-bytes: 81704960
tar-readable: 77.92 MiB
cmt: |+
Ideally:
zstd size => download size (i.e., Consumes 24.96 MiB of traffic)
tar size => uncompressed size (Actually, the extracted content is >= 77.92 MiB)
zstd + tar size ~= space occupation for initial installation
(i.e., Requires at least 102.88 MiB of disk storage space, but actually needs more)
modified-time: 2025-05-15 04:46:02.568794019 +00:00:00
zstd:
level: 18
long: 27
digest:
- algorithm: blake3
hex: d8978f984ae6d1a0016c497294bcee4c91caed298b71389b65377116ff07ea1c
cmt: |+
Usage:
# run apt as root (i.e., +sudo/+doas)
apt install b3sum
# check blake3 hash
echo 'd8978f984ae6d1a0016c497294bcee4c91caed298b71389b65377116ff07ea1c 24.04_noble_armv7a.tar.zst' > blake3.txt
b3sum --check blake3.txt
- algorithm: sha256
hex: 129e2d42306675dfac3be34f061d2d074462f2de0ed44452ea22e0ea80db7fb4
cmt: |+
Usage:
# check sha256 hash
echo '129e2d42306675dfac3be34f061d2d074462f2de0ed44452ea22e0ea80db7fb4 24.04_noble_armv7a.tar.zst' > sha256.txt
sha256sum --check sha256.txt
mirror:
- name: github
url: https://github.com/2cd/ubuntu-museum/releases/download/24.04/24.04_noble_armv7a.tar.zst
cmt: |+
Usage:
mkdir -p ./tmp/noble-armv7a
cd tmp
curl -LO 'https://github.com/2cd/ubuntu-museum/releases/download/24.04/24.04_noble_armv7a.tar.zst'
# run gnutar or bsdtar (libarchive-tools) as root (e.g., doas tar -xvf file.tar.zst)
tar -C noble-armv7a -xf "24.04_noble_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 noble-armv7a -E LANG=$LANG
- name: noble-x86
arch: x86...23.10 Mantic Minotaur (2023-10-12)
os:
- name: Ubuntu
codename: Mantic Minotaur
series: mantic
version: '23.10'
docker:
oci-platforms:
- linux/386
- linux/amd64
- linux/arm/v7
- linux/arm64
- linux/ppc64le
- linux/riscv64
- linux/s390x
cmt: |-
Usage:
docker run -it --rm ghcr.io/2cd/ubuntu:23.10
mirror:
- name: ghcr
repositories:
- ghcr.io/2cd/ubuntu:23.10
- ghcr.io/2cd/ubuntu:mantic
repo-digests:
- ghcr.io/2cd/ubuntu@sha256:013395deddfc9685b4c200eaccf1bdf701434d45921aa106be7089fe82d99975
- name: reg
repositories:
- reg.tmoe.me:2096/ubuntu/23.10:latest
- reg.tmoe.me:2096/ubuntu/mantic:latest
repo-digests:
- reg.tmoe.me:2096/ubuntu/23.10@sha256:013395deddfc9685b4c200eaccf1bdf701434d45921aa106be7089fe82d99975
- reg.tmoe.me:2096/ubuntu/mantic@sha256:013395deddfc9685b4c200eaccf1bdf701434d45921aa106be7089fe82d99975
tag:
- name: mantic-x64
arch: x64
datetime:
build: 2024-03-16 05:05:58.568502423 +00:00:00
update: 2024-03-16 05:14:51.923097115 +00:00:00
docker:
platform: linux/amd64
repo-digests:
- ghcr.io/2cd/ubuntu@sha256:47c491a437d3c7952461aa111782414c0607106f52f7012fbe9d76ed5f1eed40
- reg.tmoe.me:2096/ubuntu/23.10@sha256:47c491a437d3c7952461aa111782414c0607106f52f7012fbe9d76ed5f1eed40
- reg.tmoe.me:2096/ubuntu/mantic@sha256:47c491a437d3c7952461aa111782414c0607106f52f7012fbe9d76ed5f1eed40
mirror:
- name: ghcr
repositories:
- ghcr.io/2cd/ubuntu:mantic-x64
- ghcr.io/2cd/ubuntu:23.10-x64
- name: reg
repositories:
- reg.tmoe.me:2096/ubuntu/mantic:x64
- reg.tmoe.me:2096/ubuntu/23.10:x64
file:
name: 23.10_mantic_x64.tar.zst
size:
bytes: 28697293
readable: 27.37 MiB
kib: 28024.7 KiB
tar-bytes: 103997440
tar-readable: 99.18 MiB
cmt: |+
Ideally:
zstd size => download size (i.e., Consumes 27.37 MiB of traffic)
tar size => uncompressed size (Actually, the extracted content is >= 99.18 MiB)
zstd + tar size ~= space occupation for initial installation
(i.e., Requires at least 126.55 MiB of disk storage space, but actually needs more)
modified-time: 2024-03-16 05:07:27.840231602 +00:00:00
zstd:
level: 18
long-distance: false
dict: false
digest:
- algorithm: blake3
hex: 283864deb6e49914d3a6041873a3b956d587c8cf4e1dcc04c65eae2fbc7770f6
cmt: |+
Usage:
# run apt as root (i.e., +sudo/+doas)
apt install b3sum
# check blake3 hash
echo '283864deb6e49914d3a6041873a3b956d587c8cf4e1dcc04c65eae2fbc7770f6 23.10_mantic_x64.tar.zst' > blake3.txt
b3sum --check blake3.txt
- algorithm: sha256
hex: 9f535ed634ee3befc8e7f64088d8399b3989c50c5e5e83555802a1429c3f0598
cmt: |+
Usage:
# check sha256 hash
echo '9f535ed634ee3befc8e7f64088d8399b3989c50c5e5e83555802a1429c3f0598 23.10_mantic_x64.tar.zst' > sha256.txt
sha256sum --check sha256.txt
mirror:
- name: github
url: https://github.com/2cd/ubuntu-museum/releases/download/23.10/23.10_mantic_x64.tar.zst
cmt: |+
Usage:
mkdir -p ./tmp/mantic-x64
cd tmp
curl -LO 'https://github.com/2cd/ubuntu-museum/releases/download/23.10/23.10_mantic_x64.tar.zst'
# run gnutar or bsdtar (libarchive-tools) as root (e.g., doas tar -xvf file.tar.zst)
tar -C mantic-x64 -xf "23.10_mantic_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 mantic-x64 -E LANG=$LANG
- name: mantic-arm64
arch: arm64
datetime:
build: 2024-03-16 05:05:58.72449802 +00:00:00
update: 2024-03-16 05:14:51.948471509 +00:00:00
docker:
platform: linux/arm64
repo-digests:
- ghcr.io/2cd/ubuntu@sha256:9610249bb72e9c0a3da2bb4dbd9fbef207468c83b80892c904bee2e7f4ae1434
- reg.tmoe.me:2096/ubuntu/23.10@sha256:9610249bb72e9c0a3da2bb4dbd9fbef207468c83b80892c904bee2e7f4ae1434
- reg.tmoe.me:2096/ubuntu/mantic@sha256:9610249bb72e9c0a3da2bb4dbd9fbef207468c83b80892c904bee2e7f4ae1434
mirror:
- name: ghcr
repositories:
- ghcr.io/2cd/ubuntu:mantic-arm64
- ghcr.io/2cd/ubuntu:23.10-arm64
- name: reg
repositories:
- reg.tmoe.me:2096/ubuntu/mantic:arm64
- reg.tmoe.me:2096/ubuntu/23.10:arm64
file:
name: 23.10_mantic_arm64.tar.zst
size:
bytes: 27574252
readable: 26.3 MiB
kib: 26927.98 KiB
tar-bytes: 124999680
tar-readable: 119.21 MiB
cmt: |+
Ideally:
zstd size => download size (i.e., Consumes 26.3 MiB of traffic)
tar size => uncompressed size (Actually, the extracted content is >= 119.21 MiB)
zstd + tar size ~= space occupation for initial installation
(i.e., Requires at least 145.51 MiB of disk storage space, but actually needs more)
modified-time: 2024-03-16 05:10:37.169016867 +00:00:00
zstd:
level: 18
long-distance: false
dict: false
digest:
- algorithm: blake3
hex: 2a516b05bc7d7d6726fd3a5774013452ae8baae6720e69deaa6458fcd22880a4
cmt: |+
Usage:
# run apt as root (i.e., +sudo/+doas)
apt install b3sum
# check blake3 hash
echo '2a516b05bc7d7d6726fd3a5774013452ae8baae6720e69deaa6458fcd22880a4 23.10_mantic_arm64.tar.zst' > blake3.txt
b3sum --check blake3.txt
- algorithm: sha256
hex: b4e741a16dfe8d54664b0c7dbcc493e5e1dbcee687fb75f152b8d2cf084ead69
cmt: |+
Usage:
# check sha256 hash
echo 'b4e741a16dfe8d54664b0c7dbcc493e5e1dbcee687fb75f152b8d2cf084ead69 23.10_mantic_arm64.tar.zst' > sha256.txt
sha256sum --check sha256.txt
mirror:
- name: github
url: https://github.com/2cd/ubuntu-museum/releases/download/23.10/23.10_mantic_arm64.tar.zst
cmt: |+
Usage:
mkdir -p ./tmp/mantic-arm64
cd tmp
curl -LO 'https://github.com/2cd/ubuntu-museum/releases/download/23.10/23.10_mantic_arm64.tar.zst'
# run gnutar or bsdtar (libarchive-tools) as root (e.g., doas tar -xvf file.tar.zst)
tar -C mantic-arm64 -xf "23.10_mantic_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 mantic-arm64 -E LANG=$LANG
- name: mantic-armv7a
arch: armv7a
datetime:
build: 2024-03-16 05:05:58.618135104 +00:00:00
update: 2024-03-16 05:14:51.973203506 +00:00:00
docker:
platform: linux/arm/v7
repo-digests:
- ghcr.io/2cd/ubuntu@sha256:cabd9b34d1b83cda6345392dd79dfe9cc15507910110a110e1645ecf5adc7ff4
- reg.tmoe.me:2096/ubuntu/23.10@sha256:cabd9b34d1b83cda6345392dd79dfe9cc15507910110a110e1645ecf5adc7ff4
- reg.tmoe.me:2096/ubuntu/mantic@sha256:cabd9b34d1b83cda6345392dd79dfe9cc15507910110a110e1645ecf5adc7ff4
mirror:
- name: ghcr
repositories:
- ghcr.io/2cd/ubuntu:mantic-armv7a
- ghcr.io/2cd/ubuntu:23.10-armv7a
- name: reg
repositories:
- reg.tmoe.me:2096/ubuntu/mantic:armv7a
- reg.tmoe.me:2096/ubuntu/23.10:armv7a
file:
name: 23.10_mantic_armv7a.tar.zst
size:
bytes: 26576941
readable: 25.35 MiB
kib: 25954.04 KiB
tar-bytes: 81735680
tar-readable: 77.95 MiB
cmt: |+
Ideally:
zstd size => download size (i.e., Consumes 25.35 MiB of traffic)
tar size => uncompressed size (Actually, the extracted content is >= 77.95 MiB)
zstd + tar size ~= space occupation for initial installation
(i.e., Requires at least 103.29 MiB of disk storage space, but actually needs more)
modified-time: 2024-03-16 05:09:45.628518746 +00:00:00
zstd:
level: 18
long-distance: false
dict: false
digest:
- algorithm: blake3
hex: 4bd47419b57de4abea5e0312ddb1bb3f5abc5378d5e3c80a3729ac29933a24e7
cmt: |+
Usage:
# run apt as root (i.e., +sudo/+doas)
apt install b3sum
# check blake3 hash
echo '4bd47419b57de4abea5e0312ddb1bb3f5abc5378d5e3c80a3729ac29933a24e7 23.10_mantic_armv7a.tar.zst' > blake3.txt
b3sum --check blake3.txt
- algorithm: sha256
hex: 219d817ce35c0a3b32378beedaa6bd83a6822d1432b82d35e2a95e60ad36f889
cmt: |+
Usage:
# check sha256 hash
echo '219d817ce35c0a3b32378beedaa6bd83a6822d1432b82d35e2a95e60ad36f889 23.10_mantic_armv7a.tar.zst' > sha256.txt
sha256sum --check sha256.txt
mirror:
- name: github
url: https://github.com/2cd/ubuntu-museum/releases/download/23.10/23.10_mantic_armv7a.tar.zst
cmt: |+
Usage:
mkdir -p ./tmp/mantic-armv7a
cd tmp
curl -LO 'https://github.com/2cd/ubuntu-museum/releases/download/23.10/23.10_mantic_armv7a.tar.zst'
# run gnutar or bsdtar (liba...23.04 Lunar Lobster (2023-04-20)
os:
- name: Ubuntu
codename: Lunar Lobster
series: lunar
version: '23.04'
docker:
oci-platforms:
- linux/386
- linux/amd64
- linux/arm/v7
- linux/arm64
- linux/ppc64le
- linux/riscv64
- linux/s390x
cmt: |-
Usage:
docker run -it --rm ghcr.io/2cd/ubuntu:23.04
mirror:
- name: ghcr
repositories:
- ghcr.io/2cd/ubuntu:23.04
- ghcr.io/2cd/ubuntu:lunar
repo-digests:
- ghcr.io/2cd/ubuntu@sha256:6d8d5f3300ac5e9ae57dce29585c5a5381a58620805f9983c20d4169da20dc92
- name: reg
repositories:
- reg.tmoe.me:2096/ubuntu/lunar:latest
- reg.tmoe.me:2096/ubuntu/23.04:latest
repo-digests:
- reg.tmoe.me:2096/ubuntu/23.04@sha256:6d8d5f3300ac5e9ae57dce29585c5a5381a58620805f9983c20d4169da20dc92
- reg.tmoe.me:2096/ubuntu/lunar@sha256:6d8d5f3300ac5e9ae57dce29585c5a5381a58620805f9983c20d4169da20dc92
tag:
- name: lunar-x64
arch: x64
datetime:
build: 2024-02-21 11:59:02.715247003 +00:00:00
update: 2024-02-21 13:01:57.37540455 +00:00:00
docker:
platform: linux/amd64
repo-digests:
- ghcr.io/2cd/ubuntu@sha256:39234d8c1a208c0878a7bf16d72cc12fb3764d3e05965dc48c0ca5c54119be9d
- reg.tmoe.me:2096/ubuntu/23.04@sha256:39234d8c1a208c0878a7bf16d72cc12fb3764d3e05965dc48c0ca5c54119be9d
- reg.tmoe.me:2096/ubuntu/lunar@sha256:39234d8c1a208c0878a7bf16d72cc12fb3764d3e05965dc48c0ca5c54119be9d
mirror:
- name: ghcr
repositories:
- ghcr.io/2cd/ubuntu:lunar-x64
- ghcr.io/2cd/ubuntu:23.04-x64
- name: reg
repositories:
- reg.tmoe.me:2096/ubuntu/lunar:x64
- reg.tmoe.me:2096/ubuntu/23.04:x64
file:
name: 23.04_lunar_x64.tar.zst
size:
bytes: 28545688
readable: 27.22 MiB
kib: 27876.65 KiB
tar-bytes: 102502400
tar-readable: 97.75 MiB
cmt: |+
Ideally:
zstd size => download size (i.e., Consumes 27.22 MiB of traffic)
tar size => uncompressed size (Actually, the extracted content is >= 97.75 MiB)
zstd + tar size ~= space occupation for initial installation
(i.e., Requires at least 124.98 MiB of disk storage space, but actually needs more)
modified-time: 2024-02-21 12:00:08.206219277 +00:00:00
zstd:
level: 18
long-distance: false
dict: false
digest:
- algorithm: blake3
hex: be782f414461f3987a69abf8804a9de6dc90eae0753dcbc3a5e5528de8b6fb3a
cmt: |+
Usage:
# run apt as root (i.e., +sudo/+doas)
apt install b3sum
# check blake3 hash
echo 'be782f414461f3987a69abf8804a9de6dc90eae0753dcbc3a5e5528de8b6fb3a 23.04_lunar_x64.tar.zst' > blake3.txt
b3sum --check blake3.txt
- algorithm: sha256
hex: c817b94196f4f0cf2da9b2fe6d2ce02d384d4f06c119edb92bbcf5e8bd465782
cmt: |+
Usage:
# check sha256 hash
echo 'c817b94196f4f0cf2da9b2fe6d2ce02d384d4f06c119edb92bbcf5e8bd465782 23.04_lunar_x64.tar.zst' > sha256.txt
sha256sum --check sha256.txt
mirror:
- name: github
url: https://github.com/2cd/ubuntu-museum/releases/download/23.04/23.04_lunar_x64.tar.zst
cmt: |+
Usage:
mkdir -p ./tmp/lunar-x64
cd tmp
curl -LO 'https://github.com/2cd/ubuntu-museum/releases/download/23.04/23.04_lunar_x64.tar.zst'
# run gnutar or bsdtar (libarchive-tools) as root (e.g., doas tar -xvf file.tar.zst)
tar -C lunar-x64 -xf "23.04_lunar_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 lunar-x64 -E LANG=$LANG
- name: lunar-arm64
arch: arm64
datetime:
build: 2024-02-21 11:58:59.724656097 +00:00:00
update: 2024-02-21 13:01:57.402224377 +00:00:00
docker:
platform: linux/arm64
repo-digests:
- ghcr.io/2cd/ubuntu@sha256:ecd1aa84104a67f0e7592bb6231d431ebe56691ac2b1db15d07e3c37cf6e384c
- reg.tmoe.me:2096/ubuntu/23.04@sha256:ecd1aa84104a67f0e7592bb6231d431ebe56691ac2b1db15d07e3c37cf6e384c
- reg.tmoe.me:2096/ubuntu/lunar@sha256:ecd1aa84104a67f0e7592bb6231d431ebe56691ac2b1db15d07e3c37cf6e384c
mirror:
- name: ghcr
repositories:
- ghcr.io/2cd/ubuntu:lunar-arm64
- ghcr.io/2cd/ubuntu:23.04-arm64
- name: reg
repositories:
- reg.tmoe.me:2096/ubuntu/lunar:arm64
- reg.tmoe.me:2096/ubuntu/23.04:arm64
file:
name: 23.04_lunar_arm64.tar.zst
size:
bytes: 27455018
readable: 26.18 MiB
kib: 26811.54 KiB
tar-bytes: 124354560
tar-readable: 118.59 MiB
cmt: |+
Ideally:
zstd size => download size (i.e., Consumes 26.18 MiB of traffic)
tar size => uncompressed size (Actually, the extracted content is >= 118.59 MiB)
zstd + tar size ~= space occupation for initial installation
(i.e., Requires at least 144.78 MiB of disk storage space, but actually needs more)
modified-time: 2024-02-21 12:04:10.916672777 +00:00:00
zstd:
level: 18
long-distance: false
dict: false
digest:
- algorithm: blake3
hex: 49a84d3c01e418446eb78c223aa43a074f3096b2ab511dbece0db6b533394eff
cmt: |+
Usage:
# run apt as root (i.e., +sudo/+doas)
apt install b3sum
# check blake3 hash
echo '49a84d3c01e418446eb78c223aa43a074f3096b2ab511dbece0db6b533394eff 23.04_lunar_arm64.tar.zst' > blake3.txt
b3sum --check blake3.txt
- algorithm: sha256
hex: 1a7ff027e7cfffd9618e59e369dce77a09b3e85db8876bbaea03ff50e14888bf
cmt: |+
Usage:
# check sha256 hash
echo '1a7ff027e7cfffd9618e59e369dce77a09b3e85db8876bbaea03ff50e14888bf 23.04_lunar_arm64.tar.zst' > sha256.txt
sha256sum --check sha256.txt
mirror:
- name: github
url: https://github.com/2cd/ubuntu-museum/releases/download/23.04/23.04_lunar_arm64.tar.zst
cmt: |+
Usage:
mkdir -p ./tmp/lunar-arm64
cd tmp
curl -LO 'https://github.com/2cd/ubuntu-museum/releases/download/23.04/23.04_lunar_arm64.tar.zst'
# run gnutar or bsdtar (libarchive-tools) as root (e.g., doas tar -xvf file.tar.zst)
tar -C lunar-arm64 -xf "23.04_lunar_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 lunar-arm64 -E LANG=$LANG
- name: lunar-armv7a
arch: armv7a
datetime:
build: 2024-02-21 11:59:32.191179108 +00:00:00
update: 2024-02-21 13:01:57.427826796 +00:00:00
docker:
platform: linux/arm/v7
repo-digests:
- ghcr.io/2cd/ubuntu@sha256:70cef95684ec013edc58badb6e3e5e7baf460fe4bb7bce4587a36895894a7a49
- reg.tmoe.me:2096/ubuntu/23.04@sha256:70cef95684ec013edc58badb6e3e5e7baf460fe4bb7bce4587a36895894a7a49
- reg.tmoe.me:2096/ubuntu/lunar@sha256:70cef95684ec013edc58badb6e3e5e7baf460fe4bb7bce4587a36895894a7a49
mirror:
- name: ghcr
repositories:
- ghcr.io/2cd/ubuntu:lunar-armv7a
- ghcr.io/2cd/ubuntu:23.04-armv7a
- name: reg
repositories:
- reg.tmoe.me:2096/ubuntu/lunar:armv7a
- reg.tmoe.me:2096/ubuntu/23.04:armv7a
file:
name: 23.04_lunar_armv7a.tar.zst
size:
bytes: 26242173
readable: 25.03 MiB
kib: 25627.12 KiB
tar-bytes: 89006080
tar-readable: 84.88 MiB
cmt: |+
Ideally:
zstd size => download size (i.e., Consumes 25.03 MiB of traffic)
tar size => uncompressed size (Actually, the extracted content is >= 84.88 MiB)
zstd + tar size ~= space occupation for initial installation
(i.e., Requires at least 109.91 MiB of disk storage space, but actually needs more)
modified-time: 2024-02-21 12:04:27.513712665 +00:00:00
zstd:
level: 18
long-distance: false
dict: false
digest:
- algorithm: blake3
hex: 86b292ee326e7cf89ff07a685b7e2c1a12a9501019c0cb49473590b98a6b403d
cmt: |+
Usage:
# run apt as root (i.e., +sudo/+doas)
apt install b3sum
# check blake3 hash
echo '86b292ee326e7cf89ff07a685b7e2c1a12a9501019c0cb49473590b98a6b403d 23.04_lunar_armv7a.tar.zst' > blake3.txt
b3sum --check blake3.txt
- algorithm: sha256
hex: b841c83f3b32ec211cbb56ecf8daafc7fdd929b9175020b284dece313b1dab35
cmt: |+
Usage:
# check sha256 hash
echo 'b841c83f3b32ec211cbb56ecf8daafc7fdd929b9175020b284dece313b1dab35 23.04_lunar_armv7a.tar.zst' > sha256.txt
sha256sum --check sha256.txt
mirror:
- name: github
url: https://github.com/2cd/ubuntu-museum/releases/download/23.04/23.04_lunar_armv7a.tar.zst
cmt: |+
Usage:
mkdir -p ./tmp/lunar-armv7a
cd tmp
curl -LO 'https://github.com/2cd/ubuntu-museum/releases/download/23.04/23.04_lunar_armv7a.tar.zst'
# run gnutar or bsdtar (libarchive-tools) as root (e.g., doas tar -xvf file.tar.zst)
tar -C lunar-armv7a -xf "23.04_lunar_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)
...22.10 Kinetic Kudu (2022-10-20)
os:
- name: Ubuntu
codename: Kinetic Kudu
series: kinetic
version: '22.10'
docker:
oci-platforms:
- linux/386
- linux/amd64
- linux/arm/v7
- linux/arm64
- linux/ppc64le
- linux/riscv64
- linux/s390x
cmt: |-
Usage:
docker run -it --rm ghcr.io/2cd/ubuntu:22.10
mirror:
- name: ghcr
repositories:
- ghcr.io/2cd/ubuntu:22.10
- ghcr.io/2cd/ubuntu:kinetic
repo-digests:
- ghcr.io/2cd/ubuntu@sha256:0eef0d4f70e6414f27ce9e0ce2e7c28f78e6b17a3ed29f081036fb0b0380b884
- name: reg
repositories:
- reg.tmoe.me:2096/ubuntu/22.10:latest
- reg.tmoe.me:2096/ubuntu/kinetic:latest
repo-digests:
- reg.tmoe.me:2096/ubuntu/22.10@sha256:0eef0d4f70e6414f27ce9e0ce2e7c28f78e6b17a3ed29f081036fb0b0380b884
- reg.tmoe.me:2096/ubuntu/kinetic@sha256:0eef0d4f70e6414f27ce9e0ce2e7c28f78e6b17a3ed29f081036fb0b0380b884
tag:
- name: kinetic-x64
arch: x64
datetime:
build: 2024-02-21 12:14:07.684657174 +00:00:00
update: 2024-02-21 13:07:34.030910372 +00:00:00
docker:
platform: linux/amd64
repo-digests:
- ghcr.io/2cd/ubuntu@sha256:4b990aa2b7e37812ed199d8e92c2fdb7312fa5e938aad62d8f6e02eb0ed7c426
- reg.tmoe.me:2096/ubuntu/22.10@sha256:4b990aa2b7e37812ed199d8e92c2fdb7312fa5e938aad62d8f6e02eb0ed7c426
- reg.tmoe.me:2096/ubuntu/kinetic@sha256:4b990aa2b7e37812ed199d8e92c2fdb7312fa5e938aad62d8f6e02eb0ed7c426
mirror:
- name: ghcr
repositories:
- ghcr.io/2cd/ubuntu:kinetic-x64
- ghcr.io/2cd/ubuntu:22.10-x64
- name: reg
repositories:
- reg.tmoe.me:2096/ubuntu/kinetic:x64
- reg.tmoe.me:2096/ubuntu/22.10:x64
file:
name: 22.10_kinetic_x64.tar.zst
size:
bytes: 28493821
readable: 27.17 MiB
kib: 27826 KiB
tar-bytes: 102246400
tar-readable: 97.51 MiB
cmt: |+
Ideally:
zstd size => download size (i.e., Consumes 27.17 MiB of traffic)
tar size => uncompressed size (Actually, the extracted content is >= 97.51 MiB)
zstd + tar size ~= space occupation for initial installation
(i.e., Requires at least 124.68 MiB of disk storage space, but actually needs more)
modified-time: 2024-02-21 12:16:19.850980553 +00:00:00
zstd:
level: 18
long-distance: false
dict: false
digest:
- algorithm: blake3
hex: cf26607cbe22159e90319e23ec88e3c2468221c1ffad1c7d42ecf08539060dea
cmt: |+
Usage:
# run apt as root (i.e., +sudo/+doas)
apt install b3sum
# check blake3 hash
echo 'cf26607cbe22159e90319e23ec88e3c2468221c1ffad1c7d42ecf08539060dea 22.10_kinetic_x64.tar.zst' > blake3.txt
b3sum --check blake3.txt
- algorithm: sha256
hex: 8d796d11a1501989f7be52022600e4a661de49a6d6b67f82a5334ace9e3951df
cmt: |+
Usage:
# check sha256 hash
echo '8d796d11a1501989f7be52022600e4a661de49a6d6b67f82a5334ace9e3951df 22.10_kinetic_x64.tar.zst' > sha256.txt
sha256sum --check sha256.txt
mirror:
- name: github
url: https://github.com/2cd/ubuntu-museum/releases/download/22.10/22.10_kinetic_x64.tar.zst
cmt: |+
Usage:
mkdir -p ./tmp/kinetic-x64
cd tmp
curl -LO 'https://github.com/2cd/ubuntu-museum/releases/download/22.10/22.10_kinetic_x64.tar.zst'
# run gnutar or bsdtar (libarchive-tools) as root (e.g., doas tar -xvf file.tar.zst)
tar -C kinetic-x64 -xf "22.10_kinetic_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 kinetic-x64 -E LANG=$LANG
- name: kinetic-arm64
arch: arm64
datetime:
build: 2024-02-21 12:14:11.626879584 +00:00:00
update: 2024-02-21 13:07:34.057657952 +00:00:00
docker:
platform: linux/arm64
repo-digests:
- ghcr.io/2cd/ubuntu@sha256:02e1a0b34006e6e1bc9d034a322aea7e5e1ba251d9a91aef999582d0c78f512f
- reg.tmoe.me:2096/ubuntu/22.10@sha256:02e1a0b34006e6e1bc9d034a322aea7e5e1ba251d9a91aef999582d0c78f512f
- reg.tmoe.me:2096/ubuntu/kinetic@sha256:02e1a0b34006e6e1bc9d034a322aea7e5e1ba251d9a91aef999582d0c78f512f
mirror:
- name: ghcr
repositories:
- ghcr.io/2cd/ubuntu:kinetic-arm64
- ghcr.io/2cd/ubuntu:22.10-arm64
- name: reg
repositories:
- reg.tmoe.me:2096/ubuntu/kinetic:arm64
- reg.tmoe.me:2096/ubuntu/22.10:arm64
file:
name: 22.10_kinetic_arm64.tar.zst
size:
bytes: 27425375
readable: 26.15 MiB
kib: 26782.6 KiB
tar-bytes: 115773440
tar-readable: 110.41 MiB
cmt: |+
Ideally:
zstd size => download size (i.e., Consumes 26.15 MiB of traffic)
tar size => uncompressed size (Actually, the extracted content is >= 110.41 MiB)
zstd + tar size ~= space occupation for initial installation
(i.e., Requires at least 136.57 MiB of disk storage space, but actually needs more)
modified-time: 2024-02-21 12:19:27.213511763 +00:00:00
zstd:
level: 18
long-distance: false
dict: false
digest:
- algorithm: blake3
hex: c14691ecc527668ab2b5d4fd05be7f7e92b62b7568eabef82eb005a54a24fa09
cmt: |+
Usage:
# run apt as root (i.e., +sudo/+doas)
apt install b3sum
# check blake3 hash
echo 'c14691ecc527668ab2b5d4fd05be7f7e92b62b7568eabef82eb005a54a24fa09 22.10_kinetic_arm64.tar.zst' > blake3.txt
b3sum --check blake3.txt
- algorithm: sha256
hex: 5cefd38004ffc87fb1cb7884baebf2878d4ad4428107146ec8bee8f936cc1343
cmt: |+
Usage:
# check sha256 hash
echo '5cefd38004ffc87fb1cb7884baebf2878d4ad4428107146ec8bee8f936cc1343 22.10_kinetic_arm64.tar.zst' > sha256.txt
sha256sum --check sha256.txt
mirror:
- name: github
url: https://github.com/2cd/ubuntu-museum/releases/download/22.10/22.10_kinetic_arm64.tar.zst
cmt: |+
Usage:
mkdir -p ./tmp/kinetic-arm64
cd tmp
curl -LO 'https://github.com/2cd/ubuntu-museum/releases/download/22.10/22.10_kinetic_arm64.tar.zst'
# run gnutar or bsdtar (libarchive-tools) as root (e.g., doas tar -xvf file.tar.zst)
tar -C kinetic-arm64 -xf "22.10_kinetic_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 kinetic-arm64 -E LANG=$LANG
- name: kinetic-armv7a
arch: armv7a
datetime:
build: 2024-02-21 12:14:43.811708659 +00:00:00
update: 2024-02-21 13:07:34.083274478 +00:00:00
docker:
platform: linux/arm/v7
repo-digests:
- ghcr.io/2cd/ubuntu@sha256:f99be7ca6b0ab021a3a898569dd40539bb85c22be38a1acf57fcd6ed53f2b07b
- reg.tmoe.me:2096/ubuntu/22.10@sha256:f99be7ca6b0ab021a3a898569dd40539bb85c22be38a1acf57fcd6ed53f2b07b
- reg.tmoe.me:2096/ubuntu/kinetic@sha256:f99be7ca6b0ab021a3a898569dd40539bb85c22be38a1acf57fcd6ed53f2b07b
mirror:
- name: ghcr
repositories:
- ghcr.io/2cd/ubuntu:kinetic-armv7a
- ghcr.io/2cd/ubuntu:22.10-armv7a
- name: reg
repositories:
- reg.tmoe.me:2096/ubuntu/kinetic:armv7a
- reg.tmoe.me:2096/ubuntu/22.10:armv7a
file:
name: 22.10_kinetic_armv7a.tar.zst
size:
bytes: 26422690
readable: 25.2 MiB
kib: 25803.41 KiB
tar-bytes: 102625280
tar-readable: 97.87 MiB
cmt: |+
Ideally:
zstd size => download size (i.e., Consumes 25.2 MiB of traffic)
tar size => uncompressed size (Actually, the extracted content is >= 97.87 MiB)
zstd + tar size ~= space occupation for initial installation
(i.e., Requires at least 123.07 MiB of disk storage space, but actually needs more)
modified-time: 2024-02-21 12:19:27.03989623 +00:00:00
zstd:
level: 18
long-distance: false
dict: false
digest:
- algorithm: blake3
hex: 34bf0759baecb64b949b89b2ecd99431228c0716b822504c8b02fcd219b69b30
cmt: |+
Usage:
# run apt as root (i.e., +sudo/+doas)
apt install b3sum
# check blake3 hash
echo '34bf0759baecb64b949b89b2ecd99431228c0716b822504c8b02fcd219b69b30 22.10_kinetic_armv7a.tar.zst' > blake3.txt
b3sum --check blake3.txt
- algorithm: sha256
hex: 966051f8c6ab1d866fd5534421566b98268e059e67a8e4a42724cf1050261b4f
cmt: |+
Usage:
# check sha256 hash
echo '966051f8c6ab1d866fd5534421566b98268e059e67a8e4a42724cf1050261b4f 22.10_kinetic_armv7a.tar.zst' > sha256.txt
sha256sum --check sha256.txt
mirror:
- name: github
url: https://github.com/2cd/ubuntu-museum/releases/download/22.10/22.10_kinetic_armv7a.tar.zst
cmt: |+
Usage:
mkdir -p ./tmp/kinetic-armv7a
cd tmp
curl -LO 'https://github.com/2cd/ubuntu-museum/releases/download/22.10/22.10_kinetic_armv7a.tar.zst'
# run gnutar or bsdtar (libarchive-tools) as root (e.g., doas tar -xvf file.tar.zst)
tar -C kinetic-armv7a -xf "22.10_kinetic_armv7a.tar.zst"
# run apt as root (i.e., +sudo/+doas)
apt install systemd-containe...22.04 Jammy Jellyfish (2022-04-21)
os:
- name: Ubuntu
codename: Jammy Jellyfish
series: jammy
version: '22.04'
docker:
oci-platforms:
- linux/386
- linux/amd64
- linux/arm/v7
- linux/arm64
- linux/ppc64le
- linux/riscv64
- linux/s390x
cmt: |-
Usage:
docker run --pull=always -it --rm ghcr.io/2cd/ubuntu:22.04
mirror:
- name: ghcr
repositories:
- ghcr.io/2cd/ubuntu:22.04
- ghcr.io/2cd/ubuntu:jammy
repo-digests:
- ghcr.io/2cd/ubuntu@sha256:533fbffa73f9af278008de0a547da3f34a45ab26d36e2f70a5261aafe1fecec0
- name: reg
repositories:
- reg.tmoe.me:2096/ubuntu/jammy:latest
- reg.tmoe.me:2096/ubuntu/22.04:latest
repo-digests:
- reg.tmoe.me:2096/ubuntu/22.04@sha256:533fbffa73f9af278008de0a547da3f34a45ab26d36e2f70a5261aafe1fecec0
- reg.tmoe.me:2096/ubuntu/jammy@sha256:533fbffa73f9af278008de0a547da3f34a45ab26d36e2f70a5261aafe1fecec0
tag:
- name: jammy-x64
arch: x64
datetime:
build: 2024-03-16 05:21:11.002584819 +00:00:00
update: 2024-03-16 05:31:03.971085196 +00:00:00
docker:
platform: linux/amd64
repo-digests:
- ghcr.io/2cd/ubuntu@sha256:0d8cab5620f3b002741942bda2dba1190bb2f568486e8a4bfe64eb8914819a72
- reg.tmoe.me:2096/ubuntu/22.04@sha256:0d8cab5620f3b002741942bda2dba1190bb2f568486e8a4bfe64eb8914819a72
- reg.tmoe.me:2096/ubuntu/jammy@sha256:0d8cab5620f3b002741942bda2dba1190bb2f568486e8a4bfe64eb8914819a72
mirror:
- name: ghcr
repositories:
- ghcr.io/2cd/ubuntu:jammy-x64
- ghcr.io/2cd/ubuntu:22.04-x64
- name: reg
repositories:
- reg.tmoe.me:2096/ubuntu/jammy:x64
- reg.tmoe.me:2096/ubuntu/22.04:x64
file:
name: 22.04_jammy_x64.tar.zst
size:
bytes: 28340221
readable: 27.03 MiB
kib: 27676 KiB
tar-bytes: 103311360
tar-readable: 98.53 MiB
cmt: |+
Ideally:
zstd size => download size (i.e., Consumes 27.03 MiB of traffic)
tar size => uncompressed size (Actually, the extracted content is >= 98.53 MiB)
zstd + tar size ~= space occupation for initial installation
(i.e., Requires at least 125.55 MiB of disk storage space, but actually needs more)
modified-time: 2024-03-16 05:22:35.377792265 +00:00:00
zstd:
level: 18
long-distance: false
dict: false
digest:
- algorithm: blake3
hex: 64a534a9d4ea5a9cc99e65ba0b40fbc576f8f2e3892fcbb002cfcd29b8ec5e1e
cmt: |+
Usage:
# run apt as root (i.e., +sudo/+doas)
apt install b3sum
# check blake3 hash
echo '64a534a9d4ea5a9cc99e65ba0b40fbc576f8f2e3892fcbb002cfcd29b8ec5e1e 22.04_jammy_x64.tar.zst' > blake3.txt
b3sum --check blake3.txt
- algorithm: sha256
hex: dbd17e761313ce2ac3cd8569cca01d755f48ef9a4d4d2035218538e538311740
cmt: |+
Usage:
# check sha256 hash
echo 'dbd17e761313ce2ac3cd8569cca01d755f48ef9a4d4d2035218538e538311740 22.04_jammy_x64.tar.zst' > sha256.txt
sha256sum --check sha256.txt
mirror:
- name: github
url: https://github.com/2cd/ubuntu-museum/releases/download/22.04/22.04_jammy_x64.tar.zst
cmt: |+
Usage:
mkdir -p ./tmp/jammy-x64
cd tmp
curl -LO 'https://github.com/2cd/ubuntu-museum/releases/download/22.04/22.04_jammy_x64.tar.zst'
# run gnutar or bsdtar (libarchive-tools) as root (e.g., doas tar -xvf file.tar.zst)
tar -C jammy-x64 -xf "22.04_jammy_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 jammy-x64 -E LANG=$LANG
- name: jammy-arm64
arch: arm64
datetime:
build: 2024-03-16 05:21:07.725659509 +00:00:00
update: 2024-03-16 05:31:03.996116045 +00:00:00
docker:
platform: linux/arm64
repo-digests:
- ghcr.io/2cd/ubuntu@sha256:91a14614e86c8e7b618c6616045c5cde5180ead5351a1fab6974a73fc767a5c3
- reg.tmoe.me:2096/ubuntu/22.04@sha256:91a14614e86c8e7b618c6616045c5cde5180ead5351a1fab6974a73fc767a5c3
- reg.tmoe.me:2096/ubuntu/jammy@sha256:91a14614e86c8e7b618c6616045c5cde5180ead5351a1fab6974a73fc767a5c3
mirror:
- name: ghcr
repositories:
- ghcr.io/2cd/ubuntu:jammy-arm64
- ghcr.io/2cd/ubuntu:22.04-arm64
- name: reg
repositories:
- reg.tmoe.me:2096/ubuntu/jammy:arm64
- reg.tmoe.me:2096/ubuntu/22.04:arm64
file:
name: 22.04_jammy_arm64.tar.zst
size:
bytes: 27132505
readable: 25.88 MiB
kib: 26496.59 KiB
tar-bytes: 94740480
tar-readable: 90.35 MiB
cmt: |+
Ideally:
zstd size => download size (i.e., Consumes 25.88 MiB of traffic)
tar size => uncompressed size (Actually, the extracted content is >= 90.35 MiB)
zstd + tar size ~= space occupation for initial installation
(i.e., Requires at least 116.23 MiB of disk storage space, but actually needs more)
modified-time: 2024-03-16 05:25:58.140973833 +00:00:00
zstd:
level: 18
long-distance: false
dict: false
digest:
- algorithm: blake3
hex: e9961af70e8d4434a328d9d4bddd68c14cf62c19d4524f55daf75e7a26b4ecc3
cmt: |+
Usage:
# run apt as root (i.e., +sudo/+doas)
apt install b3sum
# check blake3 hash
echo 'e9961af70e8d4434a328d9d4bddd68c14cf62c19d4524f55daf75e7a26b4ecc3 22.04_jammy_arm64.tar.zst' > blake3.txt
b3sum --check blake3.txt
- algorithm: sha256
hex: 1b87a396c639c9c2b50ff72a12f1ce9b3131e018c5f5ef407797a06f0b00aa67
cmt: |+
Usage:
# check sha256 hash
echo '1b87a396c639c9c2b50ff72a12f1ce9b3131e018c5f5ef407797a06f0b00aa67 22.04_jammy_arm64.tar.zst' > sha256.txt
sha256sum --check sha256.txt
mirror:
- name: github
url: https://github.com/2cd/ubuntu-museum/releases/download/22.04/22.04_jammy_arm64.tar.zst
cmt: |+
Usage:
mkdir -p ./tmp/jammy-arm64
cd tmp
curl -LO 'https://github.com/2cd/ubuntu-museum/releases/download/22.04/22.04_jammy_arm64.tar.zst'
# run gnutar or bsdtar (libarchive-tools) as root (e.g., doas tar -xvf file.tar.zst)
tar -C jammy-arm64 -xf "22.04_jammy_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 jammy-arm64 -E LANG=$LANG
- name: jammy-armv7a
arch: armv7a
datetime:
build: 2024-03-16 05:21:14.293339801 +00:00:00
update: 2024-03-16 05:31:04.020410776 +00:00:00
docker:
platform: linux/arm/v7
repo-digests:
- ghcr.io/2cd/ubuntu@sha256:0f298551b2ae4b5d2a059f7d11b3eb4f0138e003acef7d4a82557f2fc9a52bf3
- reg.tmoe.me:2096/ubuntu/22.04@sha256:0f298551b2ae4b5d2a059f7d11b3eb4f0138e003acef7d4a82557f2fc9a52bf3
- reg.tmoe.me:2096/ubuntu/jammy@sha256:0f298551b2ae4b5d2a059f7d11b3eb4f0138e003acef7d4a82557f2fc9a52bf3
mirror:
- name: ghcr
repositories:
- ghcr.io/2cd/ubuntu:jammy-armv7a
- ghcr.io/2cd/ubuntu:22.04-armv7a
- name: reg
repositories:
- reg.tmoe.me:2096/ubuntu/jammy:armv7a
- reg.tmoe.me:2096/ubuntu/22.04:armv7a
file:
name: 22.04_jammy_armv7a.tar.zst
size:
bytes: 26306384
readable: 25.09 MiB
kib: 25689.83 KiB
tar-bytes: 81018880
tar-readable: 77.27 MiB
cmt: |+
Ideally:
zstd size => download size (i.e., Consumes 25.09 MiB of traffic)
tar size => uncompressed size (Actually, the extracted content is >= 77.27 MiB)
zstd + tar size ~= space occupation for initial installation
(i.e., Requires at least 102.35 MiB of disk storage space, but actually needs more)
modified-time: 2024-03-16 05:25:59.961349373 +00:00:00
zstd:
level: 18
long-distance: false
dict: false
digest:
- algorithm: blake3
hex: 13e95cd13174a716d6fc7e034b9a9d037886bc3c9955241da2cb25559434f764
cmt: |+
Usage:
# run apt as root (i.e., +sudo/+doas)
apt install b3sum
# check blake3 hash
echo '13e95cd13174a716d6fc7e034b9a9d037886bc3c9955241da2cb25559434f764 22.04_jammy_armv7a.tar.zst' > blake3.txt
b3sum --check blake3.txt
- algorithm: sha256
hex: cd8143c9dcf0e9672395ae504060cb1b8d63c401f1c63c7fa4f421f2e862dca9
cmt: |+
Usage:
# check sha256 hash
echo 'cd8143c9dcf0e9672395ae504060cb1b8d63c401f1c63c7fa4f421f2e862dca9 22.04_jammy_armv7a.tar.zst' > sha256.txt
sha256sum --check sha256.txt
mirror:
- name: github
url: https://github.com/2cd/ubuntu-museum/releases/download/22.04/22.04_jammy_armv7a.tar.zst
cmt: |+
Usage:
mkdir -p ./tmp/jammy-armv7a
cd tmp
curl -LO 'https://github.com/2cd/ubuntu-museum/releases/download/22.04/22.04_jammy_armv7a.tar.zst'
# run gnutar or bsdtar (libarchive-tools) as root (e.g., doas tar -xvf file.tar.zst)
tar -C jammy-armv7a -xf "22.04_jammy_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...21.10 Impish Indri (2021-10-14)
os:
- name: Ubuntu
codename: Impish Indri
series: impish
version: '21.10'
docker:
oci-platforms:
- linux/386
- linux/amd64
- linux/arm/v7
- linux/arm64
- linux/ppc64le
- linux/riscv64
- linux/s390x
cmt: |-
Usage:
docker run -it --rm ghcr.io/2cd/ubuntu:21.10
mirror:
- name: ghcr
repositories:
- ghcr.io/2cd/ubuntu:21.10
- ghcr.io/2cd/ubuntu:impish
repo-digests:
- ghcr.io/2cd/ubuntu@sha256:e57fb1dccb1eb4f4a99cac877da076c4fe3c454b5e68f46fdb890048bd706aa0
- name: reg
repositories:
- reg.tmoe.me:2096/ubuntu/impish:latest
- reg.tmoe.me:2096/ubuntu/21.10:latest
repo-digests:
- reg.tmoe.me:2096/ubuntu/21.10@sha256:e57fb1dccb1eb4f4a99cac877da076c4fe3c454b5e68f46fdb890048bd706aa0
- reg.tmoe.me:2096/ubuntu/impish@sha256:e57fb1dccb1eb4f4a99cac877da076c4fe3c454b5e68f46fdb890048bd706aa0
tag:
- name: impish-x64
arch: x64
datetime:
build: 2024-02-21 12:04:35.056131388 +00:00:00
update: 2024-02-21 13:02:15.589248294 +00:00:00
docker:
platform: linux/amd64
repo-digests:
- ghcr.io/2cd/ubuntu@sha256:881761eeea1520fd80f47284ab1d236a4df27ff351b9d850c7a111768547386d
- reg.tmoe.me:2096/ubuntu/21.10@sha256:881761eeea1520fd80f47284ab1d236a4df27ff351b9d850c7a111768547386d
- reg.tmoe.me:2096/ubuntu/impish@sha256:881761eeea1520fd80f47284ab1d236a4df27ff351b9d850c7a111768547386d
mirror:
- name: ghcr
repositories:
- ghcr.io/2cd/ubuntu:impish-x64
- ghcr.io/2cd/ubuntu:21.10-x64
- name: reg
repositories:
- reg.tmoe.me:2096/ubuntu/impish:x64
- reg.tmoe.me:2096/ubuntu/21.10:x64
file:
name: 21.10_impish_x64.tar.zst
size:
bytes: 27743684
readable: 26.46 MiB
kib: 27093.44 KiB
tar-bytes: 101806080
tar-readable: 97.09 MiB
cmt: |+
Ideally:
zstd size => download size (i.e., Consumes 26.46 MiB of traffic)
tar size => uncompressed size (Actually, the extracted content is >= 97.09 MiB)
zstd + tar size ~= space occupation for initial installation
(i.e., Requires at least 123.55 MiB of disk storage space, but actually needs more)
modified-time: 2024-02-21 12:07:31.016079048 +00:00:00
zstd:
level: 18
long-distance: false
dict: false
digest:
- algorithm: blake3
hex: 58d7f167a180c60359b6c7eeba2137a84a8ef3c29c51df46e576ec866aac5113
cmt: |+
Usage:
# run apt as root (i.e., +sudo/+doas)
apt install b3sum
# check blake3 hash
echo '58d7f167a180c60359b6c7eeba2137a84a8ef3c29c51df46e576ec866aac5113 21.10_impish_x64.tar.zst' > blake3.txt
b3sum --check blake3.txt
- algorithm: sha256
hex: f56d8bb3010eb8bb381a48bdabb1f27b1e03813a377e7c36a51ef45a712750b1
cmt: |+
Usage:
# check sha256 hash
echo 'f56d8bb3010eb8bb381a48bdabb1f27b1e03813a377e7c36a51ef45a712750b1 21.10_impish_x64.tar.zst' > sha256.txt
sha256sum --check sha256.txt
mirror:
- name: github
url: https://github.com/2cd/ubuntu-museum/releases/download/21.10/21.10_impish_x64.tar.zst
cmt: |+
Usage:
mkdir -p ./tmp/impish-x64
cd tmp
curl -LO 'https://github.com/2cd/ubuntu-museum/releases/download/21.10/21.10_impish_x64.tar.zst'
# run gnutar or bsdtar (libarchive-tools) as root (e.g., doas tar -xvf file.tar.zst)
tar -C impish-x64 -xf "21.10_impish_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 impish-x64 -E LANG=$LANG
- name: impish-arm64
arch: arm64
datetime:
build: 2024-02-21 12:04:35.053427986 +00:00:00
update: 2024-02-21 13:02:15.615545883 +00:00:00
docker:
platform: linux/arm64
repo-digests:
- ghcr.io/2cd/ubuntu@sha256:eeccaa7c18b1dbfe264921026d7d88465572d3c3fc34026f23db3d0b41891d80
- reg.tmoe.me:2096/ubuntu/21.10@sha256:eeccaa7c18b1dbfe264921026d7d88465572d3c3fc34026f23db3d0b41891d80
- reg.tmoe.me:2096/ubuntu/impish@sha256:eeccaa7c18b1dbfe264921026d7d88465572d3c3fc34026f23db3d0b41891d80
mirror:
- name: ghcr
repositories:
- ghcr.io/2cd/ubuntu:impish-arm64
- ghcr.io/2cd/ubuntu:21.10-arm64
- name: reg
repositories:
- reg.tmoe.me:2096/ubuntu/impish:arm64
- reg.tmoe.me:2096/ubuntu/21.10:arm64
file:
name: 21.10_impish_arm64.tar.zst
size:
bytes: 26611582
readable: 25.38 MiB
kib: 25987.87 KiB
tar-bytes: 94412800
tar-readable: 90.04 MiB
cmt: |+
Ideally:
zstd size => download size (i.e., Consumes 25.38 MiB of traffic)
tar size => uncompressed size (Actually, the extracted content is >= 90.04 MiB)
zstd + tar size ~= space occupation for initial installation
(i.e., Requires at least 115.42 MiB of disk storage space, but actually needs more)
modified-time: 2024-02-21 12:09:59.491582321 +00:00:00
zstd:
level: 18
long-distance: false
dict: false
digest:
- algorithm: blake3
hex: bfd81208360b3486366cc6baca3b2685afe9b1d40be6d71548d8149f1b68a72b
cmt: |+
Usage:
# run apt as root (i.e., +sudo/+doas)
apt install b3sum
# check blake3 hash
echo 'bfd81208360b3486366cc6baca3b2685afe9b1d40be6d71548d8149f1b68a72b 21.10_impish_arm64.tar.zst' > blake3.txt
b3sum --check blake3.txt
- algorithm: sha256
hex: 52d77710dcc06e447047f3985819e1b76c9453b0b0a9fd28782d2f57e491d0a5
cmt: |+
Usage:
# check sha256 hash
echo '52d77710dcc06e447047f3985819e1b76c9453b0b0a9fd28782d2f57e491d0a5 21.10_impish_arm64.tar.zst' > sha256.txt
sha256sum --check sha256.txt
mirror:
- name: github
url: https://github.com/2cd/ubuntu-museum/releases/download/21.10/21.10_impish_arm64.tar.zst
cmt: |+
Usage:
mkdir -p ./tmp/impish-arm64
cd tmp
curl -LO 'https://github.com/2cd/ubuntu-museum/releases/download/21.10/21.10_impish_arm64.tar.zst'
# run gnutar or bsdtar (libarchive-tools) as root (e.g., doas tar -xvf file.tar.zst)
tar -C impish-arm64 -xf "21.10_impish_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 impish-arm64 -E LANG=$LANG
- name: impish-armv7a
arch: armv7a
datetime:
build: 2024-02-21 12:04:42.07648798 +00:00:00
update: 2024-02-21 13:02:15.640518929 +00:00:00
docker:
platform: linux/arm/v7
repo-digests:
- ghcr.io/2cd/ubuntu@sha256:f837c6eb3a4db63a2458b6073cccc18ffcdaa7f25ec1165ad5448ddfec9e9327
- reg.tmoe.me:2096/ubuntu/21.10@sha256:f837c6eb3a4db63a2458b6073cccc18ffcdaa7f25ec1165ad5448ddfec9e9327
- reg.tmoe.me:2096/ubuntu/impish@sha256:f837c6eb3a4db63a2458b6073cccc18ffcdaa7f25ec1165ad5448ddfec9e9327
mirror:
- name: ghcr
repositories:
- ghcr.io/2cd/ubuntu:impish-armv7a
- ghcr.io/2cd/ubuntu:21.10-armv7a
- name: reg
repositories:
- reg.tmoe.me:2096/ubuntu/impish:armv7a
- reg.tmoe.me:2096/ubuntu/21.10:armv7a
file:
name: 21.10_impish_armv7a.tar.zst
size:
bytes: 25509334
readable: 24.33 MiB
kib: 24911.46 KiB
tar-bytes: 78940160
tar-readable: 75.28 MiB
cmt: |+
Ideally:
zstd size => download size (i.e., Consumes 24.33 MiB of traffic)
tar size => uncompressed size (Actually, the extracted content is >= 75.28 MiB)
zstd + tar size ~= space occupation for initial installation
(i.e., Requires at least 99.61 MiB of disk storage space, but actually needs more)
modified-time: 2024-02-21 12:10:04.233825598 +00:00:00
zstd:
level: 18
long-distance: false
dict: false
digest:
- algorithm: blake3
hex: 7c1dffd968e524504daa411e7c02376e253a0d4c0dc5061aefd1c7f27e6739f8
cmt: |+
Usage:
# run apt as root (i.e., +sudo/+doas)
apt install b3sum
# check blake3 hash
echo '7c1dffd968e524504daa411e7c02376e253a0d4c0dc5061aefd1c7f27e6739f8 21.10_impish_armv7a.tar.zst' > blake3.txt
b3sum --check blake3.txt
- algorithm: sha256
hex: a8f2de6fdc7ac0b4beec31f42b4b898ac2861721f7b18576da5efef1b57cf7d7
cmt: |+
Usage:
# check sha256 hash
echo 'a8f2de6fdc7ac0b4beec31f42b4b898ac2861721f7b18576da5efef1b57cf7d7 21.10_impish_armv7a.tar.zst' > sha256.txt
sha256sum --check sha256.txt
mirror:
- name: github
url: https://github.com/2cd/ubuntu-museum/releases/download/21.10/21.10_impish_armv7a.tar.zst
cmt: |+
Usage:
mkdir -p ./tmp/impish-armv7a
cd tmp
curl -LO 'https://github.com/2cd/ubuntu-museum/releases/download/21.10/21.10_impish_armv7a.tar.zst'
# run gnutar or bsdtar (libarchive-tools) as root (e.g., doas tar -xvf file.tar.zst)
tar -C impish-armv7a -xf "21.10_impish_armv7a.tar.zst"
# run apt as root (i.e., +sudo/+doas)
apt install systemd-container qemu-user-static
# run n...21.04 Hirsute Hippo (2021-04-22)
os:
- name: Ubuntu
codename: Hirsute Hippo
series: hirsute
version: '21.04'
docker:
oci-platforms:
- linux/386
- linux/amd64
- linux/arm/v7
- linux/arm64
- linux/ppc64le
- linux/riscv64
- linux/s390x
cmt: |-
Usage:
docker run -it --rm ghcr.io/2cd/ubuntu:hirsute
mirror:
- name: ghcr
repositories:
- ghcr.io/2cd/ubuntu:hirsute
- ghcr.io/2cd/ubuntu:21.04
repo-digests:
- ghcr.io/2cd/ubuntu@sha256:297f410f420d68f6c7a21871d46f383abe82d29b4a61838d5fdb8701831198c6
- name: reg
repositories:
- reg.tmoe.me:2096/ubuntu/21.04:latest
- reg.tmoe.me:2096/ubuntu/hirsute:latest
repo-digests:
- reg.tmoe.me:2096/ubuntu/21.04@sha256:297f410f420d68f6c7a21871d46f383abe82d29b4a61838d5fdb8701831198c6
- reg.tmoe.me:2096/ubuntu/hirsute@sha256:297f410f420d68f6c7a21871d46f383abe82d29b4a61838d5fdb8701831198c6
tag:
- name: hirsute-x64
arch: x64
datetime:
build: 2024-02-21 12:26:47.625788839 +00:00:00
update: 2024-02-21 13:28:21.282610571 +00:00:00
docker:
platform: linux/amd64
repo-digests:
- ghcr.io/2cd/ubuntu@sha256:ba98916ddb5c359c0c06956ac9249d733769f98a2e19b6827acb7a067f26e63c
- reg.tmoe.me:2096/ubuntu/21.04@sha256:ba98916ddb5c359c0c06956ac9249d733769f98a2e19b6827acb7a067f26e63c
- reg.tmoe.me:2096/ubuntu/hirsute@sha256:ba98916ddb5c359c0c06956ac9249d733769f98a2e19b6827acb7a067f26e63c
mirror:
- name: ghcr
repositories:
- ghcr.io/2cd/ubuntu:hirsute-x64
- ghcr.io/2cd/ubuntu:21.04-x64
- name: reg
repositories:
- reg.tmoe.me:2096/ubuntu/hirsute:x64
- reg.tmoe.me:2096/ubuntu/21.04:x64
file:
name: 21.04_hirsute_x64.tar.zst
size:
bytes: 28041321
readable: 26.74 MiB
kib: 27384.1 KiB
tar-bytes: 104570880
tar-readable: 99.73 MiB
cmt: |+
Ideally:
zstd size => download size (i.e., Consumes 26.74 MiB of traffic)
tar size => uncompressed size (Actually, the extracted content is >= 99.73 MiB)
zstd + tar size ~= space occupation for initial installation
(i.e., Requires at least 126.47 MiB of disk storage space, but actually needs more)
modified-time: 2024-02-21 12:30:14.564878542 +00:00:00
zstd:
level: 18
long-distance: false
dict: false
digest:
- algorithm: blake3
hex: 2f6b43284d7b6cdc140d3f43b5c41c9e2af293439dbf1ee4a1728933f6100505
cmt: |+
Usage:
# run apt as root (i.e., +sudo/+doas)
apt install b3sum
# check blake3 hash
echo '2f6b43284d7b6cdc140d3f43b5c41c9e2af293439dbf1ee4a1728933f6100505 21.04_hirsute_x64.tar.zst' > blake3.txt
b3sum --check blake3.txt
- algorithm: sha256
hex: 63864fac89ed68c2d9945f4e20d3a5179a13e4fd84541a6beac077d5054959b1
cmt: |+
Usage:
# check sha256 hash
echo '63864fac89ed68c2d9945f4e20d3a5179a13e4fd84541a6beac077d5054959b1 21.04_hirsute_x64.tar.zst' > sha256.txt
sha256sum --check sha256.txt
mirror:
- name: github
url: https://github.com/2cd/ubuntu-museum/releases/download/21.04/21.04_hirsute_x64.tar.zst
cmt: |+
Usage:
mkdir -p ./tmp/hirsute-x64
cd tmp
curl -LO 'https://github.com/2cd/ubuntu-museum/releases/download/21.04/21.04_hirsute_x64.tar.zst'
# run gnutar or bsdtar (libarchive-tools) as root (e.g., doas tar -xvf file.tar.zst)
tar -C hirsute-x64 -xf "21.04_hirsute_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 hirsute-x64 -E LANG=$LANG
- name: hirsute-arm64
arch: arm64
datetime:
build: 2024-02-21 12:27:52.856713705 +00:00:00
update: 2024-02-21 13:28:21.309312084 +00:00:00
docker:
platform: linux/arm64
repo-digests:
- ghcr.io/2cd/ubuntu@sha256:38b34ab53734fae321f56b6961b7879f495add04a076fe470838a795b39b6e16
- reg.tmoe.me:2096/ubuntu/21.04@sha256:38b34ab53734fae321f56b6961b7879f495add04a076fe470838a795b39b6e16
- reg.tmoe.me:2096/ubuntu/hirsute@sha256:38b34ab53734fae321f56b6961b7879f495add04a076fe470838a795b39b6e16
mirror:
- name: ghcr
repositories:
- ghcr.io/2cd/ubuntu:hirsute-arm64
- ghcr.io/2cd/ubuntu:21.04-arm64
- name: reg
repositories:
- reg.tmoe.me:2096/ubuntu/hirsute:arm64
- reg.tmoe.me:2096/ubuntu/21.04:arm64
file:
name: 21.04_hirsute_arm64.tar.zst
size:
bytes: 26887610
readable: 25.64 MiB
kib: 26257.43 KiB
tar-bytes: 97054720
tar-readable: 92.56 MiB
cmt: |+
Ideally:
zstd size => download size (i.e., Consumes 25.64 MiB of traffic)
tar size => uncompressed size (Actually, the extracted content is >= 92.56 MiB)
zstd + tar size ~= space occupation for initial installation
(i.e., Requires at least 118.2 MiB of disk storage space, but actually needs more)
modified-time: 2024-02-21 12:34:46.992438831 +00:00:00
zstd:
level: 18
long-distance: false
dict: false
digest:
- algorithm: blake3
hex: bd69ad4adf1152313779757071a1c6b54c97a6cfa1edd1528e8b99d87a433651
cmt: |+
Usage:
# run apt as root (i.e., +sudo/+doas)
apt install b3sum
# check blake3 hash
echo 'bd69ad4adf1152313779757071a1c6b54c97a6cfa1edd1528e8b99d87a433651 21.04_hirsute_arm64.tar.zst' > blake3.txt
b3sum --check blake3.txt
- algorithm: sha256
hex: 3553cec6588359be7680b2b0a019dcad7b8d4ee430914fa07c219f7e0c0ce999
cmt: |+
Usage:
# check sha256 hash
echo '3553cec6588359be7680b2b0a019dcad7b8d4ee430914fa07c219f7e0c0ce999 21.04_hirsute_arm64.tar.zst' > sha256.txt
sha256sum --check sha256.txt
mirror:
- name: github
url: https://github.com/2cd/ubuntu-museum/releases/download/21.04/21.04_hirsute_arm64.tar.zst
cmt: |+
Usage:
mkdir -p ./tmp/hirsute-arm64
cd tmp
curl -LO 'https://github.com/2cd/ubuntu-museum/releases/download/21.04/21.04_hirsute_arm64.tar.zst'
# run gnutar or bsdtar (libarchive-tools) as root (e.g., doas tar -xvf file.tar.zst)
tar -C hirsute-arm64 -xf "21.04_hirsute_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 hirsute-arm64 -E LANG=$LANG
- name: hirsute-armv7a
arch: armv7a
datetime:
build: 2024-02-21 12:29:12.52021553 +00:00:00
update: 2024-02-21 13:28:21.334231657 +00:00:00
docker:
platform: linux/arm/v7
repo-digests:
- ghcr.io/2cd/ubuntu@sha256:d74ec4dfd7f39e2ab68d74d67081578a16ca7d89800f2d8ee9226e47d365d37b
- reg.tmoe.me:2096/ubuntu/21.04@sha256:d74ec4dfd7f39e2ab68d74d67081578a16ca7d89800f2d8ee9226e47d365d37b
- reg.tmoe.me:2096/ubuntu/hirsute@sha256:d74ec4dfd7f39e2ab68d74d67081578a16ca7d89800f2d8ee9226e47d365d37b
mirror:
- name: ghcr
repositories:
- ghcr.io/2cd/ubuntu:hirsute-armv7a
- ghcr.io/2cd/ubuntu:21.04-armv7a
- name: reg
repositories:
- reg.tmoe.me:2096/ubuntu/hirsute:armv7a
- reg.tmoe.me:2096/ubuntu/21.04:armv7a
file:
name: 21.04_hirsute_armv7a.tar.zst
size:
bytes: 25502131
readable: 24.32 MiB
kib: 24904.43 KiB
tar-bytes: 79042560
tar-readable: 75.38 MiB
cmt: |+
Ideally:
zstd size => download size (i.e., Consumes 24.32 MiB of traffic)
tar size => uncompressed size (Actually, the extracted content is >= 75.38 MiB)
zstd + tar size ~= space occupation for initial installation
(i.e., Requires at least 99.7 MiB of disk storage space, but actually needs more)
modified-time: 2024-02-21 12:34:53.944075704 +00:00:00
zstd:
level: 18
long-distance: false
dict: false
digest:
- algorithm: blake3
hex: dc627665534d5a92abe96699ee19645dc38d3347e338ccd11c4404617e8f690f
cmt: |+
Usage:
# run apt as root (i.e., +sudo/+doas)
apt install b3sum
# check blake3 hash
echo 'dc627665534d5a92abe96699ee19645dc38d3347e338ccd11c4404617e8f690f 21.04_hirsute_armv7a.tar.zst' > blake3.txt
b3sum --check blake3.txt
- algorithm: sha256
hex: 56e54a5068e5ccae0b272c6d74d054b31ec7a8c796db0d8652e50691037c2891
cmt: |+
Usage:
# check sha256 hash
echo '56e54a5068e5ccae0b272c6d74d054b31ec7a8c796db0d8652e50691037c2891 21.04_hirsute_armv7a.tar.zst' > sha256.txt
sha256sum --check sha256.txt
mirror:
- name: github
url: https://github.com/2cd/ubuntu-museum/releases/download/21.04/21.04_hirsute_armv7a.tar.zst
cmt: |+
Usage:
mkdir -p ./tmp/hirsute-armv7a
cd tmp
curl -LO 'https://github.com/2cd/ubuntu-museum/releases/download/21.04/21.04_hirsute_armv7a.tar.zst'
# run gnutar or bsdtar (libarchive-tools) as root (e.g., doas tar -xvf file.tar.zst)
tar -C hirsute-armv7a -xf "21.04_hirsute_armv7a.tar.zst"
# run apt as root (i.e., +sudo/+doas)
apt install systemd-contain...20.10 Groovy Gorilla (2020-10-22)
os:
- name: Ubuntu
codename: Groovy Gorilla
series: groovy
version: '20.10'
docker:
oci-platforms:
- linux/386
- linux/amd64
- linux/arm/v7
- linux/arm64
- linux/ppc64le
- linux/riscv64
- linux/s390x
cmt: |-
Usage:
docker run -it --rm ghcr.io/2cd/ubuntu:20.10
mirror:
- name: ghcr
repositories:
- ghcr.io/2cd/ubuntu:20.10
- ghcr.io/2cd/ubuntu:groovy
repo-digests:
- ghcr.io/2cd/ubuntu@sha256:c2d230701013be2edf0fc37d6aac846bd8e275d78114f1d16c3e3220ecce6bf7
- name: reg
repositories:
- reg.tmoe.me:2096/ubuntu/20.10:latest
- reg.tmoe.me:2096/ubuntu/groovy:latest
repo-digests:
- reg.tmoe.me:2096/ubuntu/20.10@sha256:c2d230701013be2edf0fc37d6aac846bd8e275d78114f1d16c3e3220ecce6bf7
- reg.tmoe.me:2096/ubuntu/groovy@sha256:c2d230701013be2edf0fc37d6aac846bd8e275d78114f1d16c3e3220ecce6bf7
tag:
- name: groovy-x64
arch: x64
datetime:
build: 2024-02-21 12:22:16.70549287 +00:00:00
update: 2024-02-21 13:16:04.008974601 +00:00:00
docker:
platform: linux/amd64
repo-digests:
- ghcr.io/2cd/ubuntu@sha256:47938c9e89df051c89195a474047f95ca5fa4de8c47fa399df1ed0fe4dcb1ea4
- reg.tmoe.me:2096/ubuntu/20.10@sha256:47938c9e89df051c89195a474047f95ca5fa4de8c47fa399df1ed0fe4dcb1ea4
- reg.tmoe.me:2096/ubuntu/groovy@sha256:47938c9e89df051c89195a474047f95ca5fa4de8c47fa399df1ed0fe4dcb1ea4
mirror:
- name: ghcr
repositories:
- ghcr.io/2cd/ubuntu:groovy-x64
- ghcr.io/2cd/ubuntu:20.10-x64
- name: reg
repositories:
- reg.tmoe.me:2096/ubuntu/groovy:x64
- reg.tmoe.me:2096/ubuntu/20.10:x64
file:
name: 20.10_groovy_x64.tar.zst
size:
bytes: 27375028
readable: 26.11 MiB
kib: 26733.43 KiB
tar-bytes: 103649280
tar-readable: 98.85 MiB
cmt: |+
Ideally:
zstd size => download size (i.e., Consumes 26.11 MiB of traffic)
tar size => uncompressed size (Actually, the extracted content is >= 98.85 MiB)
zstd + tar size ~= space occupation for initial installation
(i.e., Requires at least 124.95 MiB of disk storage space, but actually needs more)
modified-time: 2024-02-21 12:25:32.259111586 +00:00:00
zstd:
level: 18
long-distance: false
dict: false
digest:
- algorithm: blake3
hex: 5afdd05d6a8febddfca4a574904c58dd8ed56dfa6d16a960ccd573b95ddd765f
cmt: |+
Usage:
# run apt as root (i.e., +sudo/+doas)
apt install b3sum
# check blake3 hash
echo '5afdd05d6a8febddfca4a574904c58dd8ed56dfa6d16a960ccd573b95ddd765f 20.10_groovy_x64.tar.zst' > blake3.txt
b3sum --check blake3.txt
- algorithm: sha256
hex: c7985ea195ecf920e2d3e588c9af8dab4f9ae55821839cf731c47443c6094164
cmt: |+
Usage:
# check sha256 hash
echo 'c7985ea195ecf920e2d3e588c9af8dab4f9ae55821839cf731c47443c6094164 20.10_groovy_x64.tar.zst' > sha256.txt
sha256sum --check sha256.txt
mirror:
- name: github
url: https://github.com/2cd/ubuntu-museum/releases/download/20.10/20.10_groovy_x64.tar.zst
cmt: |+
Usage:
mkdir -p ./tmp/groovy-x64
cd tmp
curl -LO 'https://github.com/2cd/ubuntu-museum/releases/download/20.10/20.10_groovy_x64.tar.zst'
# run gnutar or bsdtar (libarchive-tools) as root (e.g., doas tar -xvf file.tar.zst)
tar -C groovy-x64 -xf "20.10_groovy_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 groovy-x64 -E LANG=$LANG
- name: groovy-arm64
arch: arm64
datetime:
build: 2024-02-21 12:22:12.397882937 +00:00:00
update: 2024-02-21 13:16:04.034996065 +00:00:00
docker:
platform: linux/arm64
repo-digests:
- ghcr.io/2cd/ubuntu@sha256:202d99cadda4d0e2894d6f190f982aa6fc88265a30390be479ecd78934f33143
- reg.tmoe.me:2096/ubuntu/20.10@sha256:202d99cadda4d0e2894d6f190f982aa6fc88265a30390be479ecd78934f33143
- reg.tmoe.me:2096/ubuntu/groovy@sha256:202d99cadda4d0e2894d6f190f982aa6fc88265a30390be479ecd78934f33143
mirror:
- name: ghcr
repositories:
- ghcr.io/2cd/ubuntu:groovy-arm64
- ghcr.io/2cd/ubuntu:20.10-arm64
- name: reg
repositories:
- reg.tmoe.me:2096/ubuntu/groovy:arm64
- reg.tmoe.me:2096/ubuntu/20.10:arm64
file:
name: 20.10_groovy_arm64.tar.zst
size:
bytes: 26322211
readable: 25.1 MiB
kib: 25705.29 KiB
tar-bytes: 96153600
tar-readable: 91.7 MiB
cmt: |+
Ideally:
zstd size => download size (i.e., Consumes 25.1 MiB of traffic)
tar size => uncompressed size (Actually, the extracted content is >= 91.7 MiB)
zstd + tar size ~= space occupation for initial installation
(i.e., Requires at least 116.8 MiB of disk storage space, but actually needs more)
modified-time: 2024-02-21 12:27:46.537504686 +00:00:00
zstd:
level: 18
long-distance: false
dict: false
digest:
- algorithm: blake3
hex: 3dce67708ee4086a841298cbc9c34d5a014b5cabb767e8e7a1714933cc249108
cmt: |+
Usage:
# run apt as root (i.e., +sudo/+doas)
apt install b3sum
# check blake3 hash
echo '3dce67708ee4086a841298cbc9c34d5a014b5cabb767e8e7a1714933cc249108 20.10_groovy_arm64.tar.zst' > blake3.txt
b3sum --check blake3.txt
- algorithm: sha256
hex: 310392575525d4ebf461fa2f8f94683b813f8dbb2eafda0b3f935af6d4466efd
cmt: |+
Usage:
# check sha256 hash
echo '310392575525d4ebf461fa2f8f94683b813f8dbb2eafda0b3f935af6d4466efd 20.10_groovy_arm64.tar.zst' > sha256.txt
sha256sum --check sha256.txt
mirror:
- name: github
url: https://github.com/2cd/ubuntu-museum/releases/download/20.10/20.10_groovy_arm64.tar.zst
cmt: |+
Usage:
mkdir -p ./tmp/groovy-arm64
cd tmp
curl -LO 'https://github.com/2cd/ubuntu-museum/releases/download/20.10/20.10_groovy_arm64.tar.zst'
# run gnutar or bsdtar (libarchive-tools) as root (e.g., doas tar -xvf file.tar.zst)
tar -C groovy-arm64 -xf "20.10_groovy_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 groovy-arm64 -E LANG=$LANG
- name: groovy-armv7a
arch: armv7a
datetime:
build: 2024-02-21 12:22:51.277302152 +00:00:00
update: 2024-02-21 13:16:04.060273152 +00:00:00
docker:
platform: linux/arm/v7
repo-digests:
- ghcr.io/2cd/ubuntu@sha256:dcdc6f84a396e8f9875b256d7b9292161003473e64d1347ad86fa5f68b18e338
- reg.tmoe.me:2096/ubuntu/20.10@sha256:dcdc6f84a396e8f9875b256d7b9292161003473e64d1347ad86fa5f68b18e338
- reg.tmoe.me:2096/ubuntu/groovy@sha256:dcdc6f84a396e8f9875b256d7b9292161003473e64d1347ad86fa5f68b18e338
mirror:
- name: ghcr
repositories:
- ghcr.io/2cd/ubuntu:groovy-armv7a
- ghcr.io/2cd/ubuntu:20.10-armv7a
- name: reg
repositories:
- reg.tmoe.me:2096/ubuntu/groovy:armv7a
- reg.tmoe.me:2096/ubuntu/20.10:armv7a
file:
name: 20.10_groovy_armv7a.tar.zst
size:
bytes: 24992132
readable: 23.83 MiB
kib: 24406.38 KiB
tar-bytes: 77209600
tar-readable: 73.63 MiB
cmt: |+
Ideally:
zstd size => download size (i.e., Consumes 23.83 MiB of traffic)
tar size => uncompressed size (Actually, the extracted content is >= 73.63 MiB)
zstd + tar size ~= space occupation for initial installation
(i.e., Requires at least 97.47 MiB of disk storage space, but actually needs more)
modified-time: 2024-02-21 12:28:51.37729625 +00:00:00
zstd:
level: 18
long-distance: false
dict: false
digest:
- algorithm: blake3
hex: 1f820a8281ac2d579c944c6dbf4d33dda9a3cadc9b87296464402fb7ff1b8519
cmt: |+
Usage:
# run apt as root (i.e., +sudo/+doas)
apt install b3sum
# check blake3 hash
echo '1f820a8281ac2d579c944c6dbf4d33dda9a3cadc9b87296464402fb7ff1b8519 20.10_groovy_armv7a.tar.zst' > blake3.txt
b3sum --check blake3.txt
- algorithm: sha256
hex: adc18bf812a945cac43386982eee9d48923de42fff38b7b1955dc5af2c606ac2
cmt: |+
Usage:
# check sha256 hash
echo 'adc18bf812a945cac43386982eee9d48923de42fff38b7b1955dc5af2c606ac2 20.10_groovy_armv7a.tar.zst' > sha256.txt
sha256sum --check sha256.txt
mirror:
- name: github
url: https://github.com/2cd/ubuntu-museum/releases/download/20.10/20.10_groovy_armv7a.tar.zst
cmt: |+
Usage:
mkdir -p ./tmp/groovy-armv7a
cd tmp
curl -LO 'https://github.com/2cd/ubuntu-museum/releases/download/20.10/20.10_groovy_armv7a.tar.zst'
# run gnutar or bsdtar (libarchive-tools) as root (e.g., doas tar -xvf file.tar.zst)
tar -C groovy-armv7a -xf "20.10_groovy_armv7a.tar.zst"
# run apt as root (i.e., +sudo/+doas)
apt install systemd-container qemu-user-static
# run nspaw...