Skip to content

Releases: 2cd/ubuntu-museum

24.10 Oracular Oriole (2024-07-01)

30 Apr 10:34
c3dd740
Compare
Choose a tag to compare
os:
- name: Ubuntu
  codename: Oracular Oriole
  series: oracular
  version: '24.10'
  docker:
    oci-platforms:
    - linux/386
    - linux/amd64
    - linux/arm64
    - linux/ppc64le
    - linux/riscv64
    - linux/s390x
    cmt: |-
      Usage:
          docker run --pull=always -it --rm ghcr.io/2cd/ubuntu:oracular
    mirror:
    - name: ghcr
      repositories:
      - ghcr.io/2cd/ubuntu:oracular
      - ghcr.io/2cd/ubuntu:24.10
      repo-digests:
      - ghcr.io/2cd/ubuntu@sha256:2b630271745416851c73f08fa8f36339a62c23281c41a8a9cfd13e699ad2e764
    - 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:2b630271745416851c73f08fa8f36339a62c23281c41a8a9cfd13e699ad2e764
      - reg.tmoe.me:2096/ubuntu/oracular@sha256:2b630271745416851c73f08fa8f36339a62c23281c41a8a9cfd13e699ad2e764
  tag:
  - name: oracular-x64
    arch: x64
    datetime:
      build: 2024-07-01 10:40:26.528136768 +00:00:00
      update: 2024-07-01 10:50:40.013901646 +00:00:00
    docker:
      platform: linux/amd64
      repo-digests:
      - ghcr.io/2cd/ubuntu@sha256:51e257dd84bc20c98bcab61d7866866e3e1395456287b504372fd5acb052af08
      - reg.tmoe.me:2096/ubuntu/24.10@sha256:51e257dd84bc20c98bcab61d7866866e3e1395456287b504372fd5acb052af08
      - reg.tmoe.me:2096/ubuntu/oracular@sha256:51e257dd84bc20c98bcab61d7866866e3e1395456287b504372fd5acb052af08
      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: 28358556
        readable: 27.04 MiB
        kib: 27693.9 KiB
        tar-bytes: 105185280
        tar-readable: 100.31 MiB
        cmt: |+
          Ideally:
              zstd size => download size (i.e., Consumes 27.04 MiB of traffic)
              tar size => uncompressed size (Actually, the extracted content is >= 100.31 MiB)
              zstd + tar size ~= space occupation for initial installation
                  (i.e., Requires at least 127.36 MiB of disk storage space, but actually needs more)

      modified-time: 2024-07-01 10:40:46.336691625 +00:00:00
      zstd:
        level: 18
        long: 27
      digest:
      - algorithm: blake3
        hex: 41e1dd3a727f733ffdbf15e170c3f18a994f17f185946f45243e5c51e31c4004
        cmt: |+
          Usage:
              # run apt as root (i.e., +sudo/+doas)
              apt install b3sum

              # check blake3 hash
              echo '41e1dd3a727f733ffdbf15e170c3f18a994f17f185946f45243e5c51e31c4004  24.10_oracular_x64.tar.zst' > blake3.txt
              b3sum --check blake3.txt

      - algorithm: sha256
        hex: 9bbc7deb8835adfe89b71b843bc8746305384db8afcadc5a94d9ea6f375b02b3
        cmt: |+
          Usage:
              # check sha256 hash
              echo '9bbc7deb8835adfe89b71b843bc8746305384db8afcadc5a94d9ea6f375b02b3  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: 2024-07-01 10:38:40.020850448 +00:00:00
      update: 2024-07-01 10:50:40.038532821 +00:00:00
    docker:
      platform: linux/arm64
      repo-digests:
      - ghcr.io/2cd/ubuntu@sha256:f9fc8c952d91dd58207dbef4d3f33514fb327956b021573a5daf919bb96e85b3
      - reg.tmoe.me:2096/ubuntu/24.10@sha256:f9fc8c952d91dd58207dbef4d3f33514fb327956b021573a5daf919bb96e85b3
      - reg.tmoe.me:2096/ubuntu/oracular@sha256:f9fc8c952d91dd58207dbef4d3f33514fb327956b021573a5daf919bb96e85b3
      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: 27172977
        readable: 25.91 MiB
        kib: 26536.11 KiB
        tar-bytes: 127068160
        tar-readable: 121.18 MiB
        cmt: |+
          Ideally:
              zstd size => download size (i.e., Consumes 25.91 MiB of traffic)
              tar size => uncompressed size (Actually, the extracted content is >= 121.18 MiB)
              zstd + tar size ~= space occupation for initial installation
                  (i.e., Requires at least 147.1 MiB of disk storage space, but actually needs more)

      modified-time: 2024-07-01 10:45:43.76897799 +00:00:00
      zstd:
        level: 18
        long: 27
      digest:
      - algorithm: blake3
        hex: 6b4d21652cbec117a023b7987f58f861b6f71eb843e1fbe81878ca86c30c5c79
        cmt: |+
          Usage:
              # run apt as root (i.e., +sudo/+doas)
              apt install b3sum

              # check blake3 hash
              echo '6b4d21652cbec117a023b7987f58f861b6f71eb843e1fbe81878ca86c30c5c79  24.10_oracular_arm64.tar.zst' > blake3.txt
              b3sum --check blake3.txt

      - algorithm: sha256
        hex: eab5d1046546cd4005146eaf144c7862b712e8f231274534702a037ec6679aea
        cmt: |+
          Usage:
              # check sha256 hash
              echo 'eab5d1046546cd4005146eaf144c7862b712e8f231274534702a037ec6679aea  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-x86
    arch: x86
    datetime:
      build: 2024-07-01 10:38:39.295430234 +00:00:00
      update: 2024-07-01 10:50:40.065344068 +00:00:00
    docker:
      platform: linux/386
      repo-digests:
      - ghcr.io/2cd/ubuntu@sha256:9592677e2550db8f5fc2145fb430fc7649b1a4046a3dd9454a9cfd6cdb8c45c4
      - reg.tmoe.me:2096/ubuntu/24.10@sha256:9592677e2550db8f5fc2145fb430fc7649b1a4046a3dd9454a9cfd6cdb8c45c4
      - reg.tmoe.me:2096/ubuntu/oracular@sha256:9592677e2550db8f5fc2145fb430fc7649b1a4046a3dd9454a9cfd6cdb8c45c4
      mirror:
      - name: ghcr
        repositories:
        - ghcr.io/2cd/ubuntu:oracular-x86
        - ghcr.io/2cd/ubuntu:24.10-x86
      - name: reg
        repositories:
        - reg.tmoe.me:2096/ubuntu/oracular:x86
        - reg.tmoe.me:2096/ubuntu/24.10:x86
    file:
      name: 24.10_oracular_x86.tar.zst
      size:
        bytes: 29497286
        readable: 28.13 MiB
        kib: 28805.94 KiB
        tar-bytes: 109434880
        tar-readable: 104.37 MiB
        cmt: |+
          Ideally:
              zstd size => download size (i.e., Consumes 28.13 MiB of traffic)
              tar size => uncompressed size (Actually, the extracted content is >= 104.37 MiB)
              zstd + tar size ~= space occupation for initial installation
                  (i.e., Requires at least 132.5 MiB of disk storage space, but actually needs more)

      modified-time: 2024-07-01 10:39:44.950827575 +00:00:00
      zstd:
        level: 18
        long: 27
      digest:
      - algorithm: blake3
        hex: 9b3b66f43273348a218bf2d4ed320b16f2b3b5c4fb7f714b29adb51c67d0247e
        cmt: |+
          Usage:
              # run apt as root (i.e., +sudo/+doas)
              apt install b3sum

              # check blake3 hash
              echo '9b3b66f43273348a218bf2d4ed320b16f2b3b5c4fb7f714b29adb51c67d0247e  24.10_oracular_x86.tar.zst' > blake3.txt
              b3sum --check blake3.txt

      - algorithm: sha256
        hex: 7c98600bbac113d310b127da778a71e94c836d04753634cd0a1683566e5837dd
        cmt: |+
          Usage:
              # check sha256 hash
              echo '7c98600bbac113d310b127da778a71e94c836d04753634cd0a1683566e5837dd  24.10_oracular_x86.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_x86.tar.zst
        cmt: |+
          Usage:
              mkdir -p ./tmp/oracular-x86
              cd tmp
              curl -LO 'https://github.com/2cd/ubuntu-museum/releases/download/24.10/24.10_oracular_x86.tar.zst'

              # run gnutar or bsdtar (libarchive-tools) as root (e.g., doas tar -xvf file.tar.zst)
              tar -C oracular-x86 -xf "24.10_oracular_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)
              sy...
Read more

24.04 Noble Numbat (2024-04-25)

21 Feb 13:47
d8d8095
Compare
Choose a tag to compare
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:24.04
    mirror:
    - name: ghcr
      repositories:
      - ghcr.io/2cd/ubuntu:24.04
      - ghcr.io/2cd/ubuntu:noble
      repo-digests:
      - ghcr.io/2cd/ubuntu@sha256:08125b76412a88a48d5ad5c888bd21d5e98ec488b995b91164f9a1c2259da422
    - 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:08125b76412a88a48d5ad5c888bd21d5e98ec488b995b91164f9a1c2259da422
      - reg.tmoe.me:2096/ubuntu/noble@sha256:08125b76412a88a48d5ad5c888bd21d5e98ec488b995b91164f9a1c2259da422
  tag:
  - name: noble-x64
    arch: x64
    datetime:
      build: 2024-07-01 04:33:50.246252345 +00:00:00
      update: 2024-07-01 04:44:24.600277427 +00:00:00
    docker:
      platform: linux/amd64
      repo-digests:
      - ghcr.io/2cd/ubuntu@sha256:f612fad11048ff9de7e75a79c35e6a2d4eef4a0bac7e9952226a6fc33036b668
      - reg.tmoe.me:2096/ubuntu/24.04@sha256:f612fad11048ff9de7e75a79c35e6a2d4eef4a0bac7e9952226a6fc33036b668
      - reg.tmoe.me:2096/ubuntu/noble@sha256:f612fad11048ff9de7e75a79c35e6a2d4eef4a0bac7e9952226a6fc33036b668
      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: 28230161
        readable: 26.92 MiB
        kib: 27568.52 KiB
        tar-bytes: 104949760
        tar-readable: 100.09 MiB
        cmt: |+
          Ideally:
              zstd size => download size (i.e., Consumes 26.92 MiB of traffic)
              tar size => uncompressed size (Actually, the extracted content is >= 100.09 MiB)
              zstd + tar size ~= space occupation for initial installation
                  (i.e., Requires at least 127.01 MiB of disk storage space, but actually needs more)

      modified-time: 2024-07-01 04:34:07.531637392 +00:00:00
      zstd:
        level: 18
        long: 27
      digest:
      - algorithm: blake3
        hex: 38cc9a8f519fe3356218027297c8ba8fef3c62d4bafc6f99e28c5ad32a37fac0
        cmt: |+
          Usage:
              # run apt as root (i.e., +sudo/+doas)
              apt install b3sum

              # check blake3 hash
              echo '38cc9a8f519fe3356218027297c8ba8fef3c62d4bafc6f99e28c5ad32a37fac0  24.04_noble_x64.tar.zst' > blake3.txt
              b3sum --check blake3.txt

      - algorithm: sha256
        hex: 405c1760f01fc5be6d4dbb79b233f01db0cd45e46fb6fdca7a8bb5e3e6180884
        cmt: |+
          Usage:
              # check sha256 hash
              echo '405c1760f01fc5be6d4dbb79b233f01db0cd45e46fb6fdca7a8bb5e3e6180884  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: 2024-07-01 04:32:28.305757263 +00:00:00
      update: 2024-07-01 04:44:24.625016735 +00:00:00
    docker:
      platform: linux/arm64
      repo-digests:
      - ghcr.io/2cd/ubuntu@sha256:15892665409a94858b755cefd3545fcbeb7a2f86105af18aaf9b08fff5c65789
      - reg.tmoe.me:2096/ubuntu/24.04@sha256:15892665409a94858b755cefd3545fcbeb7a2f86105af18aaf9b08fff5c65789
      - reg.tmoe.me:2096/ubuntu/noble@sha256:15892665409a94858b755cefd3545fcbeb7a2f86105af18aaf9b08fff5c65789
      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: 27063045
        readable: 25.81 MiB
        kib: 26428.76 KiB
        tar-bytes: 126801920
        tar-readable: 120.93 MiB
        cmt: |+
          Ideally:
              zstd size => download size (i.e., Consumes 25.81 MiB of traffic)
              tar size => uncompressed size (Actually, the extracted content is >= 120.93 MiB)
              zstd + tar size ~= space occupation for initial installation
                  (i.e., Requires at least 146.74 MiB of disk storage space, but actually needs more)

      modified-time: 2024-07-01 04:40:27.446097812 +00:00:00
      zstd:
        level: 18
        long: 27
      digest:
      - algorithm: blake3
        hex: c978a2f13e66649505f7b4adf73055d7f52248de4e977c690efdfcb86bb840c8
        cmt: |+
          Usage:
              # run apt as root (i.e., +sudo/+doas)
              apt install b3sum

              # check blake3 hash
              echo 'c978a2f13e66649505f7b4adf73055d7f52248de4e977c690efdfcb86bb840c8  24.04_noble_arm64.tar.zst' > blake3.txt
              b3sum --check blake3.txt

      - algorithm: sha256
        hex: 6cedacb280ade9141f85706e5e1e865d4d374b42fe50153d43eff3cf4248ab73
        cmt: |+
          Usage:
              # check sha256 hash
              echo '6cedacb280ade9141f85706e5e1e865d4d374b42fe50153d43eff3cf4248ab73  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: 2024-07-01 04:33:13.582356191 +00:00:00
      update: 2024-07-01 04:44:24.649072717 +00:00:00
    docker:
      platform: linux/arm/v7
      repo-digests:
      - ghcr.io/2cd/ubuntu@sha256:60b79ea743cf02b334962c2fbac4bb36dac12fcd0eba0030d09210c429effdff
      - reg.tmoe.me:2096/ubuntu/24.04@sha256:60b79ea743cf02b334962c2fbac4bb36dac12fcd0eba0030d09210c429effdff
      - reg.tmoe.me:2096/ubuntu/noble@sha256:60b79ea743cf02b334962c2fbac4bb36dac12fcd0eba0030d09210c429effdff
      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: 26211067
        readable: 25 MiB
        kib: 25596.75 KiB
        tar-bytes: 81633280
        tar-readable: 77.85 MiB
        cmt: |+
          Ideally:
              zstd size => download size (i.e., Consumes 25 MiB of traffic)
              tar size => uncompressed size (Actually, the extracted content is >= 77.85 MiB)
              zstd + tar size ~= space occupation for initial installation
                  (i.e., Requires at least 102.85 MiB of disk storage space, but actually needs more)

      modified-time: 2024-07-01 04:36:21.382903808 +00:00:00
      zstd:
        level: 18
        long: 27
      digest:
      - algorithm: blake3
        hex: 855eae803b39becf03a157179fa683961ec127cf322beffd0beb94394c2f558d
        cmt: |+
          Usage:
              # run apt as root (i.e., +sudo/+doas)
              apt install b3sum

              # check blake3 hash
              echo '855eae803b39becf03a157179fa683961ec127cf322beffd0beb94394c2f558d  24.04_noble_armv7a.tar.zst' > blake3.txt
              b3sum --check blake3.txt

      - algorithm: sha256
        hex: e9e13b631d036a453c0b3451b2ffb1f2ebcd118798e3454c92ee0abae24266f1
        cmt: |+
          Usage:
              # check sha256 hash
              echo 'e9e13b631d036a453c0b3451b2ffb1f2ebcd118798e3454c92ee0abae24266f1  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:...
Read more

23.10 Mantic Minotaur (2023-10-12)

21 Feb 13:34
d8d8095
Compare
Choose a tag to compare
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...
Read more

23.04 Lunar Lobster (2023-04-20)

21 Feb 13:01
d8d8095
Compare
Choose a tag to compare
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)
   ...
Read more

22.10 Kinetic Kudu (2022-10-20)

21 Feb 13:07
d8d8095
Compare
Choose a tag to compare
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...
Read more

22.04 Jammy Jellyfish (2022-04-21)

21 Feb 13:42
d8d8095
Compare
Choose a tag to compare
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...
Read more

21.10 Impish Indri (2021-10-14)

21 Feb 13:02
d8d8095
Compare
Choose a tag to compare
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...
Read more

21.04 Hirsute Hippo (2021-04-22)

21 Feb 13:28
d8d8095
Compare
Choose a tag to compare
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...
Read more

20.10 Groovy Gorilla (2020-10-22)

21 Feb 13:16
d8d8095
Compare
Choose a tag to compare
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...
Read more

20.04 Focal Fossa (2020-04-23)

21 Feb 13:45
d8d8095
Compare
Choose a tag to compare
os:
- name: Ubuntu
  codename: Focal Fossa
  series: focal
  version: '20.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:focal
    mirror:
    - name: ghcr
      repositories:
      - ghcr.io/2cd/ubuntu:focal
      - ghcr.io/2cd/ubuntu:20.04
      repo-digests:
      - ghcr.io/2cd/ubuntu@sha256:c06c973270442dca00f95a6384df18af53eb2f3975b789b6ef2cc7bb09a4118c
    - name: reg
      repositories:
      - reg.tmoe.me:2096/ubuntu/focal:latest
      - reg.tmoe.me:2096/ubuntu/20.04:latest
      repo-digests:
      - reg.tmoe.me:2096/ubuntu/20.04@sha256:c06c973270442dca00f95a6384df18af53eb2f3975b789b6ef2cc7bb09a4118c
      - reg.tmoe.me:2096/ubuntu/focal@sha256:c06c973270442dca00f95a6384df18af53eb2f3975b789b6ef2cc7bb09a4118c
  tag:
  - name: focal-x64
    arch: x64
    datetime:
      build: 2024-02-21 13:09:24.244922041 +00:00:00
      update: 2024-02-21 13:45:22.014582324 +00:00:00
    docker:
      platform: linux/amd64
      repo-digests:
      - ghcr.io/2cd/ubuntu@sha256:936a570f57e07f4a365f9f0344bae0ae447fd004be406cc751552d54115060ff
      - reg.tmoe.me:2096/ubuntu/20.04@sha256:936a570f57e07f4a365f9f0344bae0ae447fd004be406cc751552d54115060ff
      - reg.tmoe.me:2096/ubuntu/focal@sha256:936a570f57e07f4a365f9f0344bae0ae447fd004be406cc751552d54115060ff
      mirror:
      - name: ghcr
        repositories:
        - ghcr.io/2cd/ubuntu:focal-x64
        - ghcr.io/2cd/ubuntu:20.04-x64
      - name: reg
        repositories:
        - reg.tmoe.me:2096/ubuntu/focal:x64
        - reg.tmoe.me:2096/ubuntu/20.04:x64
    file:
      name: 20.04_focal_x64.tar.zst
      size:
        bytes: 26573151
        readable: 25.34 MiB
        kib: 25950.35 KiB
        tar-bytes: 100403200
        tar-readable: 95.75 MiB
        cmt: |+
          Ideally:
              zstd size => download size (i.e., Consumes 25.34 MiB of traffic)
              tar size => uncompressed size (Actually, the extracted content is >= 95.75 MiB)
              zstd + tar size ~= space occupation for initial installation
                  (i.e., Requires at least 121.09 MiB of disk storage space, but actually needs more)

      modified-time: 2024-02-21 13:10:57.297157932 +00:00:00
      zstd:
        level: 18
        long-distance: false
        dict: false
      digest:
      - algorithm: blake3
        hex: 09e1207a9a6a95d71283de7ff655a5414d0daccd9bc762589935e236f2536853
        cmt: |+
          Usage:
              # run apt as root (i.e., +sudo/+doas)
              apt install b3sum

              # check blake3 hash
              echo '09e1207a9a6a95d71283de7ff655a5414d0daccd9bc762589935e236f2536853  20.04_focal_x64.tar.zst' > blake3.txt
              b3sum --check blake3.txt

      - algorithm: sha256
        hex: b9eb8aa048566060e08aeea82e5a659c002351dd2e2646d256191c938e816b88
        cmt: |+
          Usage:
              # check sha256 hash
              echo 'b9eb8aa048566060e08aeea82e5a659c002351dd2e2646d256191c938e816b88  20.04_focal_x64.tar.zst' > sha256.txt
              sha256sum --check sha256.txt

      mirror:
      - name: github
        url: https://github.com/2cd/ubuntu-museum/releases/download/20.04/20.04_focal_x64.tar.zst
        cmt: |+
          Usage:
              mkdir -p ./tmp/focal-x64
              cd tmp
              curl -LO 'https://github.com/2cd/ubuntu-museum/releases/download/20.04/20.04_focal_x64.tar.zst'

              # run gnutar or bsdtar (libarchive-tools) as root (e.g., doas tar -xvf file.tar.zst)
              tar -C focal-x64 -xf "20.04_focal_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 focal-x64 -E LANG=$LANG

  - name: focal-arm64
    arch: arm64
    datetime:
      build: 2024-02-21 13:09:22.416439015 +00:00:00
      update: 2024-02-21 13:45:22.039812814 +00:00:00
    docker:
      platform: linux/arm64
      repo-digests:
      - ghcr.io/2cd/ubuntu@sha256:00e9b839dea282d6a0e91333fbbef9e75cff8cc8cc3be19a2706b5123b23102d
      - reg.tmoe.me:2096/ubuntu/20.04@sha256:00e9b839dea282d6a0e91333fbbef9e75cff8cc8cc3be19a2706b5123b23102d
      - reg.tmoe.me:2096/ubuntu/focal@sha256:00e9b839dea282d6a0e91333fbbef9e75cff8cc8cc3be19a2706b5123b23102d
      mirror:
      - name: ghcr
        repositories:
        - ghcr.io/2cd/ubuntu:focal-arm64
        - ghcr.io/2cd/ubuntu:20.04-arm64
      - name: reg
        repositories:
        - reg.tmoe.me:2096/ubuntu/focal:arm64
        - reg.tmoe.me:2096/ubuntu/20.04:arm64
    file:
      name: 20.04_focal_arm64.tar.zst
      size:
        bytes: 25443261
        readable: 24.26 MiB
        kib: 24846.93 KiB
        tar-bytes: 92897280
        tar-readable: 88.59 MiB
        cmt: |+
          Ideally:
              zstd size => download size (i.e., Consumes 24.26 MiB of traffic)
              tar size => uncompressed size (Actually, the extracted content is >= 88.59 MiB)
              zstd + tar size ~= space occupation for initial installation
                  (i.e., Requires at least 112.86 MiB of disk storage space, but actually needs more)

      modified-time: 2024-02-21 13:14:36.924508918 +00:00:00
      zstd:
        level: 18
        long-distance: false
        dict: false
      digest:
      - algorithm: blake3
        hex: ce613862f56458c522c6719fd19c74ab3a14f0e42bcdc0f2b6ac16dafbae1627
        cmt: |+
          Usage:
              # run apt as root (i.e., +sudo/+doas)
              apt install b3sum

              # check blake3 hash
              echo 'ce613862f56458c522c6719fd19c74ab3a14f0e42bcdc0f2b6ac16dafbae1627  20.04_focal_arm64.tar.zst' > blake3.txt
              b3sum --check blake3.txt

      - algorithm: sha256
        hex: 648451248dedfadf2095b460b1a83e7cc396c73474da4bba4d9d13a78cdabbb9
        cmt: |+
          Usage:
              # check sha256 hash
              echo '648451248dedfadf2095b460b1a83e7cc396c73474da4bba4d9d13a78cdabbb9  20.04_focal_arm64.tar.zst' > sha256.txt
              sha256sum --check sha256.txt

      mirror:
      - name: github
        url: https://github.com/2cd/ubuntu-museum/releases/download/20.04/20.04_focal_arm64.tar.zst
        cmt: |+
          Usage:
              mkdir -p ./tmp/focal-arm64
              cd tmp
              curl -LO 'https://github.com/2cd/ubuntu-museum/releases/download/20.04/20.04_focal_arm64.tar.zst'

              # run gnutar or bsdtar (libarchive-tools) as root (e.g., doas tar -xvf file.tar.zst)
              tar -C focal-arm64 -xf "20.04_focal_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 focal-arm64 -E LANG=$LANG

  - name: focal-armv7a
    arch: armv7a
    datetime:
      build: 2024-02-21 13:09:24.700095111 +00:00:00
      update: 2024-02-21 13:45:22.063900782 +00:00:00
    docker:
      platform: linux/arm/v7
      repo-digests:
      - ghcr.io/2cd/ubuntu@sha256:2de165cdddb06d5db61709714995046d4568b454198ab0c23ef587d6bd2ed4b6
      - reg.tmoe.me:2096/ubuntu/20.04@sha256:2de165cdddb06d5db61709714995046d4568b454198ab0c23ef587d6bd2ed4b6
      - reg.tmoe.me:2096/ubuntu/focal@sha256:2de165cdddb06d5db61709714995046d4568b454198ab0c23ef587d6bd2ed4b6
      mirror:
      - name: ghcr
        repositories:
        - ghcr.io/2cd/ubuntu:focal-armv7a
        - ghcr.io/2cd/ubuntu:20.04-armv7a
      - name: reg
        repositories:
        - reg.tmoe.me:2096/ubuntu/focal:armv7a
        - reg.tmoe.me:2096/ubuntu/20.04:armv7a
    file:
      name: 20.04_focal_armv7a.tar.zst
      size:
        bytes: 24601115
        readable: 23.46 MiB
        kib: 24024.53 KiB
        tar-bytes: 76226560
        tar-readable: 72.7 MiB
        cmt: |+
          Ideally:
              zstd size => download size (i.e., Consumes 23.46 MiB of traffic)
              tar size => uncompressed size (Actually, the extracted content is >= 72.7 MiB)
              zstd + tar size ~= space occupation for initial installation
                  (i.e., Requires at least 96.16 MiB of disk storage space, but actually needs more)

      modified-time: 2024-02-21 13:14:59.969630261 +00:00:00
      zstd:
        level: 18
        long-distance: false
        dict: false
      digest:
      - algorithm: blake3
        hex: 09152405c1268af5365a32bcdca624e186c9290db35b140a89079a537bd0be03
        cmt: |+
          Usage:
              # run apt as root (i.e., +sudo/+doas)
              apt install b3sum

              # check blake3 hash
              echo '09152405c1268af5365a32bcdca624e186c9290db35b140a89079a537bd0be03  20.04_focal_armv7a.tar.zst' > blake3.txt
              b3sum --check blake3.txt

      - algorithm: sha256
        hex: 87004e176d3476e009d6904132c10faa5df278c80a9511b43aba4e6112cccd77
        cmt: |+
          Usage:
              # check sha256 hash
              echo '87004e176d3476e009d6904132c10faa5df278c80a9511b43aba4e6112cccd77  20.04_focal_armv7a.tar.zst' > sha256.txt
              sha256sum --check sha256.txt

      mirror:
      - name: github
        url: https://github.com/2cd/ubuntu-museum/releases/download/20.04/20.04_focal_armv7a.tar.zst
        cmt: |+
          Usage:
              mkdir -p ./tmp/focal-armv7a
              cd tmp
              curl -LO 'https://github.com/2cd/ubuntu-museum/releases/download/20.04/20.04_focal_armv7a.tar.zst'

              # run gnutar or bsdtar (libarchive-tools) as root (e.g., doas tar -xvf file.tar.zst)
              tar -C focal-armv7a -xf "20.04_focal_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)
          ...
Read more