Skip to content

2.2 potato (2000-08)

Compare
Choose a tag to compare
@github-actions github-actions released this 18 Feb 06:44
· 123 commits to dev since this release
os:
- name: debian
  codename: Potato
  series: potato
  version: '2.2'
  docker:
    oci-platforms:
    - linux/386
    - linux/alpha
    - linux/arm/v3
    - linux/m68k
    - linux/sparc
    cmt: |-
      Usage:
          docker run -it --rm ghcr.io/2cd/debian:2.2
    mirror:
    - name: ghcr
      repositories:
      - ghcr.io/2cd/debian:2.2
      - ghcr.io/2cd/debian:potato
      repo-digests:
      - ghcr.io/2cd/debian@sha256:a489d991457f98fc5c121e066efa1361eeef36cbe5b9e857b23b6cf341fe8a6a
    - name: reg
      repositories:
      - reg.tmoe.me:2096/debian/potato:latest
      - reg.tmoe.me:2096/debian/2.2:latest
      repo-digests:
      - reg.tmoe.me:2096/debian/2.2@sha256:a489d991457f98fc5c121e066efa1361eeef36cbe5b9e857b23b6cf341fe8a6a
      - reg.tmoe.me:2096/debian/potato@sha256:a489d991457f98fc5c121e066efa1361eeef36cbe5b9e857b23b6cf341fe8a6a
  tag:
  - name: potato-armv3
    arch: armv3
    datetime:
      build: 2024-02-18 06:41:57.902135135 +00:00:00
      update: 2024-02-18 06:44:36.3321705 +00:00:00
    docker:
      platform: linux/arm/v3
      repo-digests:
      - ghcr.io/2cd/debian@sha256:8a2c408e5133bd80f86c11533b2805647844859b2e09e1922729d9f0bfb6bbff
      - reg.tmoe.me:2096/debian/2.2@sha256:8a2c408e5133bd80f86c11533b2805647844859b2e09e1922729d9f0bfb6bbff
      - reg.tmoe.me:2096/debian/potato@sha256:8a2c408e5133bd80f86c11533b2805647844859b2e09e1922729d9f0bfb6bbff
      mirror:
      - name: ghcr
        repositories:
        - ghcr.io/2cd/debian:potato-armv3
        - ghcr.io/2cd/debian:2.2-armv3
      - name: reg
        repositories:
        - reg.tmoe.me:2096/debian/potato:armv3
        - reg.tmoe.me:2096/debian/2.2:armv3
    file:
      name: 2.2_potato_armv3.tar.zst
      size:
        bytes: 12813402
        readable: 12.22 MiB
        kib: 12513.09 KiB
        tar-bytes: 59504640
        tar-readable: 56.75 MiB
        cmt: |+
          Ideally:
              zstd size => download size (i.e. Consumes 12.22 MiB of traffic)
              tar size => uncompressed size (Actually, the extracted content is >= 56.75 MiB)
              zstd + tar size ~= space occupation for initial installation
                  (i.e., Requires at least 68.97 MiB of disk storage space, but actually needs more)

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

              # check blake3 hash
              echo 'f0e563ba35a2fcebd3b6cb8d2c3e6a97969faa422e5154476498bbae84694fe8  2.2_potato_armv3.tar.zst' > blake3.txt
              b3sum --check blake3.txt

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

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

              # run gnutar or bsdtar as root (e.g., doas tar -xvf file.tar.zst)
              tar -C potato-armv3 -xf "2.2_potato_armv3.tar.zst"

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

  - name: potato-m68k
    arch: m68k
    datetime:
      build: 2024-02-18 06:42:05.256032829 +00:00:00
      update: 2024-02-18 06:44:36.346913578 +00:00:00
    docker:
      platform: linux/m68k
      repo-digests:
      - ghcr.io/2cd/debian@sha256:0058f0a8abb51f605a68e0e34dbee2cb98db7c4cfe26c3a74577aeb150022304
      - reg.tmoe.me:2096/debian/2.2@sha256:0058f0a8abb51f605a68e0e34dbee2cb98db7c4cfe26c3a74577aeb150022304
      - reg.tmoe.me:2096/debian/potato@sha256:0058f0a8abb51f605a68e0e34dbee2cb98db7c4cfe26c3a74577aeb150022304
      mirror:
      - name: ghcr
        repositories:
        - ghcr.io/2cd/debian:potato-m68k
        - ghcr.io/2cd/debian:2.2-m68k
      - name: reg
        repositories:
        - reg.tmoe.me:2096/debian/potato:m68k
        - reg.tmoe.me:2096/debian/2.2:m68k
    file:
      name: 2.2_potato_m68k.tar.zst
      size:
        bytes: 12275572
        readable: 11.71 MiB
        kib: 11987.86 KiB
        tar-bytes: 57118720
        tar-readable: 54.47 MiB
        cmt: |+
          Ideally:
              zstd size => download size (i.e. Consumes 11.71 MiB of traffic)
              tar size => uncompressed size (Actually, the extracted content is >= 54.47 MiB)
              zstd + tar size ~= space occupation for initial installation
                  (i.e., Requires at least 66.18 MiB of disk storage space, but actually needs more)

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

              # check blake3 hash
              echo '50e48e0f6ec883b95f32e5a0b42007ef34eb92ac25060d6b5e2f4d39b54f7bbc  2.2_potato_m68k.tar.zst' > blake3.txt
              b3sum --check blake3.txt

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

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

              # run gnutar or bsdtar as root (e.g., doas tar -xvf file.tar.zst)
              tar -C potato-m68k -xf "2.2_potato_m68k.tar.zst"

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

  - name: potato-sparc
    arch: sparc
    datetime:
      build: 2024-02-18 06:42:10.16103607 +00:00:00
      update: 2024-02-18 06:44:36.362183239 +00:00:00
    docker:
      platform: linux/sparc
      repo-digests:
      - ghcr.io/2cd/debian@sha256:b1d661de588153a4a141e1a94ee76f3c6f52d5712db06484046e5af55f5936fb
      - reg.tmoe.me:2096/debian/2.2@sha256:b1d661de588153a4a141e1a94ee76f3c6f52d5712db06484046e5af55f5936fb
      - reg.tmoe.me:2096/debian/potato@sha256:b1d661de588153a4a141e1a94ee76f3c6f52d5712db06484046e5af55f5936fb
      mirror:
      - name: ghcr
        repositories:
        - ghcr.io/2cd/debian:potato-sparc
        - ghcr.io/2cd/debian:2.2-sparc
      - name: reg
        repositories:
        - reg.tmoe.me:2096/debian/potato:sparc
        - reg.tmoe.me:2096/debian/2.2:sparc
    file:
      name: 2.2_potato_sparc.tar.zst
      size:
        bytes: 12797962
        readable: 12.21 MiB
        kib: 12498.01 KiB
        tar-bytes: 61399040
        tar-readable: 58.55 MiB
        cmt: |+
          Ideally:
              zstd size => download size (i.e. Consumes 12.21 MiB of traffic)
              tar size => uncompressed size (Actually, the extracted content is >= 58.55 MiB)
              zstd + tar size ~= space occupation for initial installation
                  (i.e., Requires at least 70.76 MiB of disk storage space, but actually needs more)

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

              # check blake3 hash
              echo '6d9c7cb398cc9b1474adade8a6d30a77033f90d76972ea94ec8d453063b631ad  2.2_potato_sparc.tar.zst' > blake3.txt
              b3sum --check blake3.txt

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

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

              # run gnutar or bsdtar as root (e.g., doas tar -xvf file.tar.zst)
              tar -C potato-sparc -xf "2.2_potato_sparc.tar.zst"

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

  - name: potato-alpha
    arch: alpha
    datetime:
      build: 2024-02-18 06:42:16.68443058 +00:00:00
      update: 2024-02-18 06:44:36.379449801 +00:00:00
    docker:
      platform: linux/alpha
      repo-digests:
      - ghcr.io/2cd/debian@sha256:6702ea012d2f1589d7644a505c98f906bf081a442ed4c0a1b75f54eef6ab4493
      - reg.tmoe.me:2096/debian/2.2@sha256:6702ea012d2f1589d7644a505c98f906bf081a442ed4c0a1b75f54eef6ab4493
      - reg.tmoe.me:2096/debian/potato@sha256:6702ea012d2f1589d7644a505c98f906bf081a442ed4c0a1b75f54eef6ab4493
      mirror:
      - name: ghcr
        repositories:
        - ghcr.io/2cd/debian:potato-alpha
        - ghcr.io/2cd/debian:2.2-alpha
      - name: reg
        repositories:
        - reg.tmoe.me:2096/debian/potato:alpha
        - reg.tmoe.me:2096/debian/2.2:alpha
    file:
      name: 2.2_potato_alpha.tar.zst
      size:
        bytes: 14682625
        readable: 14 MiB
        kib: 14338.5 KiB
        tar-bytes: 93982720
        tar-readable: 89.63 MiB
        cmt: |+
          Ideally:
              zstd size => download size (i.e. Consumes 14 MiB of traffic)
              tar size => uncompressed size (Actually, the extracted content is >= 89.63 MiB)
              zstd + tar size ~= space occupation for initial installation
                  (i.e., Requires at least 103.63 MiB of disk storage space, but actually needs more)

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

              # check blake3 hash
              echo 'fc25335a2be9d359036ca0a8d7c05373b364f32111b274a5546b30fe9f74c97e  2.2_potato_alpha.tar.zst' > blake3.txt
              b3sum --check blake3.txt

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

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

              # run gnutar or bsdtar as root (e.g., doas tar -xvf file.tar.zst)
              tar -C potato-alpha -xf "2.2_potato_alpha.tar.zst"

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

  - name: potato-x86
    arch: x86
    datetime:
      build: 2024-02-18 06:42:22.947740409 +00:00:00
      update: 2024-02-18 06:44:36.395310066 +00:00:00
    docker:
      platform: linux/386
      repo-digests:
      - ghcr.io/2cd/debian@sha256:9372b2c7b9e20c6529ab0e5d16ad60514f4dd3f3a156923edc753ef173ed6f80
      - reg.tmoe.me:2096/debian/2.2@sha256:9372b2c7b9e20c6529ab0e5d16ad60514f4dd3f3a156923edc753ef173ed6f80
      - reg.tmoe.me:2096/debian/potato@sha256:9372b2c7b9e20c6529ab0e5d16ad60514f4dd3f3a156923edc753ef173ed6f80
      mirror:
      - name: ghcr
        repositories:
        - ghcr.io/2cd/debian:potato-x86
        - ghcr.io/2cd/debian:2.2-x86
      - name: reg
        repositories:
        - reg.tmoe.me:2096/debian/potato:x86
        - reg.tmoe.me:2096/debian/2.2:x86
    file:
      name: 2.2_potato_x86.tar.zst
      size:
        bytes: 13170822
        readable: 12.56 MiB
        kib: 12862.13 KiB
        tar-bytes: 59525120
        tar-readable: 56.77 MiB
        cmt: |+
          Ideally:
              zstd size => download size (i.e. Consumes 12.56 MiB of traffic)
              tar size => uncompressed size (Actually, the extracted content is >= 56.77 MiB)
              zstd + tar size ~= space occupation for initial installation
                  (i.e., Requires at least 69.33 MiB of disk storage space, but actually needs more)

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

              # check blake3 hash
              echo '569d24b0dbee819c0d8cfaca11ef97755730401d58f5a1c688bdd76514c0e435  2.2_potato_x86.tar.zst' > blake3.txt
              b3sum --check blake3.txt

      - algorithm: sha256
        hex: 460fd56259d1877308f10dec8e32608ed9ba253d5311e1b0d301841d6bddf281
        cmt: |+
          Usage:
              # check sha256 hash
              echo '460fd56259d1877308f10dec8e32608ed9ba253d5311e1b0d301841d6bddf281  2.2_potato_x86.tar.zst' > sha256.txt
              sha256sum --check sha256.txt

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

              # run gnutar or bsdtar as root (e.g., doas tar -xvf file.tar.zst)
              tar -C potato-x86 -xf "2.2_potato_x86.tar.zst"

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