Skip to content

Releases: 2cd/debian-museum

13 Trixie (2024-10-12)

18 Feb 09:18
Compare
Choose a tag to compare
os:
- name: Debian
  codename: Trixie
  series: trixie
  version: '13'
  docker:
    oci-platforms:
    - linux/386
    - linux/amd64
    - linux/arm/v5
    - linux/arm/v7
    - linux/arm64
    - linux/mips64le
    - linux/ppc64le
    - linux/s390x
    cmt: |-
      Usage:
          docker run --pull=always -it --rm ghcr.io/2cd/debian:trixie
    mirror:
    - name: ghcr
      repositories:
      - ghcr.io/2cd/debian:trixie
      - ghcr.io/2cd/debian:13
      repo-digests:
      - ghcr.io/2cd/debian@sha256:b7d4a38665393cd8c1689aa53559a47d7b9e3054367fb9395b9c16db0c5bbc7a
    - name: reg
      repositories:
      - reg.tmoe.me:2096/debian/13:latest
      - reg.tmoe.me:2096/debian/trixie:latest
      repo-digests:
      - reg.tmoe.me:2096/debian/13@sha256:b7d4a38665393cd8c1689aa53559a47d7b9e3054367fb9395b9c16db0c5bbc7a
      - reg.tmoe.me:2096/debian/trixie@sha256:b7d4a38665393cd8c1689aa53559a47d7b9e3054367fb9395b9c16db0c5bbc7a
  tag:
  - name: trixie-x64
    arch: x64
    datetime:
      build: 2024-10-12 15:28:53.704635388 +00:00:00
      update: 2024-10-12 15:39:33.543467269 +00:00:00
    docker:
      platform: linux/amd64
      repo-digests:
      - ghcr.io/2cd/debian@sha256:de96f7a2893402cf2eb1b282b0518f4975d6d19af8fe60bb710917629887394e
      - reg.tmoe.me:2096/debian/13@sha256:de96f7a2893402cf2eb1b282b0518f4975d6d19af8fe60bb710917629887394e
      - reg.tmoe.me:2096/debian/trixie@sha256:de96f7a2893402cf2eb1b282b0518f4975d6d19af8fe60bb710917629887394e
      mirror:
      - name: ghcr
        repositories:
        - ghcr.io/2cd/debian:trixie-x64
        - ghcr.io/2cd/debian:13-x64
      - name: reg
        repositories:
        - reg.tmoe.me:2096/debian/trixie:x64
        - reg.tmoe.me:2096/debian/13:x64
    file:
      name: 13_trixie_x64.tar.zst
      size:
        bytes: 36758536
        readable: 35.06 MiB
        kib: 35897.01 KiB
        tar-bytes: 145254400
        tar-readable: 138.53 MiB
        cmt: |+
          Ideally:
              zstd size => download size (i.e., Consumes 35.06 MiB of traffic)
              tar size => uncompressed size (Actually, the extracted content is >= 138.53 MiB)
              zstd + tar size ~= space occupation for initial installation
                  (i.e., Requires at least 173.58 MiB of disk storage space, but actually needs more)

      modified-time: 2024-10-12 15:29:39.059084173 +00:00:00
      zstd:
        level: 18
        long: 27
      digest:
      - algorithm: blake3
        hex: f21bfd45385daaba7db2c3389445a94b2f7f4fc11ee096ac293fa92ba24588bd
        cmt: |+
          Usage:
              # run apt as root (i.e., +sudo/+doas)
              apt install b3sum

              # check blake3 hash
              echo 'f21bfd45385daaba7db2c3389445a94b2f7f4fc11ee096ac293fa92ba24588bd  13_trixie_x64.tar.zst' > blake3.txt
              b3sum --check blake3.txt

      - algorithm: sha256
        hex: 96cd470f235884be0a0135ee634d8e5a56c4c2393065a88bb5392e7c6fa2e50f
        cmt: |+
          Usage:
              # check sha256 hash
              echo '96cd470f235884be0a0135ee634d8e5a56c4c2393065a88bb5392e7c6fa2e50f  13_trixie_x64.tar.zst' > sha256.txt
              sha256sum --check sha256.txt

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

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

  - name: trixie-arm64
    arch: arm64
    datetime:
      build: 2024-10-12 15:28:40.526849647 +00:00:00
      update: 2024-10-12 15:39:33.576808958 +00:00:00
    docker:
      platform: linux/arm64
      repo-digests:
      - ghcr.io/2cd/debian@sha256:d501d18622df033486df930c45691a1ad50f07183fa8b0050418ffec09e936a5
      - reg.tmoe.me:2096/debian/13@sha256:d501d18622df033486df930c45691a1ad50f07183fa8b0050418ffec09e936a5
      - reg.tmoe.me:2096/debian/trixie@sha256:d501d18622df033486df930c45691a1ad50f07183fa8b0050418ffec09e936a5
      mirror:
      - name: ghcr
        repositories:
        - ghcr.io/2cd/debian:trixie-arm64
        - ghcr.io/2cd/debian:13-arm64
      - name: reg
        repositories:
        - reg.tmoe.me:2096/debian/trixie:arm64
        - reg.tmoe.me:2096/debian/13:arm64
    file:
      name: 13_trixie_arm64.tar.zst
      size:
        bytes: 36373401
        readable: 34.69 MiB
        kib: 35520.9 KiB
        tar-bytes: 168355840
        tar-readable: 160.56 MiB
        cmt: |+
          Ideally:
              zstd size => download size (i.e., Consumes 34.69 MiB of traffic)
              tar size => uncompressed size (Actually, the extracted content is >= 160.56 MiB)
              zstd + tar size ~= space occupation for initial installation
                  (i.e., Requires at least 195.25 MiB of disk storage space, but actually needs more)

      modified-time: 2024-10-12 15:34:26.197829436 +00:00:00
      zstd:
        level: 18
        long: 27
      digest:
      - algorithm: blake3
        hex: 75bc4ea1cda8779d07cc03beaa6ba2cda9bc4e15af2ffe3ed9ce2ce815a5c26a
        cmt: |+
          Usage:
              # run apt as root (i.e., +sudo/+doas)
              apt install b3sum

              # check blake3 hash
              echo '75bc4ea1cda8779d07cc03beaa6ba2cda9bc4e15af2ffe3ed9ce2ce815a5c26a  13_trixie_arm64.tar.zst' > blake3.txt
              b3sum --check blake3.txt

      - algorithm: sha256
        hex: 9870e66d3b08e67eacb8cea515425f0050196d21c8a6541699697a0113220e05
        cmt: |+
          Usage:
              # check sha256 hash
              echo '9870e66d3b08e67eacb8cea515425f0050196d21c8a6541699697a0113220e05  13_trixie_arm64.tar.zst' > sha256.txt
              sha256sum --check sha256.txt

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

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

  - name: trixie-x86
    arch: x86
    datetime:
      build: 2024-10-12 15:28:37.453915876 +00:00:00
      update: 2024-10-12 15:39:33.611214412 +00:00:00
    docker:
      platform: linux/386
      repo-digests:
      - ghcr.io/2cd/debian@sha256:7f609f3113855eec1b8bf5bd3ad1bd4d4b0aaa474b2fa6435dd6f0a4780fa7c2
      - reg.tmoe.me:2096/debian/13@sha256:7f609f3113855eec1b8bf5bd3ad1bd4d4b0aaa474b2fa6435dd6f0a4780fa7c2
      - reg.tmoe.me:2096/debian/trixie@sha256:7f609f3113855eec1b8bf5bd3ad1bd4d4b0aaa474b2fa6435dd6f0a4780fa7c2
      mirror:
      - name: ghcr
        repositories:
        - ghcr.io/2cd/debian:trixie-x86
        - ghcr.io/2cd/debian:13-x86
      - name: reg
        repositories:
        - reg.tmoe.me:2096/debian/trixie:x86
        - reg.tmoe.me:2096/debian/13:x86
    file:
      name: 13_trixie_x86.tar.zst
      size:
        bytes: 37609067
        readable: 35.87 MiB
        kib: 36727.61 KiB
        tar-bytes: 144947200
        tar-readable: 138.23 MiB
        cmt: |+
          Ideally:
              zstd size => download size (i.e., Consumes 35.87 MiB of traffic)
              tar size => uncompressed size (Actually, the extracted content is >= 138.23 MiB)
              zstd + tar size ~= space occupation for initial installation
                  (i.e., Requires at least 174.1 MiB of disk storage space, but actually needs more)

      modified-time: 2024-10-12 15:29:42.485409231 +00:00:00
      zstd:
        level: 18
        long: 27
      digest:
      - algorithm: blake3
        hex: fe97610fcec7b56cb2ba172947fea96c9816fb97eab2fa28a337572d3c69d65b
        cmt: |+
          Usage:
              # run apt as root (i.e., +sudo/+doas)
              apt install b3sum

              # check blake3 hash
              echo 'fe97610fcec7b56cb2ba172947fea96c9816fb97eab2fa28a337572d3c69d65b  13_trixie_x86.tar.zst' > blake3.txt
              b3sum --check blake3.txt

      - algorithm: sha256
        hex: 0761e376802ffd0ea86581dc3afa5f4c277c44e519e1ae87c9c2a44586792367
        cmt: |+
          Usage:
              # check sha256 hash
              echo '0761e376802ffd0ea86581dc3afa5f4c277c44e519e1ae87c9c2a44586792367  13_trixie_x86.tar.zst' > sha256.txt
              sha256sum --check sha256.txt

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

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

  - name: trixie-armv5te
    arch: armv5te
    datetime:
      build: 2024-10-12 15:28:38.636919327 +00:00:00
      update:...
Read more

12 Bookworm (2023-06)

18 Feb 09:19
Compare
Choose a tag to compare
os:
- name: Debian
  codename: Bookworm
  series: bookworm
  version: '12'
  docker:
    oci-platforms:
    - linux/386
    - linux/amd64
    - linux/arm/v5
    - linux/arm/v7
    - linux/arm64
    - linux/mips64le
    - linux/mipsle
    - linux/ppc64le
    - linux/s390x
    cmt: |-
      Usage:
          docker run --pull=always -it --rm ghcr.io/2cd/debian:bookworm
    mirror:
    - name: ghcr
      repositories:
      - ghcr.io/2cd/debian:bookworm
      - ghcr.io/2cd/debian:12
      repo-digests:
      - ghcr.io/2cd/debian@sha256:b5f13b53825792d19e435e7b70799d4e57b4032fbcb787937d1ccf77efc2b211
    - name: reg
      repositories:
      - reg.tmoe.me:2096/debian/bookworm:latest
      - reg.tmoe.me:2096/debian/12:latest
      repo-digests:
      - reg.tmoe.me:2096/debian/12@sha256:b5f13b53825792d19e435e7b70799d4e57b4032fbcb787937d1ccf77efc2b211
      - reg.tmoe.me:2096/debian/bookworm@sha256:b5f13b53825792d19e435e7b70799d4e57b4032fbcb787937d1ccf77efc2b211
  tag:
  - name: bookworm-x64
    arch: x64
    datetime:
      build: 2024-10-12 16:08:48.332673146 +00:00:00
      update: 2024-10-12 16:17:53.200639513 +00:00:00
    docker:
      platform: linux/amd64
      repo-digests:
      - ghcr.io/2cd/debian@sha256:420e3e4a8b287100cddeb13d3764322bb2160083a7285ef24d86c0a710702125
      - reg.tmoe.me:2096/debian/12@sha256:420e3e4a8b287100cddeb13d3764322bb2160083a7285ef24d86c0a710702125
      - reg.tmoe.me:2096/debian/bookworm@sha256:420e3e4a8b287100cddeb13d3764322bb2160083a7285ef24d86c0a710702125
      mirror:
      - name: ghcr
        repositories:
        - ghcr.io/2cd/debian:bookworm-x64
        - ghcr.io/2cd/debian:12-x64
      - name: reg
        repositories:
        - reg.tmoe.me:2096/debian/bookworm:x64
        - reg.tmoe.me:2096/debian/12:x64
    file:
      name: 12_bookworm_x64.tar.zst
      size:
        bytes: 36070312
        readable: 34.4 MiB
        kib: 35224.92 KiB
        tar-bytes: 143093760
        tar-readable: 136.46 MiB
        cmt: |+
          Ideally:
              zstd size => download size (i.e., Consumes 34.4 MiB of traffic)
              tar size => uncompressed size (Actually, the extracted content is >= 136.46 MiB)
              zstd + tar size ~= space occupation for initial installation
                  (i.e., Requires at least 170.86 MiB of disk storage space, but actually needs more)

      modified-time: 2024-10-12 16:09:32.951402059 +00:00:00
      zstd:
        level: 18
        long: 27
      digest:
      - algorithm: blake3
        hex: a5579ec8900ad525a968c3f959e63f468ac188c0760061f30ff41382f7eebcb6
        cmt: |+
          Usage:
              # run apt as root (i.e., +sudo/+doas)
              apt install b3sum

              # check blake3 hash
              echo 'a5579ec8900ad525a968c3f959e63f468ac188c0760061f30ff41382f7eebcb6  12_bookworm_x64.tar.zst' > blake3.txt
              b3sum --check blake3.txt

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

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

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

  - name: bookworm-x86
    arch: x86
    datetime:
      build: 2024-10-12 16:08:44.832308023 +00:00:00
      update: 2024-10-12 16:17:53.233863164 +00:00:00
    docker:
      platform: linux/386
      repo-digests:
      - ghcr.io/2cd/debian@sha256:9eaca84ff196a83114d02739ef4243a72007b60f882ab7e50eb9bbd3907e2516
      - reg.tmoe.me:2096/debian/12@sha256:9eaca84ff196a83114d02739ef4243a72007b60f882ab7e50eb9bbd3907e2516
      - reg.tmoe.me:2096/debian/bookworm@sha256:9eaca84ff196a83114d02739ef4243a72007b60f882ab7e50eb9bbd3907e2516
      mirror:
      - name: ghcr
        repositories:
        - ghcr.io/2cd/debian:bookworm-x86
        - ghcr.io/2cd/debian:12-x86
      - name: reg
        repositories:
        - reg.tmoe.me:2096/debian/bookworm:x86
        - reg.tmoe.me:2096/debian/12:x86
    file:
      name: 12_bookworm_x86.tar.zst
      size:
        bytes: 36926810
        readable: 35.22 MiB
        kib: 36061.34 KiB
        tar-bytes: 143984640
        tar-readable: 137.31 MiB
        cmt: |+
          Ideally:
              zstd size => download size (i.e., Consumes 35.22 MiB of traffic)
              tar size => uncompressed size (Actually, the extracted content is >= 137.31 MiB)
              zstd + tar size ~= space occupation for initial installation
                  (i.e., Requires at least 172.53 MiB of disk storage space, but actually needs more)

      modified-time: 2024-10-12 16:09:30.055443327 +00:00:00
      zstd:
        level: 18
        long: 27
      digest:
      - algorithm: blake3
        hex: e8729f4f617b6f5da2f508e8c7113967850c38432f7daf3d677001b1f81e11a7
        cmt: |+
          Usage:
              # run apt as root (i.e., +sudo/+doas)
              apt install b3sum

              # check blake3 hash
              echo 'e8729f4f617b6f5da2f508e8c7113967850c38432f7daf3d677001b1f81e11a7  12_bookworm_x86.tar.zst' > blake3.txt
              b3sum --check blake3.txt

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

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

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

  - name: bookworm-arm64
    arch: arm64
    datetime:
      build: 2024-10-12 16:08:48.666165898 +00:00:00
      update: 2024-10-12 16:17:53.265659865 +00:00:00
    docker:
      platform: linux/arm64
      repo-digests:
      - ghcr.io/2cd/debian@sha256:30d6c327735f53db61b4f845e379c22bb4b8a8151f024147c375a99854005c79
      - reg.tmoe.me:2096/debian/12@sha256:30d6c327735f53db61b4f845e379c22bb4b8a8151f024147c375a99854005c79
      - reg.tmoe.me:2096/debian/bookworm@sha256:30d6c327735f53db61b4f845e379c22bb4b8a8151f024147c375a99854005c79
      mirror:
      - name: ghcr
        repositories:
        - ghcr.io/2cd/debian:bookworm-arm64
        - ghcr.io/2cd/debian:12-arm64
      - name: reg
        repositories:
        - reg.tmoe.me:2096/debian/bookworm:arm64
        - reg.tmoe.me:2096/debian/12:arm64
    file:
      name: 12_bookworm_arm64.tar.zst
      size:
        bytes: 35225153
        readable: 33.59 MiB
        kib: 34399.56 KiB
        tar-bytes: 165703680
        tar-readable: 158.03 MiB
        cmt: |+
          Ideally:
              zstd size => download size (i.e., Consumes 33.59 MiB of traffic)
              tar size => uncompressed size (Actually, the extracted content is >= 158.03 MiB)
              zstd + tar size ~= space occupation for initial installation
                  (i.e., Requires at least 191.62 MiB of disk storage space, but actually needs more)

      modified-time: 2024-10-12 16:11:42.146381382 +00:00:00
      zstd:
        level: 18
        long: 27
      digest:
      - algorithm: blake3
        hex: ff3b006516b422148c42a29a9eab1d3a1e469b94d5120f70197cd4e96edaf3fc
        cmt: |+
          Usage:
              # run apt as root (i.e., +sudo/+doas)
              apt install b3sum

              # check blake3 hash
              echo 'ff3b006516b422148c42a29a9eab1d3a1e469b94d5120f70197cd4e96edaf3fc  12_bookworm_arm64.tar.zst' > blake3.txt
              b3sum --check blake3.txt

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

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

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

  - name: book...
Read more

11 Bullseye (2021-08)

18 Feb 09:17
Compare
Choose a tag to compare
os:
- name: Debian
  codename: Bullseye
  series: bullseye
  version: '11'
  docker:
    oci-platforms:
    - linux/386
    - linux/amd64
    - linux/arm/v5
    - linux/arm/v7
    - linux/arm64
    - linux/mips64le
    - linux/mipsle
    - linux/ppc64le
    - linux/s390x
    cmt: |-
      Usage:
          docker run --pull=always -it --rm ghcr.io/2cd/debian:11
    mirror:
    - name: ghcr
      repositories:
      - ghcr.io/2cd/debian:11
      - ghcr.io/2cd/debian:bullseye
      repo-digests:
      - ghcr.io/2cd/debian@sha256:676ffc7e640b38cd546472afe7cb78e81ac2bba70e2fd1f1a0c3cf59b9c1ef2c
    - name: reg
      repositories:
      - reg.tmoe.me:2096/debian/11:latest
      - reg.tmoe.me:2096/debian/bullseye:latest
      repo-digests:
      - reg.tmoe.me:2096/debian/11@sha256:676ffc7e640b38cd546472afe7cb78e81ac2bba70e2fd1f1a0c3cf59b9c1ef2c
      - reg.tmoe.me:2096/debian/bullseye@sha256:676ffc7e640b38cd546472afe7cb78e81ac2bba70e2fd1f1a0c3cf59b9c1ef2c
  tag:
  - name: bullseye-x64
    arch: x64
    datetime:
      build: 2024-03-23 15:11:52.100952194 +00:00:00
      update: 2024-03-23 15:25:56.301754556 +00:00:00
    docker:
      platform: linux/amd64
      repo-digests:
      - ghcr.io/2cd/debian@sha256:774291cbec3219c15f12eef284bb739364e58a9047b6d90d1b9b1eb289e11cd6
      - reg.tmoe.me:2096/debian/11@sha256:774291cbec3219c15f12eef284bb739364e58a9047b6d90d1b9b1eb289e11cd6
      - reg.tmoe.me:2096/debian/bullseye@sha256:774291cbec3219c15f12eef284bb739364e58a9047b6d90d1b9b1eb289e11cd6
      mirror:
      - name: ghcr
        repositories:
        - ghcr.io/2cd/debian:bullseye-x64
        - ghcr.io/2cd/debian:11-x64
      - name: reg
        repositories:
        - reg.tmoe.me:2096/debian/bullseye:x64
        - reg.tmoe.me:2096/debian/11:x64
    file:
      name: 11_bullseye_x64.tar.zst
      size:
        bytes: 37191622
        readable: 35.47 MiB
        kib: 36319.95 KiB
        tar-bytes: 143902720
        tar-readable: 137.24 MiB
        cmt: |+
          Ideally:
              zstd size => download size (i.e., Consumes 35.47 MiB of traffic)
              tar size => uncompressed size (Actually, the extracted content is >= 137.24 MiB)
              zstd + tar size ~= space occupation for initial installation
                  (i.e., Requires at least 172.71 MiB of disk storage space, but actually needs more)

      modified-time: 2024-03-23 15:12:39.43881125 +00:00:00
      zstd:
        level: 18
        long: 27
      digest:
      - algorithm: blake3
        hex: a79139bfb31549fb6934b8136ec8703ad0cd0f915d3783daba22cfaeb57cbbe8
        cmt: |+
          Usage:
              # run apt as root (i.e., +sudo/+doas)
              apt install b3sum

              # check blake3 hash
              echo 'a79139bfb31549fb6934b8136ec8703ad0cd0f915d3783daba22cfaeb57cbbe8  11_bullseye_x64.tar.zst' > blake3.txt
              b3sum --check blake3.txt

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

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

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

  - name: bullseye-x86
    arch: x86
    datetime:
      build: 2024-03-23 15:13:12.069509787 +00:00:00
      update: 2024-03-23 15:25:56.336103585 +00:00:00
    docker:
      platform: linux/386
      repo-digests:
      - ghcr.io/2cd/debian@sha256:f8940de385bf09fe65e11f9caf451caa6f55fad8a7c71fe14fce29d7122ee7ac
      - reg.tmoe.me:2096/debian/11@sha256:f8940de385bf09fe65e11f9caf451caa6f55fad8a7c71fe14fce29d7122ee7ac
      - reg.tmoe.me:2096/debian/bullseye@sha256:f8940de385bf09fe65e11f9caf451caa6f55fad8a7c71fe14fce29d7122ee7ac
      mirror:
      - name: ghcr
        repositories:
        - ghcr.io/2cd/debian:bullseye-x86
        - ghcr.io/2cd/debian:11-x86
      - name: reg
        repositories:
        - reg.tmoe.me:2096/debian/bullseye:x86
        - reg.tmoe.me:2096/debian/11:x86
    file:
      name: 11_bullseye_x86.tar.zst
      size:
        bytes: 38112448
        readable: 36.35 MiB
        kib: 37219.19 KiB
        tar-bytes: 144650240
        tar-readable: 137.95 MiB
        cmt: |+
          Ideally:
              zstd size => download size (i.e., Consumes 36.35 MiB of traffic)
              tar size => uncompressed size (Actually, the extracted content is >= 137.95 MiB)
              zstd + tar size ~= space occupation for initial installation
                  (i.e., Requires at least 174.3 MiB of disk storage space, but actually needs more)

      modified-time: 2024-03-23 15:14:02.159926401 +00:00:00
      zstd:
        level: 18
        long: 27
      digest:
      - algorithm: blake3
        hex: fbcc8a0b41c0f2abf4d217059e4939283ce51e5544b3985eda8a0f608db998be
        cmt: |+
          Usage:
              # run apt as root (i.e., +sudo/+doas)
              apt install b3sum

              # check blake3 hash
              echo 'fbcc8a0b41c0f2abf4d217059e4939283ce51e5544b3985eda8a0f608db998be  11_bullseye_x86.tar.zst' > blake3.txt
              b3sum --check blake3.txt

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

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

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

  - name: bullseye-arm64
    arch: arm64
    datetime:
      build: 2024-03-23 15:11:58.986990213 +00:00:00
      update: 2024-03-23 15:25:56.368644354 +00:00:00
    docker:
      platform: linux/arm64
      repo-digests:
      - ghcr.io/2cd/debian@sha256:1ba0d514d8c517694049c7a4dd62b7909f15361ca9d931fecd4c0a4320ca3b63
      - reg.tmoe.me:2096/debian/11@sha256:1ba0d514d8c517694049c7a4dd62b7909f15361ca9d931fecd4c0a4320ca3b63
      - reg.tmoe.me:2096/debian/bullseye@sha256:1ba0d514d8c517694049c7a4dd62b7909f15361ca9d931fecd4c0a4320ca3b63
      mirror:
      - name: ghcr
        repositories:
        - ghcr.io/2cd/debian:bullseye-arm64
        - ghcr.io/2cd/debian:11-arm64
      - name: reg
        repositories:
        - reg.tmoe.me:2096/debian/bullseye:arm64
        - reg.tmoe.me:2096/debian/11:arm64
    file:
      name: 11_bullseye_arm64.tar.zst
      size:
        bytes: 36320954
        readable: 34.64 MiB
        kib: 35469.68 KiB
        tar-bytes: 137809920
        tar-readable: 131.43 MiB
        cmt: |+
          Ideally:
              zstd size => download size (i.e., Consumes 34.64 MiB of traffic)
              tar size => uncompressed size (Actually, the extracted content is >= 131.43 MiB)
              zstd + tar size ~= space occupation for initial installation
                  (i.e., Requires at least 166.06 MiB of disk storage space, but actually needs more)

      modified-time: 2024-03-23 15:14:23.769915902 +00:00:00
      zstd:
        level: 18
        long: 27
      digest:
      - algorithm: blake3
        hex: f30b838daabb9942b22cc49f3890f9194c6c2911ce8f9265cc5e789c6e527a9c
        cmt: |+
          Usage:
              # run apt as root (i.e., +sudo/+doas)
              apt install b3sum

              # check blake3 hash
              echo 'f30b838daabb9942b22cc49f3890f9194c6c2911ce8f9265cc5e789c6e527a9c  11_bullseye_arm64.tar.zst' > blake3.txt
              b3sum --check blake3.txt

      - algorithm: sha256
        hex: 484db6d3bd8e5af81576ce87cd897452096eb2a5f2aae802539acd5b9ab3e6c1
        cmt: |+
          Usage:
              # check sha256 hash
              echo '484db6d3bd8e5af81576ce87cd897452096eb2a5f2aae802539acd5b9ab3e6c1  11_bullseye_arm64.tar.zst' > sha256.txt
              sha256sum --check sha256.txt

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

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

  - name: bullseye-a...
Read more

10 Buster (2019-07)

18 Feb 09:19
Compare
Choose a tag to compare
os:
- name: Debian
  codename: Buster
  series: buster
  version: '10'
  docker:
    oci-platforms:
    - linux/386
    - linux/amd64
    - linux/arm/v5
    - linux/arm/v7
    - linux/arm64
    - linux/mips
    - linux/mips64le
    - linux/mipsle
    - linux/ppc64le
    - linux/s390x
    cmt: |-
      Usage:
          docker run --pull=always -it --rm ghcr.io/2cd/debian:buster
    mirror:
    - name: ghcr
      repositories:
      - ghcr.io/2cd/debian:buster
      - ghcr.io/2cd/debian:10
      repo-digests:
      - ghcr.io/2cd/debian@sha256:926e542e1e0b886ad5cacf74986b89b2ba2a207b1555975e16f417a1a378d8c0
    - name: reg
      repositories:
      - reg.tmoe.me:2096/debian/buster:latest
      - reg.tmoe.me:2096/debian/10:latest
      repo-digests:
      - reg.tmoe.me:2096/debian/10@sha256:926e542e1e0b886ad5cacf74986b89b2ba2a207b1555975e16f417a1a378d8c0
      - reg.tmoe.me:2096/debian/buster@sha256:926e542e1e0b886ad5cacf74986b89b2ba2a207b1555975e16f417a1a378d8c0
  tag:
  - name: buster-mipsle
    arch: mipsle
    datetime:
      build: 2024-03-23 15:15:42.558596441 +00:00:00
      update: 2024-03-23 15:26:01.133058981 +00:00:00
    docker:
      platform: linux/mipsle
      repo-digests:
      - ghcr.io/2cd/debian@sha256:379e0fe72e1838aa13d9da370f59ff9179138a264ed8f3676d79056b17f3f84f
      - reg.tmoe.me:2096/debian/10@sha256:379e0fe72e1838aa13d9da370f59ff9179138a264ed8f3676d79056b17f3f84f
      - reg.tmoe.me:2096/debian/buster@sha256:379e0fe72e1838aa13d9da370f59ff9179138a264ed8f3676d79056b17f3f84f
      mirror:
      - name: ghcr
        repositories:
        - ghcr.io/2cd/debian:buster-mipsle
        - ghcr.io/2cd/debian:10-mipsle
      - name: reg
        repositories:
        - reg.tmoe.me:2096/debian/buster:mipsle
        - reg.tmoe.me:2096/debian/10:mipsle
    file:
      name: 10_buster_mipsle.tar.zst
      size:
        bytes: 33274411
        readable: 31.73 MiB
        kib: 32494.54 KiB
        tar-bytes: 130897920
        tar-readable: 124.83 MiB
        cmt: |+
          Ideally:
              zstd size => download size (i.e., Consumes 31.73 MiB of traffic)
              tar size => uncompressed size (Actually, the extracted content is >= 124.83 MiB)
              zstd + tar size ~= space occupation for initial installation
                  (i.e., Requires at least 156.57 MiB of disk storage space, but actually needs more)

      modified-time: 2024-03-23 15:18:56.496364908 +00:00:00
      zstd:
        level: 18
        long: 27
      digest:
      - algorithm: blake3
        hex: bb7077d16c6fc3764f08d966f03eaaac94749c55787327055dadb346cfa4d6b9
        cmt: |+
          Usage:
              # run apt as root (i.e., +sudo/+doas)
              apt install b3sum

              # check blake3 hash
              echo 'bb7077d16c6fc3764f08d966f03eaaac94749c55787327055dadb346cfa4d6b9  10_buster_mipsle.tar.zst' > blake3.txt
              b3sum --check blake3.txt

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

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

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

  - name: buster-mipsbe
    arch: mipsbe
    datetime:
      build: 2024-03-23 15:15:40.197025974 +00:00:00
      update: 2024-03-23 15:26:01.163046303 +00:00:00
    docker:
      platform: linux/mips
      repo-digests:
      - ghcr.io/2cd/debian@sha256:817b6eaa3223e85db8322fbcf6e5c5946871e6b3816917e8209c4e053026e41d
      - reg.tmoe.me:2096/debian/10@sha256:817b6eaa3223e85db8322fbcf6e5c5946871e6b3816917e8209c4e053026e41d
      - reg.tmoe.me:2096/debian/buster@sha256:817b6eaa3223e85db8322fbcf6e5c5946871e6b3816917e8209c4e053026e41d
      mirror:
      - name: ghcr
        repositories:
        - ghcr.io/2cd/debian:buster-mipsbe
        - ghcr.io/2cd/debian:10-mipsbe
      - name: reg
        repositories:
        - reg.tmoe.me:2096/debian/buster:mipsbe
        - reg.tmoe.me:2096/debian/10:mipsbe
    file:
      name: 10_buster_mipsbe.tar.zst
      size:
        bytes: 33255008
        readable: 31.71 MiB
        kib: 32475.6 KiB
        tar-bytes: 130887680
        tar-readable: 124.82 MiB
        cmt: |+
          Ideally:
              zstd size => download size (i.e., Consumes 31.71 MiB of traffic)
              tar size => uncompressed size (Actually, the extracted content is >= 124.82 MiB)
              zstd + tar size ~= space occupation for initial installation
                  (i.e., Requires at least 156.54 MiB of disk storage space, but actually needs more)

      modified-time: 2024-03-23 15:18:12.853507842 +00:00:00
      zstd:
        level: 18
        long: 27
      digest:
      - algorithm: blake3
        hex: 811a840ca0dab7cb659ddf355500d1d4583600ca47262772e9e98e07d4a06436
        cmt: |+
          Usage:
              # run apt as root (i.e., +sudo/+doas)
              apt install b3sum

              # check blake3 hash
              echo '811a840ca0dab7cb659ddf355500d1d4583600ca47262772e9e98e07d4a06436  10_buster_mipsbe.tar.zst' > blake3.txt
              b3sum --check blake3.txt

      - algorithm: sha256
        hex: 7b277f562fc2716320c822a3c812b3d90778c423996e9d2930f12ab94cd19456
        cmt: |+
          Usage:
              # check sha256 hash
              echo '7b277f562fc2716320c822a3c812b3d90778c423996e9d2930f12ab94cd19456  10_buster_mipsbe.tar.zst' > sha256.txt
              sha256sum --check sha256.txt

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

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

  - name: buster-mips64le
    arch: mips64le
    datetime:
      build: 2024-03-23 15:15:36.591389416 +00:00:00
      update: 2024-03-23 15:26:01.19281111 +00:00:00
    docker:
      platform: linux/mips64le
      repo-digests:
      - ghcr.io/2cd/debian@sha256:8892a7fea3ec4f1a2142c2d0a3403d8e4a73c630d49974a38502c298bfd14ef1
      - reg.tmoe.me:2096/debian/10@sha256:8892a7fea3ec4f1a2142c2d0a3403d8e4a73c630d49974a38502c298bfd14ef1
      - reg.tmoe.me:2096/debian/buster@sha256:8892a7fea3ec4f1a2142c2d0a3403d8e4a73c630d49974a38502c298bfd14ef1
      mirror:
      - name: ghcr
        repositories:
        - ghcr.io/2cd/debian:buster-mips64le
        - ghcr.io/2cd/debian:10-mips64le
      - name: reg
        repositories:
        - reg.tmoe.me:2096/debian/buster:mips64le
        - reg.tmoe.me:2096/debian/10:mips64le
    file:
      name: 10_buster_mips64le.tar.zst
      size:
        bytes: 33170192
        readable: 31.63 MiB
        kib: 32392.77 KiB
        tar-bytes: 137021440
        tar-readable: 130.67 MiB
        cmt: |+
          Ideally:
              zstd size => download size (i.e., Consumes 31.63 MiB of traffic)
              tar size => uncompressed size (Actually, the extracted content is >= 130.67 MiB)
              zstd + tar size ~= space occupation for initial installation
                  (i.e., Requires at least 162.31 MiB of disk storage space, but actually needs more)

      modified-time: 2024-03-23 15:18:14.654593252 +00:00:00
      zstd:
        level: 18
        long: 27
      digest:
      - algorithm: blake3
        hex: 32ba166a4349977ca619c1f83f1e7d195a0fab515ac24cdb74d14a9c0f16c109
        cmt: |+
          Usage:
              # run apt as root (i.e., +sudo/+doas)
              apt install b3sum

              # check blake3 hash
              echo '32ba166a4349977ca619c1f83f1e7d195a0fab515ac24cdb74d14a9c0f16c109  10_buster_mips64le.tar.zst' > blake3.txt
              b3sum --check blake3.txt

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

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

              # run gnutar or bsdtar (libarchive-tools) as root (e.g., doas tar -xvf file.t...
Read more

9 Stretch (2017-06)

18 Feb 08:20
Compare
Choose a tag to compare
os:
- name: Debian
  codename: Stretch
  series: stretch
  version: '9'
  docker:
    oci-platforms:
    - linux/386
    - linux/amd64
    - linux/arm/v4
    - linux/arm/v7
    - linux/arm64
    - linux/mips
    - linux/mips64le
    - linux/mipsle
    - linux/ppc64le
    - linux/s390x
    cmt: |-
      Usage:
          docker run --pull=always -it --rm ghcr.io/2cd/debian:9
    mirror:
    - name: ghcr
      repositories:
      - ghcr.io/2cd/debian:9
      - ghcr.io/2cd/debian:stretch
      repo-digests:
      - ghcr.io/2cd/debian@sha256:f02650b8e5ba3bdfb8eb407fff1528bfbe8945d8b6097fcd8c6bd06b89e1e803
    - name: reg
      repositories:
      - reg.tmoe.me:2096/debian/stretch:latest
      - reg.tmoe.me:2096/debian/9:latest
      repo-digests:
      - reg.tmoe.me:2096/debian/9@sha256:f02650b8e5ba3bdfb8eb407fff1528bfbe8945d8b6097fcd8c6bd06b89e1e803
      - reg.tmoe.me:2096/debian/stretch@sha256:f02650b8e5ba3bdfb8eb407fff1528bfbe8945d8b6097fcd8c6bd06b89e1e803
  tag:
  - name: stretch-armv4t
    arch: armv4t
    datetime:
      build: 2024-03-23 15:24:44.781302415 +00:00:00
      update: 2024-03-23 15:38:49.799626684 +00:00:00
    docker:
      platform: linux/arm/v4
      repo-digests:
      - ghcr.io/2cd/debian@sha256:b29970fa7337a50c832238b06e827d203574abb42ee6b10d5a2b24bdb4543e25
      - reg.tmoe.me:2096/debian/9@sha256:b29970fa7337a50c832238b06e827d203574abb42ee6b10d5a2b24bdb4543e25
      - reg.tmoe.me:2096/debian/stretch@sha256:b29970fa7337a50c832238b06e827d203574abb42ee6b10d5a2b24bdb4543e25
      mirror:
      - name: ghcr
        repositories:
        - ghcr.io/2cd/debian:stretch-armv4t
        - ghcr.io/2cd/debian:9-armv4t
      - name: reg
        repositories:
        - reg.tmoe.me:2096/debian/stretch:armv4t
        - reg.tmoe.me:2096/debian/9:armv4t
    file:
      name: 9_stretch_armv4t.tar.zst
      size:
        bytes: 32580114
        readable: 31.07 MiB
        kib: 31816.52 KiB
        tar-bytes: 122746880
        tar-readable: 117.06 MiB
        cmt: |+
          Ideally:
              zstd size => download size (i.e., Consumes 31.07 MiB of traffic)
              tar size => uncompressed size (Actually, the extracted content is >= 117.06 MiB)
              zstd + tar size ~= space occupation for initial installation
                  (i.e., Requires at least 148.13 MiB of disk storage space, but actually needs more)

      modified-time: 2024-03-23 15:29:36.795225975 +00:00:00
      zstd:
        level: 18
        long: 27
      digest:
      - algorithm: blake3
        hex: df59fcd33ddc2cd2e613953b04c5351e49a8a2f4b735b63b46c8f4ed46e59f3c
        cmt: |+
          Usage:
              # run apt as root (i.e., +sudo/+doas)
              apt install b3sum

              # check blake3 hash
              echo 'df59fcd33ddc2cd2e613953b04c5351e49a8a2f4b735b63b46c8f4ed46e59f3c  9_stretch_armv4t.tar.zst' > blake3.txt
              b3sum --check blake3.txt

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

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

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

  - name: stretch-mipsbe
    arch: mipsbe
    datetime:
      build: 2024-03-23 15:24:43.092944951 +00:00:00
      update: 2024-03-23 15:38:49.829726503 +00:00:00
    docker:
      platform: linux/mips
      repo-digests:
      - ghcr.io/2cd/debian@sha256:199e69dc212bc42d0b6e272ad2aa69e27cc3715d88d036aa4fd4d4d401025bfc
      - reg.tmoe.me:2096/debian/9@sha256:199e69dc212bc42d0b6e272ad2aa69e27cc3715d88d036aa4fd4d4d401025bfc
      - reg.tmoe.me:2096/debian/stretch@sha256:199e69dc212bc42d0b6e272ad2aa69e27cc3715d88d036aa4fd4d4d401025bfc
      mirror:
      - name: ghcr
        repositories:
        - ghcr.io/2cd/debian:stretch-mipsbe
        - ghcr.io/2cd/debian:9-mipsbe
      - name: reg
        repositories:
        - reg.tmoe.me:2096/debian/stretch:mipsbe
        - reg.tmoe.me:2096/debian/9:mipsbe
    file:
      name: 9_stretch_mipsbe.tar.zst
      size:
        bytes: 33336061
        readable: 31.79 MiB
        kib: 32554.75 KiB
        tar-bytes: 131338240
        tar-readable: 125.25 MiB
        cmt: |+
          Ideally:
              zstd size => download size (i.e., Consumes 31.79 MiB of traffic)
              tar size => uncompressed size (Actually, the extracted content is >= 125.25 MiB)
              zstd + tar size ~= space occupation for initial installation
                  (i.e., Requires at least 157.05 MiB of disk storage space, but actually needs more)

      modified-time: 2024-03-23 15:27:39.74884139 +00:00:00
      zstd:
        level: 18
        long: 27
      digest:
      - algorithm: blake3
        hex: 897c1f948fb832eea360e184cfb8d7b448e40e05af6803669861def541b1282c
        cmt: |+
          Usage:
              # run apt as root (i.e., +sudo/+doas)
              apt install b3sum

              # check blake3 hash
              echo '897c1f948fb832eea360e184cfb8d7b448e40e05af6803669861def541b1282c  9_stretch_mipsbe.tar.zst' > blake3.txt
              b3sum --check blake3.txt

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

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

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

  - name: stretch-s390x
    arch: s390x
    datetime:
      build: 2024-03-23 15:27:08.769467391 +00:00:00
      update: 2024-03-23 15:38:49.859786825 +00:00:00
    docker:
      platform: linux/s390x
      repo-digests:
      - ghcr.io/2cd/debian@sha256:8f39a6d10914abd5c466f2de43ac7c8d956e367ab35152f5d172b010dad1989c
      - reg.tmoe.me:2096/debian/9@sha256:8f39a6d10914abd5c466f2de43ac7c8d956e367ab35152f5d172b010dad1989c
      - reg.tmoe.me:2096/debian/stretch@sha256:8f39a6d10914abd5c466f2de43ac7c8d956e367ab35152f5d172b010dad1989c
      mirror:
      - name: ghcr
        repositories:
        - ghcr.io/2cd/debian:stretch-s390x
        - ghcr.io/2cd/debian:9-s390x
      - name: reg
        repositories:
        - reg.tmoe.me:2096/debian/stretch:s390x
        - reg.tmoe.me:2096/debian/9:s390x
    file:
      name: 9_stretch_s390x.tar.zst
      size:
        bytes: 33469531
        readable: 31.92 MiB
        kib: 32685.09 KiB
        tar-bytes: 135147520
        tar-readable: 128.89 MiB
        cmt: |+
          Ideally:
              zstd size => download size (i.e., Consumes 31.92 MiB of traffic)
              tar size => uncompressed size (Actually, the extracted content is >= 128.89 MiB)
              zstd + tar size ~= space occupation for initial installation
                  (i.e., Requires at least 160.81 MiB of disk storage space, but actually needs more)

      modified-time: 2024-03-23 15:30:09.549065965 +00:00:00
      zstd:
        level: 18
        long: 27
      digest:
      - algorithm: blake3
        hex: c6fc8c0d8537f8dddb72eb77f8c46d2bdec049a89ba0bfc141ead523c5e5aeb3
        cmt: |+
          Usage:
              # run apt as root (i.e., +sudo/+doas)
              apt install b3sum

              # check blake3 hash
              echo 'c6fc8c0d8537f8dddb72eb77f8c46d2bdec049a89ba0bfc141ead523c5e5aeb3  9_stretch_s390x.tar.zst' > blake3.txt
              b3sum --check blake3.txt

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

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

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

8 Jessie (2015-04)

18 Feb 11:53
Compare
Choose a tag to compare
os:
- name: Debian
  codename: Jessie
  series: jessie
  version: '8'
  docker:
    oci-platforms:
    - linux/386
    - linux/amd64
    - linux/arm/v4
    - linux/arm/v7
    - linux/arm64
    - linux/mips
    - linux/mipsle
    - linux/ppc
    - linux/ppc64le
    - linux/s390x
    cmt: |-
      Usage:
          docker run --pull=always -it --rm ghcr.io/2cd/debian:jessie
    mirror:
    - name: ghcr
      repositories:
      - ghcr.io/2cd/debian:jessie
      - ghcr.io/2cd/debian:8
      repo-digests:
      - ghcr.io/2cd/debian@sha256:d78b234618710887a8d6ba0d98f9e0ac078315f2428ad63fa7410dd25313f63f
    - name: reg
      repositories:
      - reg.tmoe.me:2096/debian/8:latest
      - reg.tmoe.me:2096/debian/jessie:latest
      repo-digests:
      - reg.tmoe.me:2096/debian/8@sha256:d78b234618710887a8d6ba0d98f9e0ac078315f2428ad63fa7410dd25313f63f
      - reg.tmoe.me:2096/debian/jessie@sha256:d78b234618710887a8d6ba0d98f9e0ac078315f2428ad63fa7410dd25313f63f
  tag:
  - name: jessie-arm64
    arch: arm64
    datetime:
      build: 2024-03-23 15:24:40.771231364 +00:00:00
      update: 2024-03-23 15:40:19.093981688 +00:00:00
    docker:
      platform: linux/arm64
      repo-digests:
      - ghcr.io/2cd/debian@sha256:9d5975375a8732911e28e232898d4660aa876bbae4a5171e8ea8eb4ce7211350
      - reg.tmoe.me:2096/debian/8@sha256:9d5975375a8732911e28e232898d4660aa876bbae4a5171e8ea8eb4ce7211350
      - reg.tmoe.me:2096/debian/jessie@sha256:9d5975375a8732911e28e232898d4660aa876bbae4a5171e8ea8eb4ce7211350
      mirror:
      - name: ghcr
        repositories:
        - ghcr.io/2cd/debian:jessie-arm64
        - ghcr.io/2cd/debian:8-arm64
      - name: reg
        repositories:
        - reg.tmoe.me:2096/debian/jessie:arm64
        - reg.tmoe.me:2096/debian/8:arm64
    file:
      name: 8_jessie_arm64.tar.zst
      size:
        bytes: 50265853
        readable: 47.94 MiB
        kib: 49087.75 KiB
        tar-bytes: 200253440
        tar-readable: 190.98 MiB
        cmt: |+
          Ideally:
              zstd size => download size (i.e., Consumes 47.94 MiB of traffic)
              tar size => uncompressed size (Actually, the extracted content is >= 190.98 MiB)
              zstd + tar size ~= space occupation for initial installation
                  (i.e., Requires at least 238.91 MiB of disk storage space, but actually needs more)

      modified-time: 2024-03-23 15:25:50.952119901 +00:00:00
      zstd:
        level: 18
        long: 27
      digest:
      - algorithm: blake3
        hex: 7610678ecff968c3950d37e9332c1d1a4fc1109c65e928ec73da767cc0efc3ac
        cmt: |+
          Usage:
              # run apt as root (i.e., +sudo/+doas)
              apt install b3sum

              # check blake3 hash
              echo '7610678ecff968c3950d37e9332c1d1a4fc1109c65e928ec73da767cc0efc3ac  8_jessie_arm64.tar.zst' > blake3.txt
              b3sum --check blake3.txt

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

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

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

  - name: jessie-ppc64le
    arch: ppc64le
    datetime:
      build: 2024-03-23 15:24:59.322782578 +00:00:00
      update: 2024-03-23 15:40:19.140078743 +00:00:00
    docker:
      platform: linux/ppc64le
      repo-digests:
      - ghcr.io/2cd/debian@sha256:fe81cd69b0e2fd041805a61cc52674b6cfc249df0fc7085b2342bef3860f43bd
      - reg.tmoe.me:2096/debian/8@sha256:fe81cd69b0e2fd041805a61cc52674b6cfc249df0fc7085b2342bef3860f43bd
      - reg.tmoe.me:2096/debian/jessie@sha256:fe81cd69b0e2fd041805a61cc52674b6cfc249df0fc7085b2342bef3860f43bd
      mirror:
      - name: ghcr
        repositories:
        - ghcr.io/2cd/debian:jessie-ppc64le
        - ghcr.io/2cd/debian:8-ppc64le
      - name: reg
        repositories:
        - reg.tmoe.me:2096/debian/jessie:ppc64le
        - reg.tmoe.me:2096/debian/8:ppc64le
    file:
      name: 8_jessie_ppc64le.tar.zst
      size:
        bytes: 51954276
        readable: 49.55 MiB
        kib: 50736.6 KiB
        tar-bytes: 217139200
        tar-readable: 207.08 MiB
        cmt: |+
          Ideally:
              zstd size => download size (i.e., Consumes 49.55 MiB of traffic)
              tar size => uncompressed size (Actually, the extracted content is >= 207.08 MiB)
              zstd + tar size ~= space occupation for initial installation
                  (i.e., Requires at least 256.63 MiB of disk storage space, but actually needs more)

      modified-time: 2024-03-23 15:26:06.066744992 +00:00:00
      zstd:
        level: 18
        long: 27
      digest:
      - algorithm: blake3
        hex: c89924b1c9b3890d170a9bc92bbea925edf3497aa3f827d89f0ff8310c62d5fd
        cmt: |+
          Usage:
              # run apt as root (i.e., +sudo/+doas)
              apt install b3sum

              # check blake3 hash
              echo 'c89924b1c9b3890d170a9bc92bbea925edf3497aa3f827d89f0ff8310c62d5fd  8_jessie_ppc64le.tar.zst' > blake3.txt
              b3sum --check blake3.txt

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

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

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

  - name: jessie-ppc
    arch: ppc
    datetime:
      build: 2024-03-23 15:25:00.048235782 +00:00:00
      update: 2024-03-23 15:40:19.18612674 +00:00:00
    docker:
      platform: linux/ppc
      repo-digests:
      - ghcr.io/2cd/debian@sha256:43a9a3b68bfecef1a1d53c20fd2a1e884fafadf061955e2592361bf950abf918
      - reg.tmoe.me:2096/debian/8@sha256:43a9a3b68bfecef1a1d53c20fd2a1e884fafadf061955e2592361bf950abf918
      - reg.tmoe.me:2096/debian/jessie@sha256:43a9a3b68bfecef1a1d53c20fd2a1e884fafadf061955e2592361bf950abf918
      mirror:
      - name: ghcr
        repositories:
        - ghcr.io/2cd/debian:jessie-ppc
        - ghcr.io/2cd/debian:8-ppc
      - name: reg
        repositories:
        - reg.tmoe.me:2096/debian/jessie:ppc
        - reg.tmoe.me:2096/debian/8:ppc
    file:
      name: 8_jessie_ppc.tar.zst
      size:
        bytes: 51417848
        readable: 49.04 MiB
        kib: 50212.74 KiB
        tar-bytes: 210606080
        tar-readable: 200.85 MiB
        cmt: |+
          Ideally:
              zstd size => download size (i.e., Consumes 49.04 MiB of traffic)
              tar size => uncompressed size (Actually, the extracted content is >= 200.85 MiB)
              zstd + tar size ~= space occupation for initial installation
                  (i.e., Requires at least 249.89 MiB of disk storage space, but actually needs more)

      modified-time: 2024-03-23 15:26:06.864095975 +00:00:00
      zstd:
        level: 18
        long: 27
      digest:
      - algorithm: blake3
        hex: 4bcf35a29ebc75a451bfb455deb7625622c0087cbc873c343e60411e3d4e5a6c
        cmt: |+
          Usage:
              # run apt as root (i.e., +sudo/+doas)
              apt install b3sum

              # check blake3 hash
              echo '4bcf35a29ebc75a451bfb455deb7625622c0087cbc873c343e60411e3d4e5a6c  8_jessie_ppc.tar.zst' > blake3.txt
              b3sum --check blake3.txt

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

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

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

  - name: jessie-mipsbe
    arch: mipsbe
    datetime:
      build:...
Read more

7 wheezy (2013-05)

18 Feb 08:16
Compare
Choose a tag to compare
os:
- name: debian
  codename: Wheezy
  series: wheezy
  version: '7'
  docker:
    oci-platforms:
    - linux/386
    - linux/amd64
    - linux/arm/v4
    - linux/arm/v7
    - linux/mips
    - linux/mipsle
    - linux/ppc
    - linux/s390x
    - linux/sparc
    cmt: |-
      Usage:
          docker run -it --rm ghcr.io/2cd/debian:wheezy
    mirror:
    - name: ghcr
      repositories:
      - ghcr.io/2cd/debian:wheezy
      - ghcr.io/2cd/debian:7
      repo-digests:
      - ghcr.io/2cd/debian@sha256:96de89b8c83605d52699f097ec3de642d905d08cd9eda5e5aadf0d900ba42dc9
    - name: reg
      repositories:
      - reg.tmoe.me:2096/debian/wheezy:latest
      - reg.tmoe.me:2096/debian/7:latest
      repo-digests:
      - reg.tmoe.me:2096/debian/7@sha256:96de89b8c83605d52699f097ec3de642d905d08cd9eda5e5aadf0d900ba42dc9
      - reg.tmoe.me:2096/debian/wheezy@sha256:96de89b8c83605d52699f097ec3de642d905d08cd9eda5e5aadf0d900ba42dc9
  tag:
  - name: wheezy-armv4t
    arch: armv4t
    datetime:
      build: 2024-02-18 08:35:51.852692964 +00:00:00
      update: 2024-02-18 09:06:02.016007134 +00:00:00
    docker:
      platform: linux/arm/v4
      repo-digests:
      - ghcr.io/2cd/debian@sha256:c15408a2105053282058ad74342a061dd8e7d38001155963b64eb706b77c7eb7
      - reg.tmoe.me:2096/debian/7@sha256:c15408a2105053282058ad74342a061dd8e7d38001155963b64eb706b77c7eb7
      - reg.tmoe.me:2096/debian/wheezy@sha256:c15408a2105053282058ad74342a061dd8e7d38001155963b64eb706b77c7eb7
      mirror:
      - name: ghcr
        repositories:
        - ghcr.io/2cd/debian:wheezy-armv4t
        - ghcr.io/2cd/debian:7-armv4t
      - name: reg
        repositories:
        - reg.tmoe.me:2096/debian/wheezy:armv4t
        - reg.tmoe.me:2096/debian/7:armv4t
    file:
      name: 7_wheezy_armv4t.tar.zst
      size:
        bytes: 26734170
        readable: 25.5 MiB
        kib: 26107.59 KiB
        tar-bytes: 104908800
        tar-readable: 100.05 MiB
        cmt: |+
          Ideally:
              zstd size => download size (i.e. Consumes 25.5 MiB of traffic)
              tar size => uncompressed size (Actually, the extracted content is >= 100.05 MiB)
              zstd + tar size ~= space occupation for initial installation
                  (i.e., Requires at least 125.54 MiB of disk storage space, but actually needs more)

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

              # check blake3 hash
              echo '0662c32eb18ad7b084ad2df44dc2a2a2c32e3cd02daae4d424a71b3912feabd4  7_wheezy_armv4t.tar.zst' > blake3.txt
              b3sum --check blake3.txt

      - algorithm: sha256
        hex: 9481e0d65b88ccec33ec611fb3108083280e56fa77b2270e9d021582294e55cb
        cmt: |+
          Usage:
              # check sha256 hash
              echo '9481e0d65b88ccec33ec611fb3108083280e56fa77b2270e9d021582294e55cb  7_wheezy_armv4t.tar.zst' > sha256.txt
              sha256sum --check sha256.txt

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

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

  - name: wheezy-mipsbe
    arch: mipsbe
    datetime:
      build: 2024-02-18 08:40:01.181503976 +00:00:00
      update: 2024-02-18 09:06:02.042148298 +00:00:00
    docker:
      platform: linux/mips
      repo-digests:
      - ghcr.io/2cd/debian@sha256:2d50472d79a30f1d64c954e444acfa13e6015a66bb9b33085abf7a3884e68349
      - reg.tmoe.me:2096/debian/7@sha256:2d50472d79a30f1d64c954e444acfa13e6015a66bb9b33085abf7a3884e68349
      - reg.tmoe.me:2096/debian/wheezy@sha256:2d50472d79a30f1d64c954e444acfa13e6015a66bb9b33085abf7a3884e68349
      mirror:
      - name: ghcr
        repositories:
        - ghcr.io/2cd/debian:wheezy-mipsbe
        - ghcr.io/2cd/debian:7-mipsbe
      - name: reg
        repositories:
        - reg.tmoe.me:2096/debian/wheezy:mipsbe
        - reg.tmoe.me:2096/debian/7:mipsbe
    file:
      name: 7_wheezy_mipsbe.tar.zst
      size:
        bytes: 26747550
        readable: 25.51 MiB
        kib: 26120.66 KiB
        tar-bytes: 110499840
        tar-readable: 105.38 MiB
        cmt: |+
          Ideally:
              zstd size => download size (i.e. Consumes 25.51 MiB of traffic)
              tar size => uncompressed size (Actually, the extracted content is >= 105.38 MiB)
              zstd + tar size ~= space occupation for initial installation
                  (i.e., Requires at least 130.89 MiB of disk storage space, but actually needs more)

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

              # check blake3 hash
              echo '4716d89d7ebeca3a596544e7957cd379c0edf6d9f62d8024b903d094cccd837a  7_wheezy_mipsbe.tar.zst' > blake3.txt
              b3sum --check blake3.txt

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

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

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

  - name: wheezy-mipsle
    arch: mipsle
    datetime:
      build: 2024-02-18 08:42:25.306134947 +00:00:00
      update: 2024-02-18 09:06:02.06854483 +00:00:00
    docker:
      platform: linux/mipsle
      repo-digests:
      - ghcr.io/2cd/debian@sha256:a8fe529ecc9e107ea72de64315e6f4886520d20e42fddb9e566a1b7f30faa61f
      - reg.tmoe.me:2096/debian/7@sha256:a8fe529ecc9e107ea72de64315e6f4886520d20e42fddb9e566a1b7f30faa61f
      - reg.tmoe.me:2096/debian/wheezy@sha256:a8fe529ecc9e107ea72de64315e6f4886520d20e42fddb9e566a1b7f30faa61f
      mirror:
      - name: ghcr
        repositories:
        - ghcr.io/2cd/debian:wheezy-mipsle
        - ghcr.io/2cd/debian:7-mipsle
      - name: reg
        repositories:
        - reg.tmoe.me:2096/debian/wheezy:mipsle
        - reg.tmoe.me:2096/debian/7:mipsle
    file:
      name: 7_wheezy_mipsle.tar.zst
      size:
        bytes: 26984486
        readable: 25.73 MiB
        kib: 26352.04 KiB
        tar-bytes: 110469120
        tar-readable: 105.35 MiB
        cmt: |+
          Ideally:
              zstd size => download size (i.e. Consumes 25.73 MiB of traffic)
              tar size => uncompressed size (Actually, the extracted content is >= 105.35 MiB)
              zstd + tar size ~= space occupation for initial installation
                  (i.e., Requires at least 131.09 MiB of disk storage space, but actually needs more)

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

              # check blake3 hash
              echo '66bbcae43b83e29d1741e7c356240f45ea6d0f59b70820436500dc26e1bafdce  7_wheezy_mipsle.tar.zst' > blake3.txt
              b3sum --check blake3.txt

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

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

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

6.0 squeeze (2011-02)

18 Feb 08:39
Compare
Choose a tag to compare
os:
- name: debian
  codename: Squeeze
  series: squeeze
  version: '6.0'
  docker:
    oci-platforms:
    - linux/386
    - linux/amd64
    - linux/arm/v4
    - linux/mips
    - linux/mipsle
    - linux/ppc
    - linux/sparc
    cmt: |-
      Usage:
          docker run -it --rm ghcr.io/2cd/debian:6.0
    mirror:
    - name: ghcr
      repositories:
      - ghcr.io/2cd/debian:6.0
      - ghcr.io/2cd/debian:squeeze
      repo-digests:
      - ghcr.io/2cd/debian@sha256:e284776967b1f623d021aaa1b4eb3cda58abd82191c78f6d3850b9721a71ce4e
    - name: reg
      repositories:
      - reg.tmoe.me:2096/debian/squeeze:latest
      - reg.tmoe.me:2096/debian/6.0:latest
      repo-digests:
      - reg.tmoe.me:2096/debian/6.0@sha256:e284776967b1f623d021aaa1b4eb3cda58abd82191c78f6d3850b9721a71ce4e
      - reg.tmoe.me:2096/debian/squeeze@sha256:e284776967b1f623d021aaa1b4eb3cda58abd82191c78f6d3850b9721a71ce4e
  tag:
  - name: squeeze-armv4t
    arch: armv4t
    datetime:
      build: 2024-02-18 08:26:13.873474224 +00:00:00
      update: 2024-02-18 08:39:56.092617415 +00:00:00
    docker:
      platform: linux/arm/v4
      repo-digests:
      - ghcr.io/2cd/debian@sha256:e82f0f37517a3fa813e92a068e9b202e3e45b2307422cfc5b06436e598e4b88b
      - reg.tmoe.me:2096/debian/6.0@sha256:e82f0f37517a3fa813e92a068e9b202e3e45b2307422cfc5b06436e598e4b88b
      - reg.tmoe.me:2096/debian/squeeze@sha256:e82f0f37517a3fa813e92a068e9b202e3e45b2307422cfc5b06436e598e4b88b
      mirror:
      - name: ghcr
        repositories:
        - ghcr.io/2cd/debian:squeeze-armv4t
        - ghcr.io/2cd/debian:6.0-armv4t
      - name: reg
        repositories:
        - reg.tmoe.me:2096/debian/squeeze:armv4t
        - reg.tmoe.me:2096/debian/6.0:armv4t
    file:
      name: 6.0_squeeze_armv4t.tar.zst
      size:
        bytes: 22003089
        readable: 20.98 MiB
        kib: 21487.39 KiB
        tar-bytes: 88473600
        tar-readable: 84.38 MiB
        cmt: |+
          Ideally:
              zstd size => download size (i.e. Consumes 20.98 MiB of traffic)
              tar size => uncompressed size (Actually, the extracted content is >= 84.38 MiB)
              zstd + tar size ~= space occupation for initial installation
                  (i.e., Requires at least 105.36 MiB of disk storage space, but actually needs more)

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

              # check blake3 hash
              echo 'e42fd449d46b6f742f264304fbb860af6b9601241f35c76529ce78614bc1dd60  6.0_squeeze_armv4t.tar.zst' > blake3.txt
              b3sum --check blake3.txt

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

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

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

  - name: squeeze-mipsbe
    arch: mipsbe
    datetime:
      build: 2024-02-18 08:27:46.168348787 +00:00:00
      update: 2024-02-18 08:39:56.11413401 +00:00:00
    docker:
      platform: linux/mips
      repo-digests:
      - ghcr.io/2cd/debian@sha256:36bda018469c40769c8337f999e5467862e3ef0da07bfa8f44ebf8d4cb3d5274
      - reg.tmoe.me:2096/debian/6.0@sha256:36bda018469c40769c8337f999e5467862e3ef0da07bfa8f44ebf8d4cb3d5274
      - reg.tmoe.me:2096/debian/squeeze@sha256:36bda018469c40769c8337f999e5467862e3ef0da07bfa8f44ebf8d4cb3d5274
      mirror:
      - name: ghcr
        repositories:
        - ghcr.io/2cd/debian:squeeze-mipsbe
        - ghcr.io/2cd/debian:6.0-mipsbe
      - name: reg
        repositories:
        - reg.tmoe.me:2096/debian/squeeze:mipsbe
        - reg.tmoe.me:2096/debian/6.0:mipsbe
    file:
      name: 6.0_squeeze_mipsbe.tar.zst
      size:
        bytes: 22524397
        readable: 21.48 MiB
        kib: 21996.48 KiB
        tar-bytes: 96737280
        tar-readable: 92.26 MiB
        cmt: |+
          Ideally:
              zstd size => download size (i.e. Consumes 21.48 MiB of traffic)
              tar size => uncompressed size (Actually, the extracted content is >= 92.26 MiB)
              zstd + tar size ~= space occupation for initial installation
                  (i.e., Requires at least 113.74 MiB of disk storage space, but actually needs more)

      modified-time: 2024-02-18 08:37:07.839577141 +00:00:00
      zstd:
        level: 18
        long-distance: false
        dict: false
      digest:
      - algorithm: blake3
        hex: 9c1ccde32abde829ba2da5db7ce674fde0fe63abcde93ccb2efd6031ad44be37
        cmt: |+
          Usage:
              # run apt as root (i.e., +sudo/+doas)
              apt install b3sum

              # check blake3 hash
              echo '9c1ccde32abde829ba2da5db7ce674fde0fe63abcde93ccb2efd6031ad44be37  6.0_squeeze_mipsbe.tar.zst' > blake3.txt
              b3sum --check blake3.txt

      - algorithm: sha256
        hex: 1734bd4d67cb87bb1cf3a03c56b5d1c585420770727965460c659b8a08f800b2
        cmt: |+
          Usage:
              # check sha256 hash
              echo '1734bd4d67cb87bb1cf3a03c56b5d1c585420770727965460c659b8a08f800b2  6.0_squeeze_mipsbe.tar.zst' > sha256.txt
              sha256sum --check sha256.txt

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

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

  - name: squeeze-mipsle
    arch: mipsle
    datetime:
      build: 2024-02-18 08:29:20.347421372 +00:00:00
      update: 2024-02-18 08:39:56.135931778 +00:00:00
    docker:
      platform: linux/mipsle
      repo-digests:
      - ghcr.io/2cd/debian@sha256:2d70d122fa1d99ca08ca793f8b757313024f74a71147f13985f8a3067e14791d
      - reg.tmoe.me:2096/debian/6.0@sha256:2d70d122fa1d99ca08ca793f8b757313024f74a71147f13985f8a3067e14791d
      - reg.tmoe.me:2096/debian/squeeze@sha256:2d70d122fa1d99ca08ca793f8b757313024f74a71147f13985f8a3067e14791d
      mirror:
      - name: ghcr
        repositories:
        - ghcr.io/2cd/debian:squeeze-mipsle
        - ghcr.io/2cd/debian:6.0-mipsle
      - name: reg
        repositories:
        - reg.tmoe.me:2096/debian/squeeze:mipsle
        - reg.tmoe.me:2096/debian/6.0:mipsle
    file:
      name: 6.0_squeeze_mipsle.tar.zst
      size:
        bytes: 22536373
        readable: 21.49 MiB
        kib: 22008.18 KiB
        tar-bytes: 96716800
        tar-readable: 92.24 MiB
        cmt: |+
          Ideally:
              zstd size => download size (i.e. Consumes 21.49 MiB of traffic)
              tar size => uncompressed size (Actually, the extracted content is >= 92.24 MiB)
              zstd + tar size ~= space occupation for initial installation
                  (i.e., Requires at least 113.73 MiB of disk storage space, but actually needs more)

      modified-time: 2024-02-18 08:37:07.855577154 +00:00:00
      zstd:
        level: 18
        long-distance: false
        dict: false
      digest:
      - algorithm: blake3
        hex: 5ecc35b716a1d4a239bff4e21ca01eff2beb49aaf437baba7806ebca6dccc8ba
        cmt: |+
          Usage:
              # run apt as root (i.e., +sudo/+doas)
              apt install b3sum

              # check blake3 hash
              echo '5ecc35b716a1d4a239bff4e21ca01eff2beb49aaf437baba7806ebca6dccc8ba  6.0_squeeze_mipsle.tar.zst' > blake3.txt
              b3sum --check blake3.txt

      - algorithm: sha256
        hex: 23a816b40d0fb14032c8cf12cf8a71be3b2a0225201d9e3282ed49c8f59e11e4
        cmt: |+
          Usage:
              # check sha256 hash
              echo '23a816b40d0fb14032c8cf12cf8a71be3b2a0225201d9e3282ed49c8f59e11e4  6.0_squeeze_mipsle.tar.zst' > sha256.txt
              sha256sum --check sha256.txt

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

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

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

         ...
Read more

5.0 lenny (2009-02)

18 Feb 07:32
Compare
Choose a tag to compare
os:
- name: debian
  codename: Lenny
  series: lenny
  version: '5.0'
  docker:
    oci-platforms:
    - linux/386
    - linux/alpha
    - linux/amd64
    - linux/arm/v3
    - linux/arm/v4
    - linux/hppa
    - linux/mips
    - linux/mipsle
    - linux/ppc
    - linux/sparc
    cmt: |-
      Usage:
          docker run -it --rm ghcr.io/2cd/debian:lenny
    mirror:
    - name: ghcr
      repositories:
      - ghcr.io/2cd/debian:lenny
      - ghcr.io/2cd/debian:5.0
      repo-digests:
      - ghcr.io/2cd/debian@sha256:ea0eca7c669199ff716245a7432c4f8577ef66b2d5cc95ffef9924117df13929
    - name: reg
      repositories:
      - reg.tmoe.me:2096/debian/5.0:latest
      - reg.tmoe.me:2096/debian/lenny:latest
      repo-digests:
      - reg.tmoe.me:2096/debian/5.0@sha256:ea0eca7c669199ff716245a7432c4f8577ef66b2d5cc95ffef9924117df13929
      - reg.tmoe.me:2096/debian/lenny@sha256:ea0eca7c669199ff716245a7432c4f8577ef66b2d5cc95ffef9924117df13929
  tag:
  - name: lenny-alpha
    arch: alpha
    datetime:
      build: 2024-02-18 08:25:53.582535115 +00:00:00
      update: 2024-02-18 08:57:41.45086011 +00:00:00
    docker:
      platform: linux/alpha
      repo-digests:
      - ghcr.io/2cd/debian@sha256:3f11e16522753e22a626fb50d5ebf0ce260c87ef34ec89157e40b425d3d26ff3
      - reg.tmoe.me:2096/debian/5.0@sha256:3f11e16522753e22a626fb50d5ebf0ce260c87ef34ec89157e40b425d3d26ff3
      - reg.tmoe.me:2096/debian/lenny@sha256:3f11e16522753e22a626fb50d5ebf0ce260c87ef34ec89157e40b425d3d26ff3
      mirror:
      - name: ghcr
        repositories:
        - ghcr.io/2cd/debian:lenny-alpha
        - ghcr.io/2cd/debian:5.0-alpha
      - name: reg
        repositories:
        - reg.tmoe.me:2096/debian/lenny:alpha
        - reg.tmoe.me:2096/debian/5.0:alpha
    file:
      name: 5.0_lenny_alpha.tar.zst
      size:
        bytes: 22181045
        readable: 21.15 MiB
        kib: 21661.18 KiB
        tar-bytes: 95324160
        tar-readable: 90.91 MiB
        cmt: |+
          Ideally:
              zstd size => download size (i.e. Consumes 21.15 MiB of traffic)
              tar size => uncompressed size (Actually, the extracted content is >= 90.91 MiB)
              zstd + tar size ~= space occupation for initial installation
                  (i.e., Requires at least 112.06 MiB of disk storage space, but actually needs more)

      modified-time: 2024-02-18 08:53:15.741177332 +00:00:00
      zstd:
        level: 18
        long-distance: false
        dict: false
      digest:
      - algorithm: blake3
        hex: 91383078a02eed65c87d4f32951c116e2e3deef6e37eebddb3e7a11b63b0f9d4
        cmt: |+
          Usage:
              # run apt as root (i.e., +sudo/+doas)
              apt install b3sum

              # check blake3 hash
              echo '91383078a02eed65c87d4f32951c116e2e3deef6e37eebddb3e7a11b63b0f9d4  5.0_lenny_alpha.tar.zst' > blake3.txt
              b3sum --check blake3.txt

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

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

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

  - name: lenny-x64
    arch: x64
    datetime:
      build: 2024-02-18 08:28:36.427090446 +00:00:00
      update: 2024-02-18 08:57:41.481596035 +00:00:00
    docker:
      platform: linux/amd64
      repo-digests:
      - ghcr.io/2cd/debian@sha256:4d2571eb74dc3cfb26d8cc503198a774842f299e1ca85b54c0f6a2208f20a432
      - reg.tmoe.me:2096/debian/5.0@sha256:4d2571eb74dc3cfb26d8cc503198a774842f299e1ca85b54c0f6a2208f20a432
      - reg.tmoe.me:2096/debian/lenny@sha256:4d2571eb74dc3cfb26d8cc503198a774842f299e1ca85b54c0f6a2208f20a432
      mirror:
      - name: ghcr
        repositories:
        - ghcr.io/2cd/debian:lenny-x64
        - ghcr.io/2cd/debian:5.0-x64
      - name: reg
        repositories:
        - reg.tmoe.me:2096/debian/lenny:x64
        - reg.tmoe.me:2096/debian/5.0:x64
    file:
      name: 5.0_lenny_x64.tar.zst
      size:
        bytes: 31447837
        readable: 29.99 MiB
        kib: 30710.78 KiB
        tar-bytes: 122112000
        tar-readable: 116.46 MiB
        cmt: |+
          Ideally:
              zstd size => download size (i.e. Consumes 29.99 MiB of traffic)
              tar size => uncompressed size (Actually, the extracted content is >= 116.46 MiB)
              zstd + tar size ~= space occupation for initial installation
                  (i.e., Requires at least 146.45 MiB of disk storage space, but actually needs more)

      modified-time: 2024-02-18 08:53:16.15718134 +00:00:00
      zstd:
        level: 18
        long-distance: false
        dict: false
      digest:
      - algorithm: blake3
        hex: 5a0784c2df7660fe434a818e202cddfb740bc6fef17ca24a2fc1f8e560f142f5
        cmt: |+
          Usage:
              # run apt as root (i.e., +sudo/+doas)
              apt install b3sum

              # check blake3 hash
              echo '5a0784c2df7660fe434a818e202cddfb740bc6fef17ca24a2fc1f8e560f142f5  5.0_lenny_x64.tar.zst' > blake3.txt
              b3sum --check blake3.txt

      - algorithm: sha256
        hex: 45caa7a664daf0d121220695bf8921928e52a8b21c408f3c26d6238295ad43c9
        cmt: |+
          Usage:
              # check sha256 hash
              echo '45caa7a664daf0d121220695bf8921928e52a8b21c408f3c26d6238295ad43c9  5.0_lenny_x64.tar.zst' > sha256.txt
              sha256sum --check sha256.txt

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

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

  - name: lenny-armv3
    arch: armv3
    datetime:
      build: 2024-02-18 08:28:44.475997687 +00:00:00
      update: 2024-02-18 08:57:41.501565835 +00:00:00
    docker:
      platform: linux/arm/v3
      repo-digests:
      - ghcr.io/2cd/debian@sha256:2b9e661a67a354ec0dcab060f37335f6ef916cddc76fc2f0264987ba693b8858
      - reg.tmoe.me:2096/debian/5.0@sha256:2b9e661a67a354ec0dcab060f37335f6ef916cddc76fc2f0264987ba693b8858
      - reg.tmoe.me:2096/debian/lenny@sha256:2b9e661a67a354ec0dcab060f37335f6ef916cddc76fc2f0264987ba693b8858
      mirror:
      - name: ghcr
        repositories:
        - ghcr.io/2cd/debian:lenny-armv3
        - ghcr.io/2cd/debian:5.0-armv3
      - name: reg
        repositories:
        - reg.tmoe.me:2096/debian/lenny:armv3
        - reg.tmoe.me:2096/debian/5.0:armv3
    file:
      name: 5.0_lenny_armv3.tar.zst
      size:
        bytes: 20009527
        readable: 19.08 MiB
        kib: 19540.56 KiB
        tar-bytes: 79697920
        tar-readable: 76.01 MiB
        cmt: |+
          Ideally:
              zstd size => download size (i.e. Consumes 19.08 MiB of traffic)
              tar size => uncompressed size (Actually, the extracted content is >= 76.01 MiB)
              zstd + tar size ~= space occupation for initial installation
                  (i.e., Requires at least 95.09 MiB of disk storage space, but actually needs more)

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

              # check blake3 hash
              echo 'ff17c00f32ae16a4b4307ed599f10c93fbee7b6b04cc46eb60846e7aa85c2a6b  5.0_lenny_armv3.tar.zst' > blake3.txt
              b3sum --check blake3.txt

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

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

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

4.0 etch (2007-04)

18 Feb 07:33
Compare
Choose a tag to compare
os:
- name: debian
  codename: Etch
  series: etch
  version: '4.0'
  docker:
    oci-platforms:
    - linux/386
    - linux/alpha
    - linux/amd64
    - linux/arm/v3
    - linux/hppa
    - linux/m68k
    - linux/mips
    - linux/mipsle
    - linux/ppc
    - linux/sparc
    cmt: |-
      Usage:
          docker run -it --rm ghcr.io/2cd/debian:etch
    mirror:
    - name: ghcr
      repositories:
      - ghcr.io/2cd/debian:etch
      - ghcr.io/2cd/debian:4.0
      repo-digests:
      - ghcr.io/2cd/debian@sha256:2de4e10c02012b17401cd702e4fe02a9044c1d25dd2ab92cf58564085f44fb74
    - name: reg
      repositories:
      - reg.tmoe.me:2096/debian/4.0:latest
      - reg.tmoe.me:2096/debian/etch:latest
      repo-digests:
      - reg.tmoe.me:2096/debian/4.0@sha256:2de4e10c02012b17401cd702e4fe02a9044c1d25dd2ab92cf58564085f44fb74
      - reg.tmoe.me:2096/debian/etch@sha256:2de4e10c02012b17401cd702e4fe02a9044c1d25dd2ab92cf58564085f44fb74
  tag:
  - name: etch-hppa
    arch: hppa
    datetime:
      build: 2024-02-18 07:39:00.067514338 +00:00:00
      update: 2024-02-18 08:07:41.361234073 +00:00:00
    docker:
      platform: linux/hppa
      repo-digests:
      - ghcr.io/2cd/debian@sha256:ac6f778ddaab3b4f80360c06be42fafc79f6a8d61d4e60491559251d64b49911
      - reg.tmoe.me:2096/debian/4.0@sha256:ac6f778ddaab3b4f80360c06be42fafc79f6a8d61d4e60491559251d64b49911
      - reg.tmoe.me:2096/debian/etch@sha256:ac6f778ddaab3b4f80360c06be42fafc79f6a8d61d4e60491559251d64b49911
      mirror:
      - name: ghcr
        repositories:
        - ghcr.io/2cd/debian:etch-hppa
        - ghcr.io/2cd/debian:4.0-hppa
      - name: reg
        repositories:
        - reg.tmoe.me:2096/debian/etch:hppa
        - reg.tmoe.me:2096/debian/4.0:hppa
    file:
      name: 4.0_etch_hppa.tar.zst
      size:
        bytes: 20606441
        readable: 19.65 MiB
        kib: 20123.48 KiB
        tar-bytes: 77670400
        tar-readable: 74.07 MiB
        cmt: |+
          Ideally:
              zstd size => download size (i.e. Consumes 19.65 MiB of traffic)
              tar size => uncompressed size (Actually, the extracted content is >= 74.07 MiB)
              zstd + tar size ~= space occupation for initial installation
                  (i.e., Requires at least 93.72 MiB of disk storage space, but actually needs more)

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

              # check blake3 hash
              echo 'e01a236f029208225c33b867833d2eeb28b654654a043fcedf8d60a5cbb50e1c  4.0_etch_hppa.tar.zst' > blake3.txt
              b3sum --check blake3.txt

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

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

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

  - name: etch-x86
    arch: x86
    datetime:
      build: 2024-02-18 07:41:46.017871368 +00:00:00
      update: 2024-02-18 08:07:41.381969876 +00:00:00
    docker:
      platform: linux/386
      repo-digests:
      - ghcr.io/2cd/debian@sha256:15563c926ab7ae59d3a7dc562a8256e04a893e659195c653845cd589228d9714
      - reg.tmoe.me:2096/debian/4.0@sha256:15563c926ab7ae59d3a7dc562a8256e04a893e659195c653845cd589228d9714
      - reg.tmoe.me:2096/debian/etch@sha256:15563c926ab7ae59d3a7dc562a8256e04a893e659195c653845cd589228d9714
      mirror:
      - name: ghcr
        repositories:
        - ghcr.io/2cd/debian:etch-x86
        - ghcr.io/2cd/debian:4.0-x86
      - name: reg
        repositories:
        - reg.tmoe.me:2096/debian/etch:x86
        - reg.tmoe.me:2096/debian/4.0:x86
    file:
      name: 4.0_etch_x86.tar.zst
      size:
        bytes: 21036587
        readable: 20.06 MiB
        kib: 20543.54 KiB
        tar-bytes: 80281600
        tar-readable: 76.56 MiB
        cmt: |+
          Ideally:
              zstd size => download size (i.e. Consumes 20.06 MiB of traffic)
              tar size => uncompressed size (Actually, the extracted content is >= 76.56 MiB)
              zstd + tar size ~= space occupation for initial installation
                  (i.e., Requires at least 96.62 MiB of disk storage space, but actually needs more)

      modified-time: 2024-02-18 08:03:50.136402525 +00:00:00
      zstd:
        level: 18
        long-distance: false
        dict: false
      digest:
      - algorithm: blake3
        hex: 95a31d56486310d6352adcae9f6990d96f8e26507c45d7c4adc8d59eaf3a78c7
        cmt: |+
          Usage:
              # run apt as root (i.e., +sudo/+doas)
              apt install b3sum

              # check blake3 hash
              echo '95a31d56486310d6352adcae9f6990d96f8e26507c45d7c4adc8d59eaf3a78c7  4.0_etch_x86.tar.zst' > blake3.txt
              b3sum --check blake3.txt

      - algorithm: sha256
        hex: 74994aa6156d79a017a83313e874b50d6aa5d84d286de182cc795cedb9ebf003
        cmt: |+
          Usage:
              # check sha256 hash
              echo '74994aa6156d79a017a83313e874b50d6aa5d84d286de182cc795cedb9ebf003  4.0_etch_x86.tar.zst' > sha256.txt
              sha256sum --check sha256.txt

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

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

  - name: etch-mipsbe
    arch: mipsbe
    datetime:
      build: 2024-02-18 07:42:42.740009009 +00:00:00
      update: 2024-02-18 08:07:41.401334051 +00:00:00
    docker:
      platform: linux/mips
      repo-digests:
      - ghcr.io/2cd/debian@sha256:488148c13c5331d234face41c82fb79300ef1a1852077df028c138c26dc7996d
      - reg.tmoe.me:2096/debian/4.0@sha256:488148c13c5331d234face41c82fb79300ef1a1852077df028c138c26dc7996d
      - reg.tmoe.me:2096/debian/etch@sha256:488148c13c5331d234face41c82fb79300ef1a1852077df028c138c26dc7996d
      mirror:
      - name: ghcr
        repositories:
        - ghcr.io/2cd/debian:etch-mipsbe
        - ghcr.io/2cd/debian:4.0-mipsbe
      - name: reg
        repositories:
        - reg.tmoe.me:2096/debian/etch:mipsbe
        - reg.tmoe.me:2096/debian/4.0:mipsbe
    file:
      name: 4.0_etch_mipsbe.tar.zst
      size:
        bytes: 19674424
        readable: 18.76 MiB
        kib: 19213.31 KiB
        tar-bytes: 82053120
        tar-readable: 78.25 MiB
        cmt: |+
          Ideally:
              zstd size => download size (i.e. Consumes 18.76 MiB of traffic)
              tar size => uncompressed size (Actually, the extracted content is >= 78.25 MiB)
              zstd + tar size ~= space occupation for initial installation
                  (i.e., Requires at least 97.01 MiB of disk storage space, but actually needs more)

      modified-time: 2024-02-18 08:03:52.004399631 +00:00:00
      zstd:
        level: 18
        long-distance: false
        dict: false
      digest:
      - algorithm: blake3
        hex: 805e86cf55ddabbf23a553054e18d33953746042083ee595d2ddccad7603b25e
        cmt: |+
          Usage:
              # run apt as root (i.e., +sudo/+doas)
              apt install b3sum

              # check blake3 hash
              echo '805e86cf55ddabbf23a553054e18d33953746042083ee595d2ddccad7603b25e  4.0_etch_mipsbe.tar.zst' > blake3.txt
              b3sum --check blake3.txt

      - algorithm: sha256
        hex: 636e3b6b920f122262798f16f3eb5b583942b6d951f9a1a053c5be574365c129
        cmt: |+
          Usage:
              # check sha256 hash
              echo '636e3b6b920f122262798f16f3eb5b583942b6d951f9a1a053c5be574365c129  4.0_etch_mipsbe.tar.zst' > sha256.txt
              sha256sum --check sha256.txt

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

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

  - name: e...
Read more