os:
- name: Ubuntu
codename: Saucy Salamander
series: saucy
version: '13.10'
docker:
oci-platforms:
- linux/386
- linux/amd64
- linux/arm/v7
- linux/arm64
- linux/ppc
cmt: |-
Usage:
docker run -it --rm ghcr.io/2cd/ubuntu:saucy
mirror:
- name: ghcr
repositories:
- ghcr.io/2cd/ubuntu:saucy
- ghcr.io/2cd/ubuntu:13.10
repo-digests:
- ghcr.io/2cd/ubuntu@sha256:dea45ce2e2fc2fb03682d01f60c75fb483eb1c20f51fb25671886965c5d1fa31
- name: reg
repositories:
- reg.tmoe.me:2096/ubuntu/13.10:latest
- reg.tmoe.me:2096/ubuntu/saucy:latest
repo-digests:
- reg.tmoe.me:2096/ubuntu/13.10@sha256:dea45ce2e2fc2fb03682d01f60c75fb483eb1c20f51fb25671886965c5d1fa31
- reg.tmoe.me:2096/ubuntu/saucy@sha256:dea45ce2e2fc2fb03682d01f60c75fb483eb1c20f51fb25671886965c5d1fa31
tag:
- name: saucy-arm64
arch: arm64
datetime:
build: 2024-02-21 12:14:05.89728087 +00:00:00
update: 2024-02-21 13:04:32.927655159 +00:00:00
docker:
platform: linux/arm64
repo-digests:
- ghcr.io/2cd/ubuntu@sha256:7f494f1639abe5ab4f92635d029dc9e987151419505663b4317ebf0e30bae617
- reg.tmoe.me:2096/ubuntu/13.10@sha256:7f494f1639abe5ab4f92635d029dc9e987151419505663b4317ebf0e30bae617
- reg.tmoe.me:2096/ubuntu/saucy@sha256:7f494f1639abe5ab4f92635d029dc9e987151419505663b4317ebf0e30bae617
mirror:
- name: ghcr
repositories:
- ghcr.io/2cd/ubuntu:saucy-arm64
- ghcr.io/2cd/ubuntu:13.10-arm64
- name: reg
repositories:
- reg.tmoe.me:2096/ubuntu/saucy:arm64
- reg.tmoe.me:2096/ubuntu/13.10:arm64
file:
name: 13.10_saucy_arm64.tar.zst
size:
bytes: 27017001
readable: 25.77 MiB
kib: 26383.79 KiB
tar-bytes: 110776320
tar-readable: 105.64 MiB
cmt: |+
Ideally:
zstd size => download size (i.e., Consumes 25.77 MiB of traffic)
tar size => uncompressed size (Actually, the extracted content is >= 105.64 MiB)
zstd + tar size ~= space occupation for initial installation
(i.e., Requires at least 131.41 MiB of disk storage space, but actually needs more)
modified-time: 2024-02-21 12:22:17.043050711 +00:00:00
zstd:
level: 18
long-distance: false
dict: false
digest:
- algorithm: blake3
hex: d618dc4e78495da03ba720196e0d35af0f5a66a6e4777007083f4dbc24270e7f
cmt: |+
Usage:
# run apt as root (i.e., +sudo/+doas)
apt install b3sum
# check blake3 hash
echo 'd618dc4e78495da03ba720196e0d35af0f5a66a6e4777007083f4dbc24270e7f 13.10_saucy_arm64.tar.zst' > blake3.txt
b3sum --check blake3.txt
- algorithm: sha256
hex: 8eac362fe3615713b10db9d2e01a557b49ebb6cd1a2fd7e830daf010471c4d3d
cmt: |+
Usage:
# check sha256 hash
echo '8eac362fe3615713b10db9d2e01a557b49ebb6cd1a2fd7e830daf010471c4d3d 13.10_saucy_arm64.tar.zst' > sha256.txt
sha256sum --check sha256.txt
mirror:
- name: github
url: https://github.com/2cd/ubuntu-museum/releases/download/13.10/13.10_saucy_arm64.tar.zst
cmt: |+
Usage:
mkdir -p ./tmp/saucy-arm64
cd tmp
curl -LO 'https://github.com/2cd/ubuntu-museum/releases/download/13.10/13.10_saucy_arm64.tar.zst'
# run gnutar or bsdtar (libarchive-tools) as root (e.g., doas tar -xvf file.tar.zst)
tar -C saucy-arm64 -xf "13.10_saucy_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 saucy-arm64 -E LANG=$LANG
- name: saucy-x64
arch: x64
datetime:
build: 2024-02-21 12:15:15.223472465 +00:00:00
update: 2024-02-21 13:04:32.956401872 +00:00:00
docker:
platform: linux/amd64
repo-digests:
- ghcr.io/2cd/ubuntu@sha256:5e5199d371a563d4175d4b9f2664f2ce9d10147f715508ee46175e9e556cc444
- reg.tmoe.me:2096/ubuntu/13.10@sha256:5e5199d371a563d4175d4b9f2664f2ce9d10147f715508ee46175e9e556cc444
- reg.tmoe.me:2096/ubuntu/saucy@sha256:5e5199d371a563d4175d4b9f2664f2ce9d10147f715508ee46175e9e556cc444
mirror:
- name: ghcr
repositories:
- ghcr.io/2cd/ubuntu:saucy-x64
- ghcr.io/2cd/ubuntu:13.10-x64
- name: reg
repositories:
- reg.tmoe.me:2096/ubuntu/saucy:x64
- reg.tmoe.me:2096/ubuntu/13.10:x64
file:
name: 13.10_saucy_x64.tar.zst
size:
bytes: 29046758
readable: 27.7 MiB
kib: 28365.98 KiB
tar-bytes: 117770240
tar-readable: 112.31 MiB
cmt: |+
Ideally:
zstd size => download size (i.e., Consumes 27.7 MiB of traffic)
tar size => uncompressed size (Actually, the extracted content is >= 112.31 MiB)
zstd + tar size ~= space occupation for initial installation
(i.e., Requires at least 140.02 MiB of disk storage space, but actually needs more)
modified-time: 2024-02-21 12:18:38.315812402 +00:00:00
zstd:
level: 18
long-distance: false
dict: false
digest:
- algorithm: blake3
hex: 4f29f39e542dd0b2a0548ab248a033be77485107839d8660ec7be8594f103fff
cmt: |+
Usage:
# run apt as root (i.e., +sudo/+doas)
apt install b3sum
# check blake3 hash
echo '4f29f39e542dd0b2a0548ab248a033be77485107839d8660ec7be8594f103fff 13.10_saucy_x64.tar.zst' > blake3.txt
b3sum --check blake3.txt
- algorithm: sha256
hex: 793278d021429dd8754576bb9ea59e10689d2a2f93a6a6f1a46620709309eb68
cmt: |+
Usage:
# check sha256 hash
echo '793278d021429dd8754576bb9ea59e10689d2a2f93a6a6f1a46620709309eb68 13.10_saucy_x64.tar.zst' > sha256.txt
sha256sum --check sha256.txt
mirror:
- name: github
url: https://github.com/2cd/ubuntu-museum/releases/download/13.10/13.10_saucy_x64.tar.zst
cmt: |+
Usage:
mkdir -p ./tmp/saucy-x64
cd tmp
curl -LO 'https://github.com/2cd/ubuntu-museum/releases/download/13.10/13.10_saucy_x64.tar.zst'
# run gnutar or bsdtar (libarchive-tools) as root (e.g., doas tar -xvf file.tar.zst)
tar -C saucy-x64 -xf "13.10_saucy_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 saucy-x64 -E LANG=$LANG
- name: saucy-armv7a
arch: armv7a
datetime:
build: 2024-02-21 12:14:10.596555863 +00:00:00
update: 2024-02-21 13:04:32.982989929 +00:00:00
docker:
platform: linux/arm/v7
repo-digests:
- ghcr.io/2cd/ubuntu@sha256:886d6da6954fd28b12e6bf18937e078eba6a5126989f948b22e4196a1bd44119
- reg.tmoe.me:2096/ubuntu/13.10@sha256:886d6da6954fd28b12e6bf18937e078eba6a5126989f948b22e4196a1bd44119
- reg.tmoe.me:2096/ubuntu/saucy@sha256:886d6da6954fd28b12e6bf18937e078eba6a5126989f948b22e4196a1bd44119
mirror:
- name: ghcr
repositories:
- ghcr.io/2cd/ubuntu:saucy-armv7a
- ghcr.io/2cd/ubuntu:13.10-armv7a
- name: reg
repositories:
- reg.tmoe.me:2096/ubuntu/saucy:armv7a
- reg.tmoe.me:2096/ubuntu/13.10:armv7a
file:
name: 13.10_saucy_armv7a.tar.zst
size:
bytes: 27215516
readable: 25.95 MiB
kib: 26577.65 KiB
tar-bytes: 99901440
tar-readable: 95.27 MiB
cmt: |+
Ideally:
zstd size => download size (i.e., Consumes 25.95 MiB of traffic)
tar size => uncompressed size (Actually, the extracted content is >= 95.27 MiB)
zstd + tar size ~= space occupation for initial installation
(i.e., Requires at least 121.23 MiB of disk storage space, but actually needs more)
modified-time: 2024-02-21 12:21:32.296800364 +00:00:00
zstd:
level: 18
long-distance: false
dict: false
digest:
- algorithm: blake3
hex: c2af2661e66307f847d84467e08ffbccc8cc3ae9b470f5c065aea9a178393d3b
cmt: |+
Usage:
# run apt as root (i.e., +sudo/+doas)
apt install b3sum
# check blake3 hash
echo 'c2af2661e66307f847d84467e08ffbccc8cc3ae9b470f5c065aea9a178393d3b 13.10_saucy_armv7a.tar.zst' > blake3.txt
b3sum --check blake3.txt
- algorithm: sha256
hex: 8caccbe30ee13f1f93225e583e9caa2f03250220421d566e0e3eff7c4099f94d
cmt: |+
Usage:
# check sha256 hash
echo '8caccbe30ee13f1f93225e583e9caa2f03250220421d566e0e3eff7c4099f94d 13.10_saucy_armv7a.tar.zst' > sha256.txt
sha256sum --check sha256.txt
mirror:
- name: github
url: https://github.com/2cd/ubuntu-museum/releases/download/13.10/13.10_saucy_armv7a.tar.zst
cmt: |+
Usage:
mkdir -p ./tmp/saucy-armv7a
cd tmp
curl -LO 'https://github.com/2cd/ubuntu-museum/releases/download/13.10/13.10_saucy_armv7a.tar.zst'
# run gnutar or bsdtar (libarchive-tools) as root (e.g., doas tar -xvf file.tar.zst)
tar -C saucy-armv7a -xf "13.10_saucy_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 saucy-armv7a -E LANG=$LANG
- name: saucy-x86
arch: x86
datetime:
build: 2024-02-21 12:14:04.137438514 +00:00:00
update: 2024-02-21 13:04:33.011165417 +00:00:00
docker:
platform: linux/386
repo-digests:
- ghcr.io/2cd/ubuntu@sha256:f78d91099b5f22b279fa78cd17c7c0713902051489d7fa517140b50899f4f8b0
- reg.tmoe.me:2096/ubuntu/13.10@sha256:f78d91099b5f22b279fa78cd17c7c0713902051489d7fa517140b50899f4f8b0
- reg.tmoe.me:2096/ubuntu/saucy@sha256:f78d91099b5f22b279fa78cd17c7c0713902051489d7fa517140b50899f4f8b0
mirror:
- name: ghcr
repositories:
- ghcr.io/2cd/ubuntu:saucy-x86
- ghcr.io/2cd/ubuntu:13.10-x86
- name: reg
repositories:
- reg.tmoe.me:2096/ubuntu/saucy:x86
- reg.tmoe.me:2096/ubuntu/13.10:x86
file:
name: 13.10_saucy_x86.tar.zst
size:
bytes: 28434014
readable: 27.12 MiB
kib: 27767.59 KiB
tar-bytes: 114595840
tar-readable: 109.29 MiB
cmt: |+
Ideally:
zstd size => download size (i.e., Consumes 27.12 MiB of traffic)
tar size => uncompressed size (Actually, the extracted content is >= 109.29 MiB)
zstd + tar size ~= space occupation for initial installation
(i.e., Requires at least 136.4 MiB of disk storage space, but actually needs more)
modified-time: 2024-02-21 12:17:49.512141836 +00:00:00
zstd:
level: 18
long-distance: false
dict: false
digest:
- algorithm: blake3
hex: 0520489124ce614b1550595bb04479ae6ba766b7ded1be9e025866d830a5f119
cmt: |+
Usage:
# run apt as root (i.e., +sudo/+doas)
apt install b3sum
# check blake3 hash
echo '0520489124ce614b1550595bb04479ae6ba766b7ded1be9e025866d830a5f119 13.10_saucy_x86.tar.zst' > blake3.txt
b3sum --check blake3.txt
- algorithm: sha256
hex: 55a9d76f0812844d39c4d8e6979f2ef66ee511cdc6be5a77fd9fb7160847d5f9
cmt: |+
Usage:
# check sha256 hash
echo '55a9d76f0812844d39c4d8e6979f2ef66ee511cdc6be5a77fd9fb7160847d5f9 13.10_saucy_x86.tar.zst' > sha256.txt
sha256sum --check sha256.txt
mirror:
- name: github
url: https://github.com/2cd/ubuntu-museum/releases/download/13.10/13.10_saucy_x86.tar.zst
cmt: |+
Usage:
mkdir -p ./tmp/saucy-x86
cd tmp
curl -LO 'https://github.com/2cd/ubuntu-museum/releases/download/13.10/13.10_saucy_x86.tar.zst'
# run gnutar or bsdtar (libarchive-tools) as root (e.g., doas tar -xvf file.tar.zst)
tar -C saucy-x86 -xf "13.10_saucy_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 saucy-x86 -E LANG=$LANG
- name: saucy-ppc
arch: ppc
datetime:
build: 2024-02-21 12:14:01.709725243 +00:00:00
update: 2024-02-21 13:04:33.038782584 +00:00:00
docker:
platform: linux/ppc
repo-digests:
- ghcr.io/2cd/ubuntu@sha256:0761c3b7a0325c8c97b22cd2b092faf224a6d5692e14aa573803b9c647e28344
- reg.tmoe.me:2096/ubuntu/13.10@sha256:0761c3b7a0325c8c97b22cd2b092faf224a6d5692e14aa573803b9c647e28344
- reg.tmoe.me:2096/ubuntu/saucy@sha256:0761c3b7a0325c8c97b22cd2b092faf224a6d5692e14aa573803b9c647e28344
mirror:
- name: ghcr
repositories:
- ghcr.io/2cd/ubuntu:saucy-ppc
- ghcr.io/2cd/ubuntu:13.10-ppc
- name: reg
repositories:
- reg.tmoe.me:2096/ubuntu/saucy:ppc
- reg.tmoe.me:2096/ubuntu/13.10:ppc
file:
name: 13.10_saucy_ppc.tar.zst
size:
bytes: 27735380
readable: 26.45 MiB
kib: 27085.33 KiB
tar-bytes: 116172800
tar-readable: 110.79 MiB
cmt: |+
Ideally:
zstd size => download size (i.e., Consumes 26.45 MiB of traffic)
tar size => uncompressed size (Actually, the extracted content is >= 110.79 MiB)
zstd + tar size ~= space occupation for initial installation
(i.e., Requires at least 137.24 MiB of disk storage space, but actually needs more)
modified-time: 2024-02-21 12:21:43.032769948 +00:00:00
zstd:
level: 18
long-distance: false
dict: false
digest:
- algorithm: blake3
hex: 9716bc07a364c51d3ee5fd2fed336a4ed681d3ec118bdfd950b1c929afe85620
cmt: |+
Usage:
# run apt as root (i.e., +sudo/+doas)
apt install b3sum
# check blake3 hash
echo '9716bc07a364c51d3ee5fd2fed336a4ed681d3ec118bdfd950b1c929afe85620 13.10_saucy_ppc.tar.zst' > blake3.txt
b3sum --check blake3.txt
- algorithm: sha256
hex: b75b5f9e8367a031049fac5e2829f85e4fb1bef5474c9426797f300c1c700cbc
cmt: |+
Usage:
# check sha256 hash
echo 'b75b5f9e8367a031049fac5e2829f85e4fb1bef5474c9426797f300c1c700cbc 13.10_saucy_ppc.tar.zst' > sha256.txt
sha256sum --check sha256.txt
mirror:
- name: github
url: https://github.com/2cd/ubuntu-museum/releases/download/13.10/13.10_saucy_ppc.tar.zst
cmt: |+
Usage:
mkdir -p ./tmp/saucy-ppc
cd tmp
curl -LO 'https://github.com/2cd/ubuntu-museum/releases/download/13.10/13.10_saucy_ppc.tar.zst'
# run gnutar or bsdtar (libarchive-tools) as root (e.g., doas tar -xvf file.tar.zst)
tar -C saucy-ppc -xf "13.10_saucy_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 saucy-ppc -E LANG=$LANG