Skip to content

8.10 Intrepid Ibex (2008-10-30)

Compare
Choose a tag to compare
@github-actions github-actions released this 21 Feb 19:25
· 79 commits to master since this release
ca9b833
os:
- name: Ubuntu
  codename: Intrepid Ibex
  series: intrepid
  version: '8.10'
  docker:
    oci-platforms:
    - linux/386
    - linux/amd64
    - linux/hppa
    - linux/ppc
    - linux/sparc
    cmt: |-
      Usage:
          docker run -it --rm ghcr.io/2cd/ubuntu:intrepid
    mirror:
    - name: ghcr
      repositories:
      - ghcr.io/2cd/ubuntu:intrepid
      - ghcr.io/2cd/ubuntu:8.10
      repo-digests:
      - ghcr.io/2cd/ubuntu@sha256:0b1a54605c104c6b5fdbd83612cffbfd18ffacebb7dc506b754ec2e371c67b37
    - name: reg
      repositories:
      - reg.tmoe.me:2096/ubuntu/intrepid:latest
      - reg.tmoe.me:2096/ubuntu/8.10:latest
      repo-digests:
      - reg.tmoe.me:2096/ubuntu/8.10@sha256:0b1a54605c104c6b5fdbd83612cffbfd18ffacebb7dc506b754ec2e371c67b37
      - reg.tmoe.me:2096/ubuntu/intrepid@sha256:0b1a54605c104c6b5fdbd83612cffbfd18ffacebb7dc506b754ec2e371c67b37
  tag:
  - name: intrepid-x64
    arch: x64
    datetime:
      build: 2024-02-21 12:17:02.062596145 +00:00:00
      update: 2024-02-21 19:25:20.476057593 +00:00:00
    docker:
      platform: linux/amd64
      repo-digests:
      - ghcr.io/2cd/ubuntu@sha256:890d1533d288d503904051a52ab2deb6dbcdfd310b088bcc233833a962392083
      - reg.tmoe.me:2096/ubuntu/8.10@sha256:890d1533d288d503904051a52ab2deb6dbcdfd310b088bcc233833a962392083
      - reg.tmoe.me:2096/ubuntu/intrepid@sha256:890d1533d288d503904051a52ab2deb6dbcdfd310b088bcc233833a962392083
      mirror:
      - name: ghcr
        repositories:
        - ghcr.io/2cd/ubuntu:intrepid-x64
        - ghcr.io/2cd/ubuntu:8.10-x64
      - name: reg
        repositories:
        - reg.tmoe.me:2096/ubuntu/intrepid:x64
        - reg.tmoe.me:2096/ubuntu/8.10:x64
    file:
      name: 8.10_intrepid_x64.tar.zst
      size:
        bytes: 24010415
        readable: 22.9 MiB
        kib: 23447.67 KiB
        tar-bytes: 91033600
        tar-readable: 86.82 MiB
        cmt: |+
          Ideally:
              zstd size => download size (i.e., Consumes 22.9 MiB of traffic)
              tar size => uncompressed size (Actually, the extracted content is >= 86.82 MiB)
              zstd + tar size ~= space occupation for initial installation
                  (i.e., Requires at least 109.71 MiB of disk storage space, but actually needs more)

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

              # check blake3 hash
              echo '8cdfa72bf32714b4d35bed273c7cdc1028010ac6ca9c36858db560b80bca668d  8.10_intrepid_x64.tar.zst' > blake3.txt
              b3sum --check blake3.txt

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

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

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

  - name: intrepid-x86
    arch: x86
    datetime:
      build: 2024-02-21 12:20:54.80464481 +00:00:00
      update: 2024-02-21 19:25:20.499813791 +00:00:00
    docker:
      platform: linux/386
      repo-digests:
      - ghcr.io/2cd/ubuntu@sha256:3b7f44ed2e42639ab20c6f8cb8bdbe749a590a5b3ba3eaa6a8b08d7729bac5fd
      - reg.tmoe.me:2096/ubuntu/8.10@sha256:3b7f44ed2e42639ab20c6f8cb8bdbe749a590a5b3ba3eaa6a8b08d7729bac5fd
      - reg.tmoe.me:2096/ubuntu/intrepid@sha256:3b7f44ed2e42639ab20c6f8cb8bdbe749a590a5b3ba3eaa6a8b08d7729bac5fd
      mirror:
      - name: ghcr
        repositories:
        - ghcr.io/2cd/ubuntu:intrepid-x86
        - ghcr.io/2cd/ubuntu:8.10-x86
      - name: reg
        repositories:
        - reg.tmoe.me:2096/ubuntu/intrepid:x86
        - reg.tmoe.me:2096/ubuntu/8.10:x86
    file:
      name: 8.10_intrepid_x86.tar.zst
      size:
        bytes: 24358539
        readable: 23.23 MiB
        kib: 23787.64 KiB
        tar-bytes: 89825280
        tar-readable: 85.66 MiB
        cmt: |+
          Ideally:
              zstd size => download size (i.e., Consumes 23.23 MiB of traffic)
              tar size => uncompressed size (Actually, the extracted content is >= 85.66 MiB)
              zstd + tar size ~= space occupation for initial installation
                  (i.e., Requires at least 108.89 MiB of disk storage space, but actually needs more)

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

              # check blake3 hash
              echo '65dfe6dc236c92208dfe4e7b08d5e0a161b9579a84010acfbdf5c126fc741d11  8.10_intrepid_x86.tar.zst' > blake3.txt
              b3sum --check blake3.txt

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

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

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

  - name: intrepid-ppc
    arch: ppc
    datetime:
      build: 2024-02-21 12:20:12.512750817 +00:00:00
      update: 2024-02-21 19:25:20.52292044 +00:00:00
    docker:
      platform: linux/ppc
      repo-digests:
      - ghcr.io/2cd/ubuntu@sha256:dd6ce60105b197707167e8fb7d4d53380c1cdd35746f8d5443195f83311d9fe1
      - reg.tmoe.me:2096/ubuntu/8.10@sha256:dd6ce60105b197707167e8fb7d4d53380c1cdd35746f8d5443195f83311d9fe1
      - reg.tmoe.me:2096/ubuntu/intrepid@sha256:dd6ce60105b197707167e8fb7d4d53380c1cdd35746f8d5443195f83311d9fe1
      mirror:
      - name: ghcr
        repositories:
        - ghcr.io/2cd/ubuntu:intrepid-ppc
        - ghcr.io/2cd/ubuntu:8.10-ppc
      - name: reg
        repositories:
        - reg.tmoe.me:2096/ubuntu/intrepid:ppc
        - reg.tmoe.me:2096/ubuntu/8.10:ppc
    file:
      name: 8.10_intrepid_ppc.tar.zst
      size:
        bytes: 23448761
        readable: 22.36 MiB
        kib: 22899.18 KiB
        tar-bytes: 90583040
        tar-readable: 86.39 MiB
        cmt: |+
          Ideally:
              zstd size => download size (i.e., Consumes 22.36 MiB of traffic)
              tar size => uncompressed size (Actually, the extracted content is >= 86.39 MiB)
              zstd + tar size ~= space occupation for initial installation
                  (i.e., Requires at least 108.75 MiB of disk storage space, but actually needs more)

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

              # check blake3 hash
              echo 'c9ae9e10daf97e90976b7d3fbbcbfd7f97531412fed87054f756a3fbda6dac73  8.10_intrepid_ppc.tar.zst' > blake3.txt
              b3sum --check blake3.txt

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

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

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

  - name: intrepid-sparc
    arch: sparc
    datetime:
      build: 2024-02-21 19:20:48.325104915 +00:00:00
      update: 2024-02-21 19:25:20.545867262 +00:00:00
    docker:
      platform: linux/sparc
      repo-digests:
      - ghcr.io/2cd/ubuntu@sha256:0eed7ce213e65b9bb36e0dc44cd8b2f1cce1eea86c3d15d7967d44e5bec32d34
      - reg.tmoe.me:2096/ubuntu/8.10@sha256:0eed7ce213e65b9bb36e0dc44cd8b2f1cce1eea86c3d15d7967d44e5bec32d34
      - reg.tmoe.me:2096/ubuntu/intrepid@sha256:0eed7ce213e65b9bb36e0dc44cd8b2f1cce1eea86c3d15d7967d44e5bec32d34
      mirror:
      - name: ghcr
        repositories:
        - ghcr.io/2cd/ubuntu:intrepid-sparc
        - ghcr.io/2cd/ubuntu:8.10-sparc
      - name: reg
        repositories:
        - reg.tmoe.me:2096/ubuntu/intrepid:sparc
        - reg.tmoe.me:2096/ubuntu/8.10:sparc
    file:
      name: 8.10_intrepid_sparc.tar.zst
      size:
        bytes: 23365376
        readable: 22.28 MiB
        kib: 22817.75 KiB
        tar-bytes: 89149440
        tar-readable: 85.02 MiB
        cmt: |+
          Ideally:
              zstd size => download size (i.e., Consumes 22.28 MiB of traffic)
              tar size => uncompressed size (Actually, the extracted content is >= 85.02 MiB)
              zstd + tar size ~= space occupation for initial installation
                  (i.e., Requires at least 107.3 MiB of disk storage space, but actually needs more)

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

              # check blake3 hash
              echo 'bb51ed584541d85a958d0a2d3ee9b0ea676185cac78b680e876f049849cd7fb5  8.10_intrepid_sparc.tar.zst' > blake3.txt
              b3sum --check blake3.txt

      - algorithm: sha256
        hex: 05c6ad301c443aee33e9d67ea1082d1ad33e819c77088868665f50f99f2b528a
        cmt: |+
          Usage:
              # check sha256 hash
              echo '05c6ad301c443aee33e9d67ea1082d1ad33e819c77088868665f50f99f2b528a  8.10_intrepid_sparc.tar.zst' > sha256.txt
              sha256sum --check sha256.txt

      mirror:
      - name: github
        url: https://github.com/2cd/ubuntu-museum/releases/download/8.10/8.10_intrepid_sparc.tar.zst
        cmt: |+
          Usage:
              mkdir -p ./tmp/intrepid-sparc
              cd tmp
              curl -LO 'https://github.com/2cd/ubuntu-museum/releases/download/8.10/8.10_intrepid_sparc.tar.zst'

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

  - name: intrepid-hppa
    arch: hppa
    datetime:
      build: 2024-02-21 19:21:06.317931057 +00:00:00
      update: 2024-02-21 19:25:20.569136775 +00:00:00
    docker:
      platform: linux/hppa
      repo-digests:
      - ghcr.io/2cd/ubuntu@sha256:6cc749e2b2ecd52e8f20b167608f14485d8bb628f456813be5d519f027eff56e
      - reg.tmoe.me:2096/ubuntu/8.10@sha256:6cc749e2b2ecd52e8f20b167608f14485d8bb628f456813be5d519f027eff56e
      - reg.tmoe.me:2096/ubuntu/intrepid@sha256:6cc749e2b2ecd52e8f20b167608f14485d8bb628f456813be5d519f027eff56e
      mirror:
      - name: ghcr
        repositories:
        - ghcr.io/2cd/ubuntu:intrepid-hppa
        - ghcr.io/2cd/ubuntu:8.10-hppa
      - name: reg
        repositories:
        - reg.tmoe.me:2096/ubuntu/intrepid:hppa
        - reg.tmoe.me:2096/ubuntu/8.10:hppa
    file:
      name: 8.10_intrepid_hppa.tar.zst
      size:
        bytes: 23575990
        readable: 22.48 MiB
        kib: 23023.43 KiB
        tar-bytes: 85954560
        tar-readable: 81.97 MiB
        cmt: |+
          Ideally:
              zstd size => download size (i.e., Consumes 22.48 MiB of traffic)
              tar size => uncompressed size (Actually, the extracted content is >= 81.97 MiB)
              zstd + tar size ~= space occupation for initial installation
                  (i.e., Requires at least 104.46 MiB of disk storage space, but actually needs more)

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

              # check blake3 hash
              echo '834d02a415659936035442d9d34c72a29f9b1032d86dec5ff677152203406e3c  8.10_intrepid_hppa.tar.zst' > blake3.txt
              b3sum --check blake3.txt

      - algorithm: sha256
        hex: 27d24b1245931f19d7beb8f3112435d04beae3865a109f2310a30837e5fd547c
        cmt: |+
          Usage:
              # check sha256 hash
              echo '27d24b1245931f19d7beb8f3112435d04beae3865a109f2310a30837e5fd547c  8.10_intrepid_hppa.tar.zst' > sha256.txt
              sha256sum --check sha256.txt

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

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

  - name: intrepid-lpia
    arch: lpia
    datetime:
      build: 2024-02-21 12:20:18.098285148 +00:00:00
      update: 2024-02-21 19:25:20.591855056 +00:00:00
    docker:
      platform: linux/386
      repo-digests:
      - ghcr.io/2cd/ubuntu@sha256:28352c4a435e3ab945049b9f36c6c8ce69c71d8869b9c185c10b6291b534a431
      - reg.tmoe.me:2096/ubuntu/8.10@sha256:28352c4a435e3ab945049b9f36c6c8ce69c71d8869b9c185c10b6291b534a431
      - reg.tmoe.me:2096/ubuntu/intrepid@sha256:28352c4a435e3ab945049b9f36c6c8ce69c71d8869b9c185c10b6291b534a431
      mirror:
      - name: ghcr
        repositories:
        - ghcr.io/2cd/ubuntu:intrepid-lpia
        - ghcr.io/2cd/ubuntu:8.10-lpia
      - name: reg
        repositories:
        - reg.tmoe.me:2096/ubuntu/intrepid:lpia
        - reg.tmoe.me:2096/ubuntu/8.10:lpia
    file:
      name: 8.10_intrepid_lpia.tar.zst
      size:
        bytes: 22951941
        readable: 21.89 MiB
        kib: 22414.01 KiB
        tar-bytes: 83732480
        tar-readable: 79.85 MiB
        cmt: |+
          Ideally:
              zstd size => download size (i.e., Consumes 21.89 MiB of traffic)
              tar size => uncompressed size (Actually, the extracted content is >= 79.85 MiB)
              zstd + tar size ~= space occupation for initial installation
                  (i.e., Requires at least 101.74 MiB of disk storage space, but actually needs more)

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

              # check blake3 hash
              echo '9e14e59c3166153d9878a4de3973049cb0a0bd4e5f0070b4e61450848c9bd9d1  8.10_intrepid_lpia.tar.zst' > blake3.txt
              b3sum --check blake3.txt

      - algorithm: sha256
        hex: 37f20a69fbfb775ab98fd29a3df7d7dac5f7451825cbbb634e1a65dd6976fd6d
        cmt: |+
          Usage:
              # check sha256 hash
              echo '37f20a69fbfb775ab98fd29a3df7d7dac5f7451825cbbb634e1a65dd6976fd6d  8.10_intrepid_lpia.tar.zst' > sha256.txt
              sha256sum --check sha256.txt

      mirror:
      - name: github
        url: https://github.com/2cd/ubuntu-museum/releases/download/8.10/8.10_intrepid_lpia.tar.zst
        cmt: |+
          Usage:
              mkdir -p ./tmp/intrepid-lpia
              cd tmp
              curl -LO 'https://github.com/2cd/ubuntu-museum/releases/download/8.10/8.10_intrepid_lpia.tar.zst'

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