Releases: 2cd/ubuntu-museum
Releases · 2cd/ubuntu-museum
5.04 Hoary Hedgehog (2005-04-08)
os:
- name: Ubuntu
codename: Hoary Hedgehog
series: hoary
version: '5.04'
docker:
oci-platforms:
- linux/386
- linux/amd64
- linux/ppc
- linux/sparc
cmt: |-
Usage:
docker run -it --rm ghcr.io/2cd/ubuntu:hoary
mirror:
- name: ghcr
repositories:
- ghcr.io/2cd/ubuntu:hoary
- ghcr.io/2cd/ubuntu:5.04
repo-digests:
- ghcr.io/2cd/ubuntu@sha256:1fbeb264a59b4c10238e7c81207e1a91bc32329c90a5b61979de1dcc6c2657c6
- name: reg
repositories:
- reg.tmoe.me:2096/ubuntu/5.04:latest
- reg.tmoe.me:2096/ubuntu/hoary:latest
repo-digests:
- reg.tmoe.me:2096/ubuntu/5.04@sha256:1fbeb264a59b4c10238e7c81207e1a91bc32329c90a5b61979de1dcc6c2657c6
- reg.tmoe.me:2096/ubuntu/hoary@sha256:1fbeb264a59b4c10238e7c81207e1a91bc32329c90a5b61979de1dcc6c2657c6
tag:
- name: hoary-ppc
arch: ppc
datetime:
build: 2024-02-21 12:39:52.793835067 +00:00:00
update: 2024-02-21 13:27:02.714555551 +00:00:00
docker:
platform: linux/ppc
repo-digests:
- ghcr.io/2cd/ubuntu@sha256:cfcba19ae3c0b5885570da80178552ec49df93f4717ee186391d2e81066acdac
- reg.tmoe.me:2096/ubuntu/5.04@sha256:cfcba19ae3c0b5885570da80178552ec49df93f4717ee186391d2e81066acdac
- reg.tmoe.me:2096/ubuntu/hoary@sha256:cfcba19ae3c0b5885570da80178552ec49df93f4717ee186391d2e81066acdac
mirror:
- name: ghcr
repositories:
- ghcr.io/2cd/ubuntu:hoary-ppc
- ghcr.io/2cd/ubuntu:5.04-ppc
- name: reg
repositories:
- reg.tmoe.me:2096/ubuntu/hoary:ppc
- reg.tmoe.me:2096/ubuntu/5.04:ppc
file:
name: 5.04_hoary_ppc.tar.zst
size:
bytes: 15398941
readable: 14.69 MiB
kib: 15038.03 KiB
tar-bytes: 57733120
tar-readable: 55.06 MiB
cmt: |+
Ideally:
zstd size => download size (i.e., Consumes 14.69 MiB of traffic)
tar size => uncompressed size (Actually, the extracted content is >= 55.06 MiB)
zstd + tar size ~= space occupation for initial installation
(i.e., Requires at least 69.74 MiB of disk storage space, but actually needs more)
modified-time: 2024-02-21 12:40:28.289680855 +00:00:00
zstd:
level: 18
long-distance: false
dict: false
digest:
- algorithm: blake3
hex: d8dbafd35eae1ea0d485302d3438a85170996e450e772450458bd112075c2b04
cmt: |+
Usage:
# run apt as root (i.e., +sudo/+doas)
apt install b3sum
# check blake3 hash
echo 'd8dbafd35eae1ea0d485302d3438a85170996e450e772450458bd112075c2b04 5.04_hoary_ppc.tar.zst' > blake3.txt
b3sum --check blake3.txt
- algorithm: sha256
hex: d965875d054996ece91a1a7220de0435921c1736403b6346cc2783246dd5e03f
cmt: |+
Usage:
# check sha256 hash
echo 'd965875d054996ece91a1a7220de0435921c1736403b6346cc2783246dd5e03f 5.04_hoary_ppc.tar.zst' > sha256.txt
sha256sum --check sha256.txt
mirror:
- name: github
url: https://github.com/2cd/ubuntu-museum/releases/download/5.04/5.04_hoary_ppc.tar.zst
cmt: |+
Usage:
mkdir -p ./tmp/hoary-ppc
cd tmp
curl -LO 'https://github.com/2cd/ubuntu-museum/releases/download/5.04/5.04_hoary_ppc.tar.zst'
# run gnutar or bsdtar (libarchive-tools) as root (e.g., doas tar -xvf file.tar.zst)
tar -C hoary-ppc -xf "5.04_hoary_ppc.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 hoary-ppc -E LANG=$LANG
- name: hoary-x64
arch: x64
datetime:
build: 2024-02-21 12:38:05.174808958 +00:00:00
update: 2024-02-21 13:27:02.731672451 +00:00:00
docker:
platform: linux/amd64
repo-digests:
- ghcr.io/2cd/ubuntu@sha256:9391b6e4ed9954a40d2bac6d45c8154fc736d76f08a3fe837ca66c5739dc1963
- reg.tmoe.me:2096/ubuntu/5.04@sha256:9391b6e4ed9954a40d2bac6d45c8154fc736d76f08a3fe837ca66c5739dc1963
- reg.tmoe.me:2096/ubuntu/hoary@sha256:9391b6e4ed9954a40d2bac6d45c8154fc736d76f08a3fe837ca66c5739dc1963
mirror:
- name: ghcr
repositories:
- ghcr.io/2cd/ubuntu:hoary-x64
- ghcr.io/2cd/ubuntu:5.04-x64
- name: reg
repositories:
- reg.tmoe.me:2096/ubuntu/hoary:x64
- reg.tmoe.me:2096/ubuntu/5.04:x64
file:
name: 5.04_hoary_x64.tar.zst
size:
bytes: 13945340
readable: 13.3 MiB
kib: 13618.5 KiB
tar-bytes: 53780480
tar-readable: 51.29 MiB
cmt: |+
Ideally:
zstd size => download size (i.e., Consumes 13.3 MiB of traffic)
tar size => uncompressed size (Actually, the extracted content is >= 51.29 MiB)
zstd + tar size ~= space occupation for initial installation
(i.e., Requires at least 64.59 MiB of disk storage space, but actually needs more)
modified-time: 2024-02-21 12:38:15.557270944 +00:00:00
zstd:
level: 18
long-distance: false
dict: false
digest:
- algorithm: blake3
hex: cc40c195f9211ee1e043b8e10a2896d2a6659ede769c5fcb1f01c09c6dfc536e
cmt: |+
Usage:
# run apt as root (i.e., +sudo/+doas)
apt install b3sum
# check blake3 hash
echo 'cc40c195f9211ee1e043b8e10a2896d2a6659ede769c5fcb1f01c09c6dfc536e 5.04_hoary_x64.tar.zst' > blake3.txt
b3sum --check blake3.txt
- algorithm: sha256
hex: 10c76a1b32233d9b85fb0ac9563665ec8fe61448b1318ff91fd96a85302e0671
cmt: |+
Usage:
# check sha256 hash
echo '10c76a1b32233d9b85fb0ac9563665ec8fe61448b1318ff91fd96a85302e0671 5.04_hoary_x64.tar.zst' > sha256.txt
sha256sum --check sha256.txt
mirror:
- name: github
url: https://github.com/2cd/ubuntu-museum/releases/download/5.04/5.04_hoary_x64.tar.zst
cmt: |+
Usage:
mkdir -p ./tmp/hoary-x64
cd tmp
curl -LO 'https://github.com/2cd/ubuntu-museum/releases/download/5.04/5.04_hoary_x64.tar.zst'
# run gnutar or bsdtar (libarchive-tools) as root (e.g., doas tar -xvf file.tar.zst)
tar -C hoary-x64 -xf "5.04_hoary_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 hoary-x64 -E LANG=$LANG
- name: hoary-x86
arch: x86
datetime:
build: 2024-02-21 12:38:37.591417131 +00:00:00
update: 2024-02-21 13:27:02.764334474 +00:00:00
docker:
platform: linux/386
repo-digests:
- ghcr.io/2cd/ubuntu@sha256:d6a74d9ceee7c5b96d6a837108fe0579c2e1d4bea11ac0b0b44e6023ea258a5c
- reg.tmoe.me:2096/ubuntu/5.04@sha256:d6a74d9ceee7c5b96d6a837108fe0579c2e1d4bea11ac0b0b44e6023ea258a5c
- reg.tmoe.me:2096/ubuntu/hoary@sha256:d6a74d9ceee7c5b96d6a837108fe0579c2e1d4bea11ac0b0b44e6023ea258a5c
mirror:
- name: ghcr
repositories:
- ghcr.io/2cd/ubuntu:hoary-x86
- ghcr.io/2cd/ubuntu:5.04-x86
- name: reg
repositories:
- reg.tmoe.me:2096/ubuntu/hoary:x86
- reg.tmoe.me:2096/ubuntu/5.04:x86
file:
name: 5.04_hoary_x86.tar.zst
size:
bytes: 33915625
readable: 32.34 MiB
kib: 33120.73 KiB
tar-bytes: 121518080
tar-readable: 115.89 MiB
cmt: |+
Ideally:
zstd size => download size (i.e., Consumes 32.34 MiB of traffic)
tar size => uncompressed size (Actually, the extracted content is >= 115.89 MiB)
zstd + tar size ~= space occupation for initial installation
(i.e., Requires at least 148.23 MiB of disk storage space, but actually needs more)
modified-time: 2024-02-21 12:38:54.901042355 +00:00:00
zstd:
level: 18
long-distance: false
dict: false
digest:
- algorithm: blake3
hex: 41b968ec5c91d49a993eb003548a17e41ee27a7f4229f732a7a961055ec8d059
cmt: |+
Usage:
# run apt as root (i.e., +sudo/+doas)
apt install b3sum
# check blake3 hash
echo '41b968ec5c91d49a993eb003548a17e41ee27a7f4229f732a7a961055ec8d059 5.04_hoary_x86.tar.zst' > blake3.txt
b3sum --check blake3.txt
- algorithm: sha256
hex: 1a9adea4faea15302fe2594adb478bacdad8ad57ca68c3dba97ee05f71d26146
cmt: |+
Usage:
# check sha256 hash
echo '1a9adea4faea15302fe2594adb478bacdad8ad57ca68c3dba97ee05f71d26146 5.04_hoary_x86.tar.zst' > sha256.txt
sha256sum --check sha256.txt
mirror:
- name: github
url: https://github.com/2cd/ubuntu-museum/releases/download/5.04/5.04_hoary_x86.tar.zst
cmt: |+
Usage:
mkdir -p ./tmp/hoary-x86
cd tmp
curl -LO 'https://github.com/2cd/ubuntu-museum/releases/download/5.04/5.04_hoary_x86.tar.zst'
# run gnutar or bsdtar (libarchive-tools) as root (e.g., doas tar -xvf file.tar.zst)
tar -C hoary-x86 -xf "5.04_hoary_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 hoary-x86 -E LANG=$LANG
- name: hoary-sparc
arch: sparc
datetime:
build: 2024-02-21 12:39:50.604251359 +00:00:00
update: 2024-0...
4.10 Warty Warthog (2004-10-20)
os:
- name: Ubuntu
codename: Warty Warthog
series: warty
version: '4.10'
docker:
oci-platforms:
- linux/386
- linux/amd64
- linux/ppc
cmt: |-
Usage:
docker run -it --rm ghcr.io/2cd/ubuntu:warty
mirror:
- name: ghcr
repositories:
- ghcr.io/2cd/ubuntu:warty
- ghcr.io/2cd/ubuntu:4.10
repo-digests:
- ghcr.io/2cd/ubuntu@sha256:2afcf132da2dda3e34c990e155d490b0c08a590c3d9ab0f35a0bac5813c30113
- name: reg
repositories:
- reg.tmoe.me:2096/ubuntu/4.10:latest
- reg.tmoe.me:2096/ubuntu/warty:latest
repo-digests:
- reg.tmoe.me:2096/ubuntu/4.10@sha256:2afcf132da2dda3e34c990e155d490b0c08a590c3d9ab0f35a0bac5813c30113
- reg.tmoe.me:2096/ubuntu/warty@sha256:2afcf132da2dda3e34c990e155d490b0c08a590c3d9ab0f35a0bac5813c30113
tag:
- name: warty-x64
arch: x64
datetime:
build: 2024-02-21 11:50:49.210712878 +00:00:00
update: 2024-02-21 11:56:05.201184456 +00:00:00
docker:
platform: linux/amd64
repo-digests:
- ghcr.io/2cd/ubuntu@sha256:e84c35003fafd00a1c1d19b017d73ae15aef28044f72aaffdbec42f4f8704387
- reg.tmoe.me:2096/ubuntu/4.10@sha256:e84c35003fafd00a1c1d19b017d73ae15aef28044f72aaffdbec42f4f8704387
- reg.tmoe.me:2096/ubuntu/warty@sha256:e84c35003fafd00a1c1d19b017d73ae15aef28044f72aaffdbec42f4f8704387
mirror:
- name: ghcr
repositories:
- ghcr.io/2cd/ubuntu:warty-x64
- ghcr.io/2cd/ubuntu:4.10-x64
- name: reg
repositories:
- reg.tmoe.me:2096/ubuntu/warty:x64
- reg.tmoe.me:2096/ubuntu/4.10:x64
file:
name: 4.10_warty_x64.tar.zst
size:
bytes: 13742115
readable: 13.11 MiB
kib: 13420.03 KiB
tar-bytes: 55971840
tar-readable: 53.38 MiB
cmt: |+
Ideally:
zstd size => download size (i.e., Consumes 13.11 MiB of traffic)
tar size => uncompressed size (Actually, the extracted content is >= 53.38 MiB)
zstd + tar size ~= space occupation for initial installation
(i.e., Requires at least 66.48 MiB of disk storage space, but actually needs more)
modified-time: 2024-02-21 11:51:03.934156282 +00:00:00
zstd:
level: 18
long-distance: false
dict: false
digest:
- algorithm: blake3
hex: b3eea12e1ad60799c3503628e026820ba9b41ac30265ba62e6e281a6565f3d34
cmt: |+
Usage:
# run apt as root (i.e., +sudo/+doas)
apt install b3sum
# check blake3 hash
echo 'b3eea12e1ad60799c3503628e026820ba9b41ac30265ba62e6e281a6565f3d34 4.10_warty_x64.tar.zst' > blake3.txt
b3sum --check blake3.txt
- algorithm: sha256
hex: 64531d01bae06766fcbad457610a74558d2427dd4f8c8ef80254be6dbdb34ceb
cmt: |+
Usage:
# check sha256 hash
echo '64531d01bae06766fcbad457610a74558d2427dd4f8c8ef80254be6dbdb34ceb 4.10_warty_x64.tar.zst' > sha256.txt
sha256sum --check sha256.txt
mirror:
- name: github
url: https://github.com/2cd/ubuntu-museum/releases/download/4.10/4.10_warty_x64.tar.zst
cmt: |+
Usage:
mkdir -p ./tmp/warty-x64
cd tmp
curl -LO 'https://github.com/2cd/ubuntu-museum/releases/download/4.10/4.10_warty_x64.tar.zst'
# run gnutar or bsdtar (libarchive-tools) as root (e.g., doas tar -xvf file.tar.zst)
tar -C warty-x64 -xf "4.10_warty_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 warty-x64 -E TERM=xterm -E LANG=$LANG
- name: warty-x86
arch: x86
datetime:
build: 2024-02-21 11:50:46.661539196 +00:00:00
update: 2024-02-21 11:56:05.21777519 +00:00:00
docker:
platform: linux/386
repo-digests:
- ghcr.io/2cd/ubuntu@sha256:a3a275e90082eb0a87c70604d9f37f695a43d984ea672fceb20140892f17ee64
- reg.tmoe.me:2096/ubuntu/4.10@sha256:a3a275e90082eb0a87c70604d9f37f695a43d984ea672fceb20140892f17ee64
- reg.tmoe.me:2096/ubuntu/warty@sha256:a3a275e90082eb0a87c70604d9f37f695a43d984ea672fceb20140892f17ee64
mirror:
- name: ghcr
repositories:
- ghcr.io/2cd/ubuntu:warty-x86
- ghcr.io/2cd/ubuntu:4.10-x86
- name: reg
repositories:
- reg.tmoe.me:2096/ubuntu/warty:x86
- reg.tmoe.me:2096/ubuntu/4.10:x86
file:
name: 4.10_warty_x86.tar.zst
size:
bytes: 13315152
readable: 12.7 MiB
kib: 13003.08 KiB
tar-bytes: 52500480
tar-readable: 50.07 MiB
cmt: |+
Ideally:
zstd size => download size (i.e., Consumes 12.7 MiB of traffic)
tar size => uncompressed size (Actually, the extracted content is >= 50.07 MiB)
zstd + tar size ~= space occupation for initial installation
(i.e., Requires at least 62.77 MiB of disk storage space, but actually needs more)
modified-time: 2024-02-21 11:51:00.418037333 +00:00:00
zstd:
level: 18
long-distance: false
dict: false
digest:
- algorithm: blake3
hex: bcc19665896b27da9a67c1ab42c6ed25be8281cda868f814778bb3d553e1f8a3
cmt: |+
Usage:
# run apt as root (i.e., +sudo/+doas)
apt install b3sum
# check blake3 hash
echo 'bcc19665896b27da9a67c1ab42c6ed25be8281cda868f814778bb3d553e1f8a3 4.10_warty_x86.tar.zst' > blake3.txt
b3sum --check blake3.txt
- algorithm: sha256
hex: 43d5de23b33b127c80afdf1bf03ba0289d345d3781af5ea39e92539cc4ecb0d4
cmt: |+
Usage:
# check sha256 hash
echo '43d5de23b33b127c80afdf1bf03ba0289d345d3781af5ea39e92539cc4ecb0d4 4.10_warty_x86.tar.zst' > sha256.txt
sha256sum --check sha256.txt
mirror:
- name: github
url: https://github.com/2cd/ubuntu-museum/releases/download/4.10/4.10_warty_x86.tar.zst
cmt: |+
Usage:
mkdir -p ./tmp/warty-x86
cd tmp
curl -LO 'https://github.com/2cd/ubuntu-museum/releases/download/4.10/4.10_warty_x86.tar.zst'
# run gnutar or bsdtar (libarchive-tools) as root (e.g., doas tar -xvf file.tar.zst)
tar -C warty-x86 -xf "4.10_warty_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 warty-x86 -E TERM=xterm -E LANG=$LANG
- name: warty-ppc
arch: ppc
datetime:
build: 2024-02-21 11:50:46.509162939 +00:00:00
update: 2024-02-21 11:56:05.256590971 +00:00:00
docker:
platform: linux/ppc
repo-digests:
- ghcr.io/2cd/ubuntu@sha256:d1f6017170787f1ac6371433304a7bb64f063c30a31c622009452a04b61f7c4a
- reg.tmoe.me:2096/ubuntu/4.10@sha256:d1f6017170787f1ac6371433304a7bb64f063c30a31c622009452a04b61f7c4a
- reg.tmoe.me:2096/ubuntu/warty@sha256:d1f6017170787f1ac6371433304a7bb64f063c30a31c622009452a04b61f7c4a
mirror:
- name: ghcr
repositories:
- ghcr.io/2cd/ubuntu:warty-ppc
- ghcr.io/2cd/ubuntu:4.10-ppc
- name: reg
repositories:
- reg.tmoe.me:2096/ubuntu/warty:ppc
- reg.tmoe.me:2096/ubuntu/4.10:ppc
file:
name: 4.10_warty_ppc.tar.zst
size:
bytes: 40321692
readable: 38.45 MiB
kib: 39376.65 KiB
tar-bytes: 150118400
tar-readable: 143.16 MiB
cmt: |+
Ideally:
zstd size => download size (i.e., Consumes 38.45 MiB of traffic)
tar size => uncompressed size (Actually, the extracted content is >= 143.16 MiB)
zstd + tar size ~= space occupation for initial installation
(i.e., Requires at least 181.62 MiB of disk storage space, but actually needs more)
modified-time: 2024-02-21 11:51:29.498801499 +00:00:00
zstd:
level: 18
long-distance: false
dict: false
digest:
- algorithm: blake3
hex: b1a5ac21d58cc93181311b691a9e272428443a816c31fa8bb53ef73c4ed4ac5e
cmt: |+
Usage:
# run apt as root (i.e., +sudo/+doas)
apt install b3sum
# check blake3 hash
echo 'b1a5ac21d58cc93181311b691a9e272428443a816c31fa8bb53ef73c4ed4ac5e 4.10_warty_ppc.tar.zst' > blake3.txt
b3sum --check blake3.txt
- algorithm: sha256
hex: d38a2c43b43b641051bdb79ec783c20055fb932e92748a67e0894266f0ef4b7f
cmt: |+
Usage:
# check sha256 hash
echo 'd38a2c43b43b641051bdb79ec783c20055fb932e92748a67e0894266f0ef4b7f 4.10_warty_ppc.tar.zst' > sha256.txt
sha256sum --check sha256.txt
mirror:
- name: github
url: https://github.com/2cd/ubuntu-museum/releases/download/4.10/4.10_warty_ppc.tar.zst
cmt: |+
Usage:
mkdir -p ./tmp/warty-ppc
cd tmp
curl -LO 'https://github.com/2cd/ubuntu-museum/releases/download/4.10/4.10_warty_ppc.tar.zst'
# run gnutar or bsdtar (libarchive-tools) as root (e.g., doas tar -xvf file.tar.zst)
tar -C warty-ppc -xf "4.10_warty_ppc.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 warty-ppc -E TERM=xterm -E LANG=$LANG