Skip to content

22.04 Jammy Jellyfish (2022-04-21)

Compare
Choose a tag to compare
@github-actions github-actions released this 21 Feb 13:42
· 81 commits to master since this release
d8d8095
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/+doas)
              systemd-nspawn -D jammy-armv7a -E LANG=$LANG

  - name: jammy-x86
    arch: x86
    datetime:
      build: 2024-03-16 05:21:14.4427556 +00:00:00
      update: 2024-03-16 05:31:04.047925921 +00:00:00
    docker:
      platform: linux/386
      repo-digests:
      - ghcr.io/2cd/ubuntu@sha256:4d71c048ceb8006e72e4df19ccf2526036685eb9ddcb34a18092943e0226eb1f
      - reg.tmoe.me:2096/ubuntu/22.04@sha256:4d71c048ceb8006e72e4df19ccf2526036685eb9ddcb34a18092943e0226eb1f
      - reg.tmoe.me:2096/ubuntu/jammy@sha256:4d71c048ceb8006e72e4df19ccf2526036685eb9ddcb34a18092943e0226eb1f
      mirror:
      - name: ghcr
        repositories:
        - ghcr.io/2cd/ubuntu:jammy-x86
        - ghcr.io/2cd/ubuntu:22.04-x86
      - name: reg
        repositories:
        - reg.tmoe.me:2096/ubuntu/jammy:x86
        - reg.tmoe.me:2096/ubuntu/22.04:x86
    file:
      name: 22.04_jammy_x86.tar.zst
      size:
        bytes: 29645280
        readable: 28.27 MiB
        kib: 28950.47 KiB
        tar-bytes: 108943360
        tar-readable: 103.9 MiB
        cmt: |+
          Ideally:
              zstd size => download size (i.e., Consumes 28.27 MiB of traffic)
              tar size => uncompressed size (Actually, the extracted content is >= 103.9 MiB)
              zstd + tar size ~= space occupation for initial installation
                  (i.e., Requires at least 132.17 MiB of disk storage space, but actually needs more)

      modified-time: 2024-03-16 05:23:00.309027463 +00:00:00
      zstd:
        level: 18
        long-distance: false
        dict: false
      digest:
      - algorithm: blake3
        hex: 020a9405998e1ffa82b325ad4e8574e38a8994aa509647abb89dfd8710365f81
        cmt: |+
          Usage:
              # run apt as root (i.e., +sudo/+doas)
              apt install b3sum

              # check blake3 hash
              echo '020a9405998e1ffa82b325ad4e8574e38a8994aa509647abb89dfd8710365f81  22.04_jammy_x86.tar.zst' > blake3.txt
              b3sum --check blake3.txt

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

              # run gnutar or bsdtar (libarchive-tools) as root (e.g., doas tar -xvf file.tar.zst)
              tar -C jammy-x86 -xf "22.04_jammy_x86.tar.zst"

              # run apt as root (i.e., +sudo/+doas)
              apt install systemd-container qemu-user-static

              # run nspawn as root (i.e., +sudo/+doas)
              systemd-nspawn -D jammy-x86 -E LANG=$LANG

  - name: jammy-ppc64le
    arch: ppc64le
    datetime:
      build: 2024-03-16 05:21:33.047461348 +00:00:00
      update: 2024-03-16 05:31:04.076705102 +00:00:00
    docker:
      platform: linux/ppc64le
      repo-digests:
      - ghcr.io/2cd/ubuntu@sha256:964a1ebcdab3131a2372e8d1b2657c5c55c624c904c2a7c13a52e6d0112e51e1
      - reg.tmoe.me:2096/ubuntu/22.04@sha256:964a1ebcdab3131a2372e8d1b2657c5c55c624c904c2a7c13a52e6d0112e51e1
      - reg.tmoe.me:2096/ubuntu/jammy@sha256:964a1ebcdab3131a2372e8d1b2657c5c55c624c904c2a7c13a52e6d0112e51e1
      mirror:
      - name: ghcr
        repositories:
        - ghcr.io/2cd/ubuntu:jammy-ppc64le
        - ghcr.io/2cd/ubuntu:22.04-ppc64le
      - name: reg
        repositories:
        - reg.tmoe.me:2096/ubuntu/jammy:ppc64le
        - reg.tmoe.me:2096/ubuntu/22.04:ppc64le
    file:
      name: 22.04_jammy_ppc64le.tar.zst
      size:
        bytes: 31665721
        readable: 30.2 MiB
        kib: 30923.56 KiB
        tar-bytes: 143319040
        tar-readable: 136.68 MiB
        cmt: |+
          Ideally:
              zstd size => download size (i.e., Consumes 30.2 MiB of traffic)
              tar size => uncompressed size (Actually, the extracted content is >= 136.68 MiB)
              zstd + tar size ~= space occupation for initial installation
                  (i.e., Requires at least 166.88 MiB of disk storage space, but actually needs more)

      modified-time: 2024-03-16 05:27:12.858860794 +00:00:00
      zstd:
        level: 18
        long-distance: false
        dict: false
      digest:
      - algorithm: blake3
        hex: 48a713e84f494721baa4e0a870792071e17e65de8292a4511deb7734395c2151
        cmt: |+
          Usage:
              # run apt as root (i.e., +sudo/+doas)
              apt install b3sum

              # check blake3 hash
              echo '48a713e84f494721baa4e0a870792071e17e65de8292a4511deb7734395c2151  22.04_jammy_ppc64le.tar.zst' > blake3.txt
              b3sum --check blake3.txt

      - algorithm: sha256
        hex: 3d035ac3050be6f9e4bb9340fa56a304946f9165f78eca232beb4b7e0c375727
        cmt: |+
          Usage:
              # check sha256 hash
              echo '3d035ac3050be6f9e4bb9340fa56a304946f9165f78eca232beb4b7e0c375727  22.04_jammy_ppc64le.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_ppc64le.tar.zst
        cmt: |+
          Usage:
              mkdir -p ./tmp/jammy-ppc64le
              cd tmp
              curl -LO 'https://github.com/2cd/ubuntu-museum/releases/download/22.04/22.04_jammy_ppc64le.tar.zst'

              # run gnutar or bsdtar (libarchive-tools) as root (e.g., doas tar -xvf file.tar.zst)
              tar -C jammy-ppc64le -xf "22.04_jammy_ppc64le.tar.zst"

              # run apt as root (i.e., +sudo/+doas)
              apt install systemd-container qemu-user-static

              # run nspawn as root (i.e., +sudo/+doas)
              systemd-nspawn -D jammy-ppc64le -E LANG=$LANG

  - name: jammy-rv64gc
    arch: rv64gc
    datetime:
      build: 2024-03-16 05:21:21.689262574 +00:00:00
      update: 2024-03-16 05:31:04.102186843 +00:00:00
    docker:
      platform: linux/riscv64
      repo-digests:
      - ghcr.io/2cd/ubuntu@sha256:2dd4d15f8cc60dbb6514aab9dfddc40373f9d3ddbf17aafe5381cc8ef8a37153
      - reg.tmoe.me:2096/ubuntu/22.04@sha256:2dd4d15f8cc60dbb6514aab9dfddc40373f9d3ddbf17aafe5381cc8ef8a37153
      - reg.tmoe.me:2096/ubuntu/jammy@sha256:2dd4d15f8cc60dbb6514aab9dfddc40373f9d3ddbf17aafe5381cc8ef8a37153
      mirror:
      - name: ghcr
        repositories:
        - ghcr.io/2cd/ubuntu:jammy-rv64gc
        - ghcr.io/2cd/ubuntu:22.04-rv64gc
      - name: reg
        repositories:
        - reg.tmoe.me:2096/ubuntu/jammy:rv64gc
        - reg.tmoe.me:2096/ubuntu/22.04:rv64gc
    file:
      name: 22.04_jammy_rv64gc.tar.zst
      size:
        bytes: 26092021
        readable: 24.88 MiB
        kib: 25480.49 KiB
        tar-bytes: 86353920
        tar-readable: 82.35 MiB
        cmt: |+
          Ideally:
              zstd size => download size (i.e., Consumes 24.88 MiB of traffic)
              tar size => uncompressed size (Actually, the extracted content is >= 82.35 MiB)
              zstd + tar size ~= space occupation for initial installation
                  (i.e., Requires at least 107.24 MiB of disk storage space, but actually needs more)

      modified-time: 2024-03-16 05:25:30.370730053 +00:00:00
      zstd:
        level: 18
        long-distance: false
        dict: false
      digest:
      - algorithm: blake3
        hex: 05b1fdbdc173bca7f4bfc2f2d75fa5fc5aeb6c4fd80814c9146045e70d508c09
        cmt: |+
          Usage:
              # run apt as root (i.e., +sudo/+doas)
              apt install b3sum

              # check blake3 hash
              echo '05b1fdbdc173bca7f4bfc2f2d75fa5fc5aeb6c4fd80814c9146045e70d508c09  22.04_jammy_rv64gc.tar.zst' > blake3.txt
              b3sum --check blake3.txt

      - algorithm: sha256
        hex: e4c08f59830fbe5f14d9631ed0e31b69e06b75e5ef66a93832c450498eb3a9c0
        cmt: |+
          Usage:
              # check sha256 hash
              echo 'e4c08f59830fbe5f14d9631ed0e31b69e06b75e5ef66a93832c450498eb3a9c0  22.04_jammy_rv64gc.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_rv64gc.tar.zst
        cmt: |+
          Usage:
              mkdir -p ./tmp/jammy-rv64gc
              cd tmp
              curl -LO 'https://github.com/2cd/ubuntu-museum/releases/download/22.04/22.04_jammy_rv64gc.tar.zst'

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

  - name: jammy-s390x
    arch: s390x
    datetime:
      build: 2024-03-16 05:21:26.667844981 +00:00:00
      update: 2024-03-16 05:31:04.128249972 +00:00:00
    docker:
      platform: linux/s390x
      repo-digests:
      - ghcr.io/2cd/ubuntu@sha256:033663a0a8e454ecdd8da2890195c0eb4d46a183d5e4fc0b76cfe0666fa33d87
      - reg.tmoe.me:2096/ubuntu/22.04@sha256:033663a0a8e454ecdd8da2890195c0eb4d46a183d5e4fc0b76cfe0666fa33d87
      - reg.tmoe.me:2096/ubuntu/jammy@sha256:033663a0a8e454ecdd8da2890195c0eb4d46a183d5e4fc0b76cfe0666fa33d87
      mirror:
      - name: ghcr
        repositories:
        - ghcr.io/2cd/ubuntu:jammy-s390x
        - ghcr.io/2cd/ubuntu:22.04-s390x
      - name: reg
        repositories:
        - reg.tmoe.me:2096/ubuntu/jammy:s390x
        - reg.tmoe.me:2096/ubuntu/22.04:s390x
    file:
      name: 22.04_jammy_s390x.tar.zst
      size:
        bytes: 26970652
        readable: 25.72 MiB
        kib: 26338.53 KiB
        tar-bytes: 99205120
        tar-readable: 94.61 MiB
        cmt: |+
          Ideally:
              zstd size => download size (i.e., Consumes 25.72 MiB of traffic)
              tar size => uncompressed size (Actually, the extracted content is >= 94.61 MiB)
              zstd + tar size ~= space occupation for initial installation
                  (i.e., Requires at least 120.33 MiB of disk storage space, but actually needs more)

      modified-time: 2024-03-16 05:26:02.745847197 +00:00:00
      zstd:
        level: 18
        long-distance: false
        dict: false
      digest:
      - algorithm: blake3
        hex: 04f64e14eb5e237835c817c23068bb7891faf75993cd47abaf64557793bb129e
        cmt: |+
          Usage:
              # run apt as root (i.e., +sudo/+doas)
              apt install b3sum

              # check blake3 hash
              echo '04f64e14eb5e237835c817c23068bb7891faf75993cd47abaf64557793bb129e  22.04_jammy_s390x.tar.zst' > blake3.txt
              b3sum --check blake3.txt

      - algorithm: sha256
        hex: ded57818e5daf7342435afa3afbe34c2c116e9882e5b60abccb6e97126baba89
        cmt: |+
          Usage:
              # check sha256 hash
              echo 'ded57818e5daf7342435afa3afbe34c2c116e9882e5b60abccb6e97126baba89  22.04_jammy_s390x.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_s390x.tar.zst
        cmt: |+
          Usage:
              mkdir -p ./tmp/jammy-s390x
              cd tmp
              curl -LO 'https://github.com/2cd/ubuntu-museum/releases/download/22.04/22.04_jammy_s390x.tar.zst'

              # run gnutar or bsdtar (libarchive-tools) as root (e.g., doas tar -xvf file.tar.zst)
              tar -C jammy-s390x -xf "22.04_jammy_s390x.tar.zst"

              # run apt as root (i.e., +sudo/+doas)
              apt install systemd-container qemu-user-static

              # run nspawn as root (i.e., +sudo/+doas)
              systemd-nspawn -D jammy-s390x -E LANG=$LANG