Skip to content

Sid (2024-06-17)

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 18 Feb 19:35
· 100 commits to dev since this release
os:
- name: Debian
  codename: Sid
  series: sid
  version: unstable
  docker:
    oci-platforms:
    - linux/386
    - linux/alpha
    - linux/amd64
    - linux/arm/v5
    - linux/arm/v7
    - linux/arm64
    - linux/hppa
    - linux/m68k
    - linux/mips64le
    - linux/ppc
    - linux/ppc64
    - linux/ppc64le
    - linux/riscv64
    - linux/s390x
    - linux/sparc64
    cmt: |-
      Usage:
          docker run --pull=always -it --rm ghcr.io/2cd/debian-sid:latest
    mirror:
    - name: ghcr
      repositories:
      - ghcr.io/2cd/debian-sid:latest
      - ghcr.io/2cd/debian-sid:2024-06-17
      repo-digests:
      - ghcr.io/2cd/debian-sid@sha256:f5f390cf449443e249a066073ae42f81202142c6dbee5452cb8b617695bd854f
    - name: reg
      repositories:
      - reg.tmoe.me:2096/debian/sid:latest
      - reg.tmoe.me:2096/debian/sid:2024-06-17
      repo-digests:
      - reg.tmoe.me:2096/debian/sid@sha256:f5f390cf449443e249a066073ae42f81202142c6dbee5452cb8b617695bd854f
  tag:
  - name: sparc64
    arch: sparc64
    datetime:
      build: 2024-06-17 04:25:56.315104637 +00:00:00
      update: 2024-06-17 04:42:32.461743184 +00:00:00
    docker:
      platform: linux/sparc64
      repo-digests:
      - ghcr.io/2cd/debian-sid@sha256:3c78ec4e52e55cd0e2e138d04c1b3aadb3548803f06999784a73420506b052ab
      - reg.tmoe.me:2096/debian/sid@sha256:3c78ec4e52e55cd0e2e138d04c1b3aadb3548803f06999784a73420506b052ab
      mirror:
      - name: ghcr
        repositories:
        - ghcr.io/2cd/debian-sid:sparc64
        - ghcr.io/2cd/debian-sid:sparc64-2024-06-17
      - name: reg
        repositories:
        - reg.tmoe.me:2096/debian/sid:sparc64
        - reg.tmoe.me:2096/debian/sid:sparc64-2024-06-17
    file:
      name: unstable_sid_sparc64.tar.zst
      size:
        bytes: 34107731
        readable: 32.53 MiB
        kib: 33308.33 KiB
        tar-bytes: 805683200
        tar-readable: 768.36 MiB
        cmt: |+
          Ideally:
              zstd size => download size (i.e., Consumes 32.53 MiB of traffic)
              tar size => uncompressed size (Actually, the extracted content is >= 768.36 MiB)
              zstd + tar size ~= space occupation for initial installation
                  (i.e., Requires at least 800.89 MiB of disk storage space, but actually needs more)

      modified-time: 2024-06-17 04:32:31.51751492 +00:00:00
      zstd:
        level: 18
        long: 27
      digest:
      - algorithm: blake3
        hex: 97752d9d9c76b634ed5707075b55319386338fb0b4cb600f84b6a9962cb018da
        cmt: |+
          Usage:
              # run apt as root (i.e., +sudo/+doas)
              apt install b3sum

              # check blake3 hash
              echo '97752d9d9c76b634ed5707075b55319386338fb0b4cb600f84b6a9962cb018da  unstable_sid_sparc64.tar.zst' > blake3.txt
              b3sum --check blake3.txt

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

      mirror:
      - name: github
        url: https://github.com/2cd/debian-museum/releases/download/unstable/unstable_sid_sparc64.tar.zst
        cmt: |+
          Usage:
              mkdir -p ./tmp/sparc64
              cd tmp
              curl -LO 'https://github.com/2cd/debian-museum/releases/download/unstable/unstable_sid_sparc64.tar.zst'

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

  - name: hppa
    arch: hppa
    datetime:
      build: 2024-06-17 04:26:03.25936323 +00:00:00
      update: 2024-06-17 04:42:32.494864378 +00:00:00
    docker:
      platform: linux/hppa
      repo-digests:
      - ghcr.io/2cd/debian-sid@sha256:d2b33dc859993e4100c111a84ee52be4592d1d5500e922dbbfd47a10c95def56
      - reg.tmoe.me:2096/debian/sid@sha256:d2b33dc859993e4100c111a84ee52be4592d1d5500e922dbbfd47a10c95def56
      mirror:
      - name: ghcr
        repositories:
        - ghcr.io/2cd/debian-sid:hppa
        - ghcr.io/2cd/debian-sid:hppa-2024-06-17
      - name: reg
        repositories:
        - reg.tmoe.me:2096/debian/sid:hppa
        - reg.tmoe.me:2096/debian/sid:hppa-2024-06-17
    file:
      name: unstable_sid_hppa.tar.zst
      size:
        bytes: 36079181
        readable: 34.41 MiB
        kib: 35233.58 KiB
        tar-bytes: 139100160
        tar-readable: 132.66 MiB
        cmt: |+
          Ideally:
              zstd size => download size (i.e., Consumes 34.41 MiB of traffic)
              tar size => uncompressed size (Actually, the extracted content is >= 132.66 MiB)
              zstd + tar size ~= space occupation for initial installation
                  (i.e., Requires at least 167.06 MiB of disk storage space, but actually needs more)

      modified-time: 2024-06-17 04:29:52.975923318 +00:00:00
      zstd:
        level: 18
        long: 27
      digest:
      - algorithm: blake3
        hex: a2d51b94f1a4d998d2d7687046969c3830ea2214e35a94446945d5e85530370b
        cmt: |+
          Usage:
              # run apt as root (i.e., +sudo/+doas)
              apt install b3sum

              # check blake3 hash
              echo 'a2d51b94f1a4d998d2d7687046969c3830ea2214e35a94446945d5e85530370b  unstable_sid_hppa.tar.zst' > blake3.txt
              b3sum --check blake3.txt

      - algorithm: sha256
        hex: 1f2bd813e19d8656160646a5b86d3dceb43ae8fd6d87172bd9bcaf8075079b6d
        cmt: |+
          Usage:
              # check sha256 hash
              echo '1f2bd813e19d8656160646a5b86d3dceb43ae8fd6d87172bd9bcaf8075079b6d  unstable_sid_hppa.tar.zst' > sha256.txt
              sha256sum --check sha256.txt

      mirror:
      - name: github
        url: https://github.com/2cd/debian-museum/releases/download/unstable/unstable_sid_hppa.tar.zst
        cmt: |+
          Usage:
              mkdir -p ./tmp/hppa
              cd tmp
              curl -LO 'https://github.com/2cd/debian-museum/releases/download/unstable/unstable_sid_hppa.tar.zst'

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

  - name: alpha
    arch: alpha
    datetime:
      build: 2024-06-17 04:25:52.162858474 +00:00:00
      update: 2024-06-17 04:42:32.528025816 +00:00:00
    docker:
      platform: linux/alpha
      repo-digests:
      - ghcr.io/2cd/debian-sid@sha256:13703bc799e240440d6f798ccc1f19c425f3f541846e8fcea41edaf37c79affd
      - reg.tmoe.me:2096/debian/sid@sha256:13703bc799e240440d6f798ccc1f19c425f3f541846e8fcea41edaf37c79affd
      mirror:
      - name: ghcr
        repositories:
        - ghcr.io/2cd/debian-sid:alpha
        - ghcr.io/2cd/debian-sid:alpha-2024-06-17
      - name: reg
        repositories:
        - reg.tmoe.me:2096/debian/sid:alpha
        - reg.tmoe.me:2096/debian/sid:alpha-2024-06-17
    file:
      name: unstable_sid_alpha.tar.zst
      size:
        bytes: 36536999
        readable: 34.84 MiB
        kib: 35680.67 KiB
        tar-bytes: 172646400
        tar-readable: 164.65 MiB
        cmt: |+
          Ideally:
              zstd size => download size (i.e., Consumes 34.84 MiB of traffic)
              tar size => uncompressed size (Actually, the extracted content is >= 164.65 MiB)
              zstd + tar size ~= space occupation for initial installation
                  (i.e., Requires at least 199.49 MiB of disk storage space, but actually needs more)

      modified-time: 2024-06-17 04:28:36.015095503 +00:00:00
      zstd:
        level: 18
        long: 27
      digest:
      - algorithm: blake3
        hex: a9bbc4743e44baf510ca5bb4c63bc14b40eb182f3965b3cd877439041ffeaee4
        cmt: |+
          Usage:
              # run apt as root (i.e., +sudo/+doas)
              apt install b3sum

              # check blake3 hash
              echo 'a9bbc4743e44baf510ca5bb4c63bc14b40eb182f3965b3cd877439041ffeaee4  unstable_sid_alpha.tar.zst' > blake3.txt
              b3sum --check blake3.txt

      - algorithm: sha256
        hex: 18c96ffadb0d2c77e90c9a90f9143d750b62eae01a2cc2ee68f578e2c2d97146
        cmt: |+
          Usage:
              # check sha256 hash
              echo '18c96ffadb0d2c77e90c9a90f9143d750b62eae01a2cc2ee68f578e2c2d97146  unstable_sid_alpha.tar.zst' > sha256.txt
              sha256sum --check sha256.txt

      mirror:
      - name: github
        url: https://github.com/2cd/debian-museum/releases/download/unstable/unstable_sid_alpha.tar.zst
        cmt: |+
          Usage:
              mkdir -p ./tmp/alpha
              cd tmp
              curl -LO 'https://github.com/2cd/debian-museum/releases/download/unstable/unstable_sid_alpha.tar.zst'

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

  - name: ppc64
    arch: ppc64
    datetime:
      build: 2024-06-17 04:25:47.052571046 +00:00:00
      update: 2024-06-17 04:42:32.562264479 +00:00:00
    docker:
      platform: linux/ppc64
      repo-digests:
      - ghcr.io/2cd/debian-sid@sha256:11ceee528a68b4f33d044b961b1350150981c048cf6132806e2312c307f6a407
      - reg.tmoe.me:2096/debian/sid@sha256:11ceee528a68b4f33d044b961b1350150981c048cf6132806e2312c307f6a407
      mirror:
      - name: ghcr
        repositories:
        - ghcr.io/2cd/debian-sid:ppc64
        - ghcr.io/2cd/debian-sid:ppc64-2024-06-17
      - name: reg
        repositories:
        - reg.tmoe.me:2096/debian/sid:ppc64
        - reg.tmoe.me:2096/debian/sid:ppc64-2024-06-17
    file:
      name: unstable_sid_ppc64.tar.zst
      size:
        bytes: 37667341
        readable: 35.92 MiB
        kib: 36784.51 KiB
        tar-bytes: 186920960
        tar-readable: 178.26 MiB
        cmt: |+
          Ideally:
              zstd size => download size (i.e., Consumes 35.92 MiB of traffic)
              tar size => uncompressed size (Actually, the extracted content is >= 178.26 MiB)
              zstd + tar size ~= space occupation for initial installation
                  (i.e., Requires at least 214.18 MiB of disk storage space, but actually needs more)

      modified-time: 2024-06-17 04:28:29.120543068 +00:00:00
      zstd:
        level: 18
        long: 27
      digest:
      - algorithm: blake3
        hex: aa0d7d551c8ca499bf29bfcb69efbb22884553099b84d8abfc1deb7a4c34fe8b
        cmt: |+
          Usage:
              # run apt as root (i.e., +sudo/+doas)
              apt install b3sum

              # check blake3 hash
              echo 'aa0d7d551c8ca499bf29bfcb69efbb22884553099b84d8abfc1deb7a4c34fe8b  unstable_sid_ppc64.tar.zst' > blake3.txt
              b3sum --check blake3.txt

      - algorithm: sha256
        hex: 0b4088e1cf803143a009ec08fccccf2d1cf85f38864b8da86711326cca8140b2
        cmt: |+
          Usage:
              # check sha256 hash
              echo '0b4088e1cf803143a009ec08fccccf2d1cf85f38864b8da86711326cca8140b2  unstable_sid_ppc64.tar.zst' > sha256.txt
              sha256sum --check sha256.txt

      mirror:
      - name: github
        url: https://github.com/2cd/debian-museum/releases/download/unstable/unstable_sid_ppc64.tar.zst
        cmt: |+
          Usage:
              mkdir -p ./tmp/ppc64
              cd tmp
              curl -LO 'https://github.com/2cd/debian-museum/releases/download/unstable/unstable_sid_ppc64.tar.zst'

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

  - name: ppc
    arch: ppc
    datetime:
      build: 2024-06-17 04:26:00.561356891 +00:00:00
      update: 2024-06-17 04:42:32.595582716 +00:00:00
    docker:
      platform: linux/ppc
      repo-digests:
      - ghcr.io/2cd/debian-sid@sha256:7400c77a0e30193783cd82e1d439d13ae1b1b566f9f75d039925ac61c40a2105
      - reg.tmoe.me:2096/debian/sid@sha256:7400c77a0e30193783cd82e1d439d13ae1b1b566f9f75d039925ac61c40a2105
      mirror:
      - name: ghcr
        repositories:
        - ghcr.io/2cd/debian-sid:ppc
        - ghcr.io/2cd/debian-sid:ppc-2024-06-17
      - name: reg
        repositories:
        - reg.tmoe.me:2096/debian/sid:ppc
        - reg.tmoe.me:2096/debian/sid:ppc-2024-06-17
    file:
      name: unstable_sid_ppc.tar.zst
      size:
        bytes: 37073199
        readable: 35.36 MiB
        kib: 36204.3 KiB
        tar-bytes: 175278080
        tar-readable: 167.16 MiB
        cmt: |+
          Ideally:
              zstd size => download size (i.e., Consumes 35.36 MiB of traffic)
              tar size => uncompressed size (Actually, the extracted content is >= 167.16 MiB)
              zstd + tar size ~= space occupation for initial installation
                  (i.e., Requires at least 202.51 MiB of disk storage space, but actually needs more)

      modified-time: 2024-06-17 04:29:02.147234045 +00:00:00
      zstd:
        level: 18
        long: 27
      digest:
      - algorithm: blake3
        hex: 44d1b4416298dde9c83e16b59ddfeb17887b97481f97e491687b97ee1f7e6c23
        cmt: |+
          Usage:
              # run apt as root (i.e., +sudo/+doas)
              apt install b3sum

              # check blake3 hash
              echo '44d1b4416298dde9c83e16b59ddfeb17887b97481f97e491687b97ee1f7e6c23  unstable_sid_ppc.tar.zst' > blake3.txt
              b3sum --check blake3.txt

      - algorithm: sha256
        hex: 9e05f4619ddb3167add139a76794cfafbf368b36b520bc6a291bf225bacf1ab4
        cmt: |+
          Usage:
              # check sha256 hash
              echo '9e05f4619ddb3167add139a76794cfafbf368b36b520bc6a291bf225bacf1ab4  unstable_sid_ppc.tar.zst' > sha256.txt
              sha256sum --check sha256.txt

      mirror:
      - name: github
        url: https://github.com/2cd/debian-museum/releases/download/unstable/unstable_sid_ppc.tar.zst
        cmt: |+
          Usage:
              mkdir -p ./tmp/ppc
              cd tmp
              curl -LO 'https://github.com/2cd/debian-museum/releases/download/unstable/unstable_sid_ppc.tar.zst'

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

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

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

  - name: m68k
    arch: m68k
    datetime:
      build: 2024-06-17 04:26:00.271816916 +00:00:00
      update: 2024-06-17 04:42:32.62614714 +00:00:00
    docker:
      platform: linux/m68k
      repo-digests:
      - ghcr.io/2cd/debian-sid@sha256:296cf46c201debb0206ff7adcc8e94bd9af66b3b3b1c8aec20c4f3e64b9811b9
      - reg.tmoe.me:2096/debian/sid@sha256:296cf46c201debb0206ff7adcc8e94bd9af66b3b3b1c8aec20c4f3e64b9811b9
      mirror:
      - name: ghcr
        repositories:
        - ghcr.io/2cd/debian-sid:m68k
        - ghcr.io/2cd/debian-sid:m68k-2024-06-17
      - name: reg
        repositories:
        - reg.tmoe.me:2096/debian/sid:m68k
        - reg.tmoe.me:2096/debian/sid:m68k-2024-06-17
    file:
      name: unstable_sid_m68k.tar.zst
      size:
        bytes: 33644060
        readable: 32.09 MiB
        kib: 32855.53 KiB
        tar-bytes: 127262720
        tar-readable: 121.37 MiB
        cmt: |+
          Ideally:
              zstd size => download size (i.e., Consumes 32.09 MiB of traffic)
              tar size => uncompressed size (Actually, the extracted content is >= 121.37 MiB)
              zstd + tar size ~= space occupation for initial installation
                  (i.e., Requires at least 153.45 MiB of disk storage space, but actually needs more)

      modified-time: 2024-06-17 04:29:54.687950777 +00:00:00
      zstd:
        level: 18
        long: 27
      digest:
      - algorithm: blake3
        hex: 4f043445aa450d3963737de0a4acac0c149e74824d0d2a6939183c8345101a72
        cmt: |+
          Usage:
              # run apt as root (i.e., +sudo/+doas)
              apt install b3sum

              # check blake3 hash
              echo '4f043445aa450d3963737de0a4acac0c149e74824d0d2a6939183c8345101a72  unstable_sid_m68k.tar.zst' > blake3.txt
              b3sum --check blake3.txt

      - algorithm: sha256
        hex: 71ae8700e554d1cf2bf29bb44d7a74130352e239a6b299e4b9f208313f5f3c8f
        cmt: |+
          Usage:
              # check sha256 hash
              echo '71ae8700e554d1cf2bf29bb44d7a74130352e239a6b299e4b9f208313f5f3c8f  unstable_sid_m68k.tar.zst' > sha256.txt
              sha256sum --check sha256.txt

      mirror:
      - name: github
        url: https://github.com/2cd/debian-museum/releases/download/unstable/unstable_sid_m68k.tar.zst
        cmt: |+
          Usage:
              mkdir -p ./tmp/m68k
              cd tmp
              curl -LO 'https://github.com/2cd/debian-museum/releases/download/unstable/unstable_sid_m68k.tar.zst'

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

  - name: armv5te
    arch: armv5te
    datetime:
      build: 2024-06-17 04:25:47.04649068 +00:00:00
      update: 2024-06-17 04:42:32.656589345 +00:00:00
    docker:
      platform: linux/arm/v5
      repo-digests:
      - ghcr.io/2cd/debian-sid@sha256:518f01f68bf64c036953c494d7bd80877f357fa854b87604e47505cfa75feed3
      - reg.tmoe.me:2096/debian/sid@sha256:518f01f68bf64c036953c494d7bd80877f357fa854b87604e47505cfa75feed3
      mirror:
      - name: ghcr
        repositories:
        - ghcr.io/2cd/debian-sid:armv5te
        - ghcr.io/2cd/debian-sid:armv5te-2024-06-17
      - name: reg
        repositories:
        - reg.tmoe.me:2096/debian/sid:armv5te
        - reg.tmoe.me:2096/debian/sid:armv5te-2024-06-17
    file:
      name: unstable_sid_armv5te.tar.zst
      size:
        bytes: 33608668
        readable: 32.05 MiB
        kib: 32820.97 KiB
        tar-bytes: 128839680
        tar-readable: 122.87 MiB
        cmt: |+
          Ideally:
              zstd size => download size (i.e., Consumes 32.05 MiB of traffic)
              tar size => uncompressed size (Actually, the extracted content is >= 122.87 MiB)
              zstd + tar size ~= space occupation for initial installation
                  (i.e., Requires at least 154.92 MiB of disk storage space, but actually needs more)

      modified-time: 2024-06-17 04:29:35.926111634 +00:00:00
      zstd:
        level: 18
        long: 27
      digest:
      - algorithm: blake3
        hex: b8527df72376f2f4d2e841e0d738bb836dd65a4a2ed981765fd79b0f9b556547
        cmt: |+
          Usage:
              # run apt as root (i.e., +sudo/+doas)
              apt install b3sum

              # check blake3 hash
              echo 'b8527df72376f2f4d2e841e0d738bb836dd65a4a2ed981765fd79b0f9b556547  unstable_sid_armv5te.tar.zst' > blake3.txt
              b3sum --check blake3.txt

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

      mirror:
      - name: github
        url: https://github.com/2cd/debian-museum/releases/download/unstable/unstable_sid_armv5te.tar.zst
        cmt: |+
          Usage:
              mkdir -p ./tmp/armv5te
              cd tmp
              curl -LO 'https://github.com/2cd/debian-museum/releases/download/unstable/unstable_sid_armv5te.tar.zst'

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

  - name: rv64gc
    arch: rv64gc
    datetime:
      build: 2024-06-17 04:25:47.058880802 +00:00:00
      update: 2024-06-17 04:42:32.689035594 +00:00:00
    docker:
      platform: linux/riscv64
      repo-digests:
      - ghcr.io/2cd/debian-sid@sha256:23ea9923b5e6638942294f307dc7d9ec4fa9cd3dcae6e199ee27e70ea2991bc4
      - reg.tmoe.me:2096/debian/sid@sha256:23ea9923b5e6638942294f307dc7d9ec4fa9cd3dcae6e199ee27e70ea2991bc4
      mirror:
      - name: ghcr
        repositories:
        - ghcr.io/2cd/debian-sid:rv64gc
        - ghcr.io/2cd/debian-sid:rv64gc-2024-06-17
      - name: reg
        repositories:
        - reg.tmoe.me:2096/debian/sid:rv64gc
        - reg.tmoe.me:2096/debian/sid:rv64gc-2024-06-17
    file:
      name: unstable_sid_rv64gc.tar.zst
      size:
        bytes: 35539602
        readable: 33.89 MiB
        kib: 34706.64 KiB
        tar-bytes: 127692800
        tar-readable: 121.78 MiB
        cmt: |+
          Ideally:
              zstd size => download size (i.e., Consumes 33.89 MiB of traffic)
              tar size => uncompressed size (Actually, the extracted content is >= 121.78 MiB)
              zstd + tar size ~= space occupation for initial installation
                  (i.e., Requires at least 155.67 MiB of disk storage space, but actually needs more)

      modified-time: 2024-06-17 04:28:28.551523288 +00:00:00
      zstd:
        level: 18
        long: 27
      digest:
      - algorithm: blake3
        hex: 128e1aff4a17a442772c4489542819d3df0f41855d51c7726d60f214c179f6d3
        cmt: |+
          Usage:
              # run apt as root (i.e., +sudo/+doas)
              apt install b3sum

              # check blake3 hash
              echo '128e1aff4a17a442772c4489542819d3df0f41855d51c7726d60f214c179f6d3  unstable_sid_rv64gc.tar.zst' > blake3.txt
              b3sum --check blake3.txt

      - algorithm: sha256
        hex: 8f5197a92227a524e466a65703c12d7362822311f0143fce49f1b2d549dc6a2f
        cmt: |+
          Usage:
              # check sha256 hash
              echo '8f5197a92227a524e466a65703c12d7362822311f0143fce49f1b2d549dc6a2f  unstable_sid_rv64gc.tar.zst' > sha256.txt
              sha256sum --check sha256.txt

      mirror:
      - name: github
        url: https://github.com/2cd/debian-museum/releases/download/unstable/unstable_sid_rv64gc.tar.zst
        cmt: |+
          Usage:
              mkdir -p ./tmp/rv64gc
              cd tmp
              curl -LO 'https://github.com/2cd/debian-museum/releases/download/unstable/unstable_sid_rv64gc.tar.zst'

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

  - name: armv7a
    arch: armv7a
    datetime:
      build: 2024-06-17 04:25:52.083876763 +00:00:00
      update: 2024-06-17 04:42:32.719577386 +00:00:00
    docker:
      platform: linux/arm/v7
      repo-digests:
      - ghcr.io/2cd/debian-sid@sha256:49323a1dfb9f08d2e79e06066938d64b105f3d01b9b2835a6a5a2ea45ef7537e
      - reg.tmoe.me:2096/debian/sid@sha256:49323a1dfb9f08d2e79e06066938d64b105f3d01b9b2835a6a5a2ea45ef7537e
      mirror:
      - name: ghcr
        repositories:
        - ghcr.io/2cd/debian-sid:armv7a
        - ghcr.io/2cd/debian-sid:armv7a-2024-06-17
      - name: reg
        repositories:
        - reg.tmoe.me:2096/debian/sid:armv7a
        - reg.tmoe.me:2096/debian/sid:armv7a-2024-06-17
    file:
      name: unstable_sid_armv7a.tar.zst
      size:
        bytes: 33140215
        readable: 31.6 MiB
        kib: 32363.49 KiB
        tar-bytes: 115650560
        tar-readable: 110.29 MiB
        cmt: |+
          Ideally:
              zstd size => download size (i.e., Consumes 31.6 MiB of traffic)
              tar size => uncompressed size (Actually, the extracted content is >= 110.29 MiB)
              zstd + tar size ~= space occupation for initial installation
                  (i.e., Requires at least 141.9 MiB of disk storage space, but actually needs more)

      modified-time: 2024-06-17 04:29:02.201260299 +00:00:00
      zstd:
        level: 18
        long: 27
      digest:
      - algorithm: blake3
        hex: f0fe1e71b190e739ec3b17c7e46cb6ac11c4b16e9b7a9a46c499f74bb4d4da0e
        cmt: |+
          Usage:
              # run apt as root (i.e., +sudo/+doas)
              apt install b3sum

              # check blake3 hash
              echo 'f0fe1e71b190e739ec3b17c7e46cb6ac11c4b16e9b7a9a46c499f74bb4d4da0e  unstable_sid_armv7a.tar.zst' > blake3.txt
              b3sum --check blake3.txt

      - algorithm: sha256
        hex: 4ff654e8256783d9ea93e552751d946c818a093d6b8ad6f163dfeea3e8562e2f
        cmt: |+
          Usage:
              # check sha256 hash
              echo '4ff654e8256783d9ea93e552751d946c818a093d6b8ad6f163dfeea3e8562e2f  unstable_sid_armv7a.tar.zst' > sha256.txt
              sha256sum --check sha256.txt

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

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

  - name: s390x
    arch: s390x
    datetime:
      build: 2024-06-17 04:26:00.851839937 +00:00:00
      update: 2024-06-17 04:42:32.751804942 +00:00:00
    docker:
      platform: linux/s390x
      repo-digests:
      - ghcr.io/2cd/debian-sid@sha256:033c66451b23e9610adf2b191447a0b2b2a6b07b5cd29d13940973714dff4b21
      - reg.tmoe.me:2096/debian/sid@sha256:033c66451b23e9610adf2b191447a0b2b2a6b07b5cd29d13940973714dff4b21
      mirror:
      - name: ghcr
        repositories:
        - ghcr.io/2cd/debian-sid:s390x
        - ghcr.io/2cd/debian-sid:s390x-2024-06-17
      - name: reg
        repositories:
        - reg.tmoe.me:2096/debian/sid:s390x
        - reg.tmoe.me:2096/debian/sid:s390x-2024-06-17
    file:
      name: unstable_sid_s390x.tar.zst
      size:
        bytes: 35629719
        readable: 33.98 MiB
        kib: 34794.65 KiB
        tar-bytes: 140247040
        tar-readable: 133.75 MiB
        cmt: |+
          Ideally:
              zstd size => download size (i.e., Consumes 33.98 MiB of traffic)
              tar size => uncompressed size (Actually, the extracted content is >= 133.75 MiB)
              zstd + tar size ~= space occupation for initial installation
                  (i.e., Requires at least 167.73 MiB of disk storage space, but actually needs more)

      modified-time: 2024-06-17 04:29:25.492482032 +00:00:00
      zstd:
        level: 18
        long: 27
      digest:
      - algorithm: blake3
        hex: abf24983ce1702fc1fa4f020602947dccb0f4a756e1f0ede48f6d817454803ed
        cmt: |+
          Usage:
              # run apt as root (i.e., +sudo/+doas)
              apt install b3sum

              # check blake3 hash
              echo 'abf24983ce1702fc1fa4f020602947dccb0f4a756e1f0ede48f6d817454803ed  unstable_sid_s390x.tar.zst' > blake3.txt
              b3sum --check blake3.txt

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

      mirror:
      - name: github
        url: https://github.com/2cd/debian-museum/releases/download/unstable/unstable_sid_s390x.tar.zst
        cmt: |+
          Usage:
              mkdir -p ./tmp/s390x
              cd tmp
              curl -LO 'https://github.com/2cd/debian-museum/releases/download/unstable/unstable_sid_s390x.tar.zst'

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

  - name: mips64le
    arch: mips64le
    datetime:
      build: 2024-06-17 04:25:47.046086208 +00:00:00
      update: 2024-06-17 04:42:32.782809662 +00:00:00
    docker:
      platform: linux/mips64le
      repo-digests:
      - ghcr.io/2cd/debian-sid@sha256:e8b8dab9ebf19f5b2de1cad6a9aba32cf7c3c459d7b160b272a561aa68c5f632
      - reg.tmoe.me:2096/debian/sid@sha256:e8b8dab9ebf19f5b2de1cad6a9aba32cf7c3c459d7b160b272a561aa68c5f632
      mirror:
      - name: ghcr
        repositories:
        - ghcr.io/2cd/debian-sid:mips64le
        - ghcr.io/2cd/debian-sid:mips64le-2024-06-17
      - name: reg
        repositories:
        - reg.tmoe.me:2096/debian/sid:mips64le
        - reg.tmoe.me:2096/debian/sid:mips64le-2024-06-17
    file:
      name: unstable_sid_mips64le.tar.zst
      size:
        bytes: 34313229
        readable: 32.72 MiB
        kib: 33509.01 KiB
        tar-bytes: 172892160
        tar-readable: 164.88 MiB
        cmt: |+
          Ideally:
              zstd size => download size (i.e., Consumes 32.72 MiB of traffic)
              tar size => uncompressed size (Actually, the extracted content is >= 164.88 MiB)
              zstd + tar size ~= space occupation for initial installation
                  (i.e., Requires at least 197.61 MiB of disk storage space, but actually needs more)

      modified-time: 2024-06-17 04:28:40.413399167 +00:00:00
      zstd:
        level: 18
        long: 27
      digest:
      - algorithm: blake3
        hex: 5b873f8d54f275d4b4f57c34146b3e811204239480daef61383e52f1e1374496
        cmt: |+
          Usage:
              # run apt as root (i.e., +sudo/+doas)
              apt install b3sum

              # check blake3 hash
              echo '5b873f8d54f275d4b4f57c34146b3e811204239480daef61383e52f1e1374496  unstable_sid_mips64le.tar.zst' > blake3.txt
              b3sum --check blake3.txt

      - algorithm: sha256
        hex: 04aecfa5f1c6917f0acd6ca154a9c2291b2778709bb59c1d66228ed1d3e52eeb
        cmt: |+
          Usage:
              # check sha256 hash
              echo '04aecfa5f1c6917f0acd6ca154a9c2291b2778709bb59c1d66228ed1d3e52eeb  unstable_sid_mips64le.tar.zst' > sha256.txt
              sha256sum --check sha256.txt

      mirror:
      - name: github
        url: https://github.com/2cd/debian-museum/releases/download/unstable/unstable_sid_mips64le.tar.zst
        cmt: |+
          Usage:
              mkdir -p ./tmp/mips64le
              cd tmp
              curl -LO 'https://github.com/2cd/debian-museum/releases/download/unstable/unstable_sid_mips64le.tar.zst'

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

  - name: ppc64le
    arch: ppc64le
    datetime:
      build: 2024-06-17 04:26:25.793471833 +00:00:00
      update: 2024-06-17 04:42:32.816631804 +00:00:00
    docker:
      platform: linux/ppc64le
      repo-digests:
      - ghcr.io/2cd/debian-sid@sha256:09d2b1e65a2bcc7a28cd69448b9b0d9ef47b0fd04edbdc74a8105b6c8ac0e9e9
      - reg.tmoe.me:2096/debian/sid@sha256:09d2b1e65a2bcc7a28cd69448b9b0d9ef47b0fd04edbdc74a8105b6c8ac0e9e9
      mirror:
      - name: ghcr
        repositories:
        - ghcr.io/2cd/debian-sid:ppc64le
        - ghcr.io/2cd/debian-sid:ppc64le-2024-06-17
      - name: reg
        repositories:
        - reg.tmoe.me:2096/debian/sid:ppc64le
        - reg.tmoe.me:2096/debian/sid:ppc64le-2024-06-17
    file:
      name: unstable_sid_ppc64le.tar.zst
      size:
        bytes: 37470730
        readable: 35.73 MiB
        kib: 36592.51 KiB
        tar-bytes: 180101120
        tar-readable: 171.76 MiB
        cmt: |+
          Ideally:
              zstd size => download size (i.e., Consumes 35.73 MiB of traffic)
              tar size => uncompressed size (Actually, the extracted content is >= 171.76 MiB)
              zstd + tar size ~= space occupation for initial installation
                  (i.e., Requires at least 207.49 MiB of disk storage space, but actually needs more)

      modified-time: 2024-06-17 04:29:38.077706416 +00:00:00
      zstd:
        level: 18
        long: 27
      digest:
      - algorithm: blake3
        hex: 576bffad9c3262e9fa268a0a0945339d69631d4f8dbabecd323c53712b03fcd0
        cmt: |+
          Usage:
              # run apt as root (i.e., +sudo/+doas)
              apt install b3sum

              # check blake3 hash
              echo '576bffad9c3262e9fa268a0a0945339d69631d4f8dbabecd323c53712b03fcd0  unstable_sid_ppc64le.tar.zst' > blake3.txt
              b3sum --check blake3.txt

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

      mirror:
      - name: github
        url: https://github.com/2cd/debian-museum/releases/download/unstable/unstable_sid_ppc64le.tar.zst
        cmt: |+
          Usage:
              mkdir -p ./tmp/ppc64le
              cd tmp
              curl -LO 'https://github.com/2cd/debian-museum/releases/download/unstable/unstable_sid_ppc64le.tar.zst'

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

  - name: arm64
    arch: arm64
    datetime:
      build: 2024-06-17 04:25:58.617685149 +00:00:00
      update: 2024-06-17 04:42:32.848654442 +00:00:00
    docker:
      platform: linux/arm64
      repo-digests:
      - ghcr.io/2cd/debian-sid@sha256:c44ce66ce9c22682994a7bcfbb9bc04b4c6b47a6c7ddba0632ab944b30fd4bd6
      - reg.tmoe.me:2096/debian/sid@sha256:c44ce66ce9c22682994a7bcfbb9bc04b4c6b47a6c7ddba0632ab944b30fd4bd6
      mirror:
      - name: ghcr
        repositories:
        - ghcr.io/2cd/debian-sid:arm64
        - ghcr.io/2cd/debian-sid:arm64-2024-06-17
      - name: reg
        repositories:
        - reg.tmoe.me:2096/debian/sid:arm64
        - reg.tmoe.me:2096/debian/sid:arm64-2024-06-17
    file:
      name: unstable_sid_arm64.tar.zst
      size:
        bytes: 35389947
        readable: 33.75 MiB
        kib: 34560.5 KiB
        tar-bytes: 165765120
        tar-readable: 158.09 MiB
        cmt: |+
          Ideally:
              zstd size => download size (i.e., Consumes 33.75 MiB of traffic)
              tar size => uncompressed size (Actually, the extracted content is >= 158.09 MiB)
              zstd + tar size ~= space occupation for initial installation
                  (i.e., Requires at least 191.84 MiB of disk storage space, but actually needs more)

      modified-time: 2024-06-17 04:32:13.767931293 +00:00:00
      zstd:
        level: 18
        long: 27
      digest:
      - algorithm: blake3
        hex: 73a7a9122dfe7330c730271221fa5fd7d2e09db2a9f0645046a7107289f10004
        cmt: |+
          Usage:
              # run apt as root (i.e., +sudo/+doas)
              apt install b3sum

              # check blake3 hash
              echo '73a7a9122dfe7330c730271221fa5fd7d2e09db2a9f0645046a7107289f10004  unstable_sid_arm64.tar.zst' > blake3.txt
              b3sum --check blake3.txt

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

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

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

  - name: x64
    arch: x64
    datetime:
      build: 2024-06-17 04:25:56.1639918 +00:00:00
      update: 2024-06-17 04:42:32.881826963 +00:00:00
    docker:
      platform: linux/amd64
      repo-digests:
      - ghcr.io/2cd/debian-sid@sha256:8db24af6992122b555f0705a0e5296882b9e8543537dc5145b04805d6df17add
      - reg.tmoe.me:2096/debian/sid@sha256:8db24af6992122b555f0705a0e5296882b9e8543537dc5145b04805d6df17add
      mirror:
      - name: ghcr
        repositories:
        - ghcr.io/2cd/debian-sid:x64
        - ghcr.io/2cd/debian-sid:x64-2024-06-17
      - name: reg
        repositories:
        - reg.tmoe.me:2096/debian/sid:x64
        - reg.tmoe.me:2096/debian/sid:x64-2024-06-17
    file:
      name: unstable_sid_x64.tar.zst
      size:
        bytes: 35987128
        readable: 34.32 MiB
        kib: 35143.68 KiB
        tar-bytes: 142479360
        tar-readable: 135.88 MiB
        cmt: |+
          Ideally:
              zstd size => download size (i.e., Consumes 34.32 MiB of traffic)
              tar size => uncompressed size (Actually, the extracted content is >= 135.88 MiB)
              zstd + tar size ~= space occupation for initial installation
                  (i.e., Requires at least 170.2 MiB of disk storage space, but actually needs more)

      modified-time: 2024-06-17 04:26:57.299849255 +00:00:00
      zstd:
        level: 18
        long: 27
      digest:
      - algorithm: blake3
        hex: 4ab47022a9ed3e0784d366bf3956c8dfcc4e7a0bb72b7c6adb32212bb53270f1
        cmt: |+
          Usage:
              # run apt as root (i.e., +sudo/+doas)
              apt install b3sum

              # check blake3 hash
              echo '4ab47022a9ed3e0784d366bf3956c8dfcc4e7a0bb72b7c6adb32212bb53270f1  unstable_sid_x64.tar.zst' > blake3.txt
              b3sum --check blake3.txt

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

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

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

  - name: x86
    arch: x86
    datetime:
      build: 2024-06-17 04:25:52.288371565 +00:00:00
      update: 2024-06-17 04:42:32.915126358 +00:00:00
    docker:
      platform: linux/386
      repo-digests:
      - ghcr.io/2cd/debian-sid@sha256:3c7fc8b3aaccdf7857c43619233d563cd34bf89d5a29ac63f9234539c578d0cf
      - reg.tmoe.me:2096/debian/sid@sha256:3c7fc8b3aaccdf7857c43619233d563cd34bf89d5a29ac63f9234539c578d0cf
      mirror:
      - name: ghcr
        repositories:
        - ghcr.io/2cd/debian-sid:x86
        - ghcr.io/2cd/debian-sid:x86-2024-06-17
      - name: reg
        repositories:
        - reg.tmoe.me:2096/debian/sid:x86
        - reg.tmoe.me:2096/debian/sid:x86-2024-06-17
    file:
      name: unstable_sid_x86.tar.zst
      size:
        bytes: 36757886
        readable: 35.06 MiB
        kib: 35896.38 KiB
        tar-bytes: 142612480
        tar-readable: 136.01 MiB
        cmt: |+
          Ideally:
              zstd size => download size (i.e., Consumes 35.06 MiB of traffic)
              tar size => uncompressed size (Actually, the extracted content is >= 136.01 MiB)
              zstd + tar size ~= space occupation for initial installation
                  (i.e., Requires at least 171.06 MiB of disk storage space, but actually needs more)

      modified-time: 2024-06-17 04:27:44.192757395 +00:00:00
      zstd:
        level: 18
        long: 27
      digest:
      - algorithm: blake3
        hex: 7f57107fb8855ae2624cbdfefffc1374e26ec2f7cbbb646176de9ed01083b794
        cmt: |+
          Usage:
              # run apt as root (i.e., +sudo/+doas)
              apt install b3sum

              # check blake3 hash
              echo '7f57107fb8855ae2624cbdfefffc1374e26ec2f7cbbb646176de9ed01083b794  unstable_sid_x86.tar.zst' > blake3.txt
              b3sum --check blake3.txt

      - algorithm: sha256
        hex: 5d17cadb66e652e4d1d79af630eeee51775c2f701ae64d307504cc1096486cc8
        cmt: |+
          Usage:
              # check sha256 hash
              echo '5d17cadb66e652e4d1d79af630eeee51775c2f701ae64d307504cc1096486cc8  unstable_sid_x86.tar.zst' > sha256.txt
              sha256sum --check sha256.txt

      mirror:
      - name: github
        url: https://github.com/2cd/debian-museum/releases/download/unstable/unstable_sid_x86.tar.zst
        cmt: |+
          Usage:
              mkdir -p ./tmp/x86
              cd tmp
              curl -LO 'https://github.com/2cd/debian-museum/releases/download/unstable/unstable_sid_x86.tar.zst'

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