Skip to content

7.04 Feisty Fawn (2007-04-19)

Compare
Choose a tag to compare
@github-actions github-actions released this 21 Feb 16:28
· 84 commits to master since this release
d8d8095
os:
- name: Ubuntu
  codename: Feisty Fawn
  series: feisty
  version: '7.04'
  docker:
    oci-platforms:
    - linux/386
    - linux/amd64
    - linux/ppc
    - linux/sparc
    cmt: |-
      Usage:
          docker run -it --rm ghcr.io/2cd/ubuntu:feisty
    mirror:
    - name: ghcr
      repositories:
      - ghcr.io/2cd/ubuntu:feisty
      - ghcr.io/2cd/ubuntu:7.04
      repo-digests:
      - ghcr.io/2cd/ubuntu@sha256:43c19f77c9d99482110637ec7b82684f259d170621db96d4377b133bed682984
    - name: reg
      repositories:
      - reg.tmoe.me:2096/ubuntu/feisty:latest
      - reg.tmoe.me:2096/ubuntu/7.04:latest
      repo-digests:
      - reg.tmoe.me:2096/ubuntu/7.04@sha256:43c19f77c9d99482110637ec7b82684f259d170621db96d4377b133bed682984
      - reg.tmoe.me:2096/ubuntu/feisty@sha256:43c19f77c9d99482110637ec7b82684f259d170621db96d4377b133bed682984
  tag:
  - name: feisty-x64
    arch: x64
    datetime:
      build: 2024-02-21 12:36:06.378227615 +00:00:00
      update: 2024-02-21 16:28:29.141325284 +00:00:00
    docker:
      platform: linux/amd64
      repo-digests:
      - ghcr.io/2cd/ubuntu@sha256:c8d40a219bfab51fc1e8f60c500bf62281f7cf06391c62cd4281dd9867ba4142
      - reg.tmoe.me:2096/ubuntu/7.04@sha256:c8d40a219bfab51fc1e8f60c500bf62281f7cf06391c62cd4281dd9867ba4142
      - reg.tmoe.me:2096/ubuntu/feisty@sha256:c8d40a219bfab51fc1e8f60c500bf62281f7cf06391c62cd4281dd9867ba4142
      mirror:
      - name: ghcr
        repositories:
        - ghcr.io/2cd/ubuntu:feisty-x64
        - ghcr.io/2cd/ubuntu:7.04-x64
      - name: reg
        repositories:
        - reg.tmoe.me:2096/ubuntu/feisty:x64
        - reg.tmoe.me:2096/ubuntu/7.04:x64
    file:
      name: 7.04_feisty_x64.tar.zst
      size:
        bytes: 42758377
        readable: 40.78 MiB
        kib: 41756.23 KiB
        tar-bytes: 161904640
        tar-readable: 154.4 MiB
        cmt: |+
          Ideally:
              zstd size => download size (i.e., Consumes 40.78 MiB of traffic)
              tar size => uncompressed size (Actually, the extracted content is >= 154.4 MiB)
              zstd + tar size ~= space occupation for initial installation
                  (i.e., Requires at least 195.18 MiB of disk storage space, but actually needs more)

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

              # check blake3 hash
              echo '8e42681b65149c31a78c3af2c06b74fc865a389d4af68ad31fd2270c2ae3f352  7.04_feisty_x64.tar.zst' > blake3.txt
              b3sum --check blake3.txt

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

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

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

  - name: feisty-x86
    arch: x86
    datetime:
      build: 2024-02-21 12:36:42.697247296 +00:00:00
      update: 2024-02-21 16:28:29.18196084 +00:00:00
    docker:
      platform: linux/386
      repo-digests:
      - ghcr.io/2cd/ubuntu@sha256:d23631adec2f352b1f2bda4af26eb2800129a9cfa9e85ab5c211ea13e2293226
      - reg.tmoe.me:2096/ubuntu/7.04@sha256:d23631adec2f352b1f2bda4af26eb2800129a9cfa9e85ab5c211ea13e2293226
      - reg.tmoe.me:2096/ubuntu/feisty@sha256:d23631adec2f352b1f2bda4af26eb2800129a9cfa9e85ab5c211ea13e2293226
      mirror:
      - name: ghcr
        repositories:
        - ghcr.io/2cd/ubuntu:feisty-x86
        - ghcr.io/2cd/ubuntu:7.04-x86
      - name: reg
        repositories:
        - reg.tmoe.me:2096/ubuntu/feisty:x86
        - reg.tmoe.me:2096/ubuntu/7.04:x86
    file:
      name: 7.04_feisty_x86.tar.zst
      size:
        bytes: 42006559
        readable: 40.06 MiB
        kib: 41022.03 KiB
        tar-bytes: 154736640
        tar-readable: 147.57 MiB
        cmt: |+
          Ideally:
              zstd size => download size (i.e., Consumes 40.06 MiB of traffic)
              tar size => uncompressed size (Actually, the extracted content is >= 147.57 MiB)
              zstd + tar size ~= space occupation for initial installation
                  (i.e., Requires at least 187.63 MiB of disk storage space, but actually needs more)

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

              # check blake3 hash
              echo 'd29ebc051ed3d1d547ffee16a003a5e447beb0089466149f1e078be7b0373172  7.04_feisty_x86.tar.zst' > blake3.txt
              b3sum --check blake3.txt

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

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

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

  - name: feisty-ppc
    arch: ppc
    datetime:
      build: 2024-02-21 12:37:04.567101141 +00:00:00
      update: 2024-02-21 16:28:29.222258476 +00:00:00
    docker:
      platform: linux/ppc
      repo-digests:
      - ghcr.io/2cd/ubuntu@sha256:aff75af82a5f7c6d60dd6f5f52f714c74570696bf8ee0cb09503e29722247d86
      - reg.tmoe.me:2096/ubuntu/7.04@sha256:aff75af82a5f7c6d60dd6f5f52f714c74570696bf8ee0cb09503e29722247d86
      - reg.tmoe.me:2096/ubuntu/feisty@sha256:aff75af82a5f7c6d60dd6f5f52f714c74570696bf8ee0cb09503e29722247d86
      mirror:
      - name: ghcr
        repositories:
        - ghcr.io/2cd/ubuntu:feisty-ppc
        - ghcr.io/2cd/ubuntu:7.04-ppc
      - name: reg
        repositories:
        - reg.tmoe.me:2096/ubuntu/feisty:ppc
        - reg.tmoe.me:2096/ubuntu/7.04:ppc
    file:
      name: 7.04_feisty_ppc.tar.zst
      size:
        bytes: 41394832
        readable: 39.48 MiB
        kib: 40424.64 KiB
        tar-bytes: 158668800
        tar-readable: 151.32 MiB
        cmt: |+
          Ideally:
              zstd size => download size (i.e., Consumes 39.48 MiB of traffic)
              tar size => uncompressed size (Actually, the extracted content is >= 151.32 MiB)
              zstd + tar size ~= space occupation for initial installation
                  (i.e., Requires at least 190.8 MiB of disk storage space, but actually needs more)

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

              # check blake3 hash
              echo 'f80f6dac10e42799c6b7a03e0a1b618dcd4a12598a82be65bdf1805d1a7e5e8f  7.04_feisty_ppc.tar.zst' > blake3.txt
              b3sum --check blake3.txt

      - algorithm: sha256
        hex: 52482853810b6c5e6974ab0c61214b7a36fa0b4f8964b334d1790ce697e92093
        cmt: |+
          Usage:
              # check sha256 hash
              echo '52482853810b6c5e6974ab0c61214b7a36fa0b4f8964b334d1790ce697e92093  7.04_feisty_ppc.tar.zst' > sha256.txt
              sha256sum --check sha256.txt

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

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

  - name: feisty-sparc
    arch: sparc
    datetime:
      build: 2024-02-21 12:37:33.732211192 +00:00:00
      update: 2024-02-21 16:28:29.266222275 +00:00:00
    docker:
      platform: linux/sparc
      repo-digests:
      - ghcr.io/2cd/ubuntu@sha256:ab639f8e27343c1815f81a47cb094fc7b0733e68a0bf873971b6091a9ee7e757
      - reg.tmoe.me:2096/ubuntu/7.04@sha256:ab639f8e27343c1815f81a47cb094fc7b0733e68a0bf873971b6091a9ee7e757
      - reg.tmoe.me:2096/ubuntu/feisty@sha256:ab639f8e27343c1815f81a47cb094fc7b0733e68a0bf873971b6091a9ee7e757
      mirror:
      - name: ghcr
        repositories:
        - ghcr.io/2cd/ubuntu:feisty-sparc
        - ghcr.io/2cd/ubuntu:7.04-sparc
      - name: reg
        repositories:
        - reg.tmoe.me:2096/ubuntu/feisty:sparc
        - reg.tmoe.me:2096/ubuntu/7.04:sparc
    file:
      name: 7.04_feisty_sparc.tar.zst
      size:
        bytes: 45656141
        readable: 43.54 MiB
        kib: 44586.08 KiB
        tar-bytes: 182415360
        tar-readable: 173.96 MiB
        cmt: |+
          Ideally:
              zstd size => download size (i.e., Consumes 43.54 MiB of traffic)
              tar size => uncompressed size (Actually, the extracted content is >= 173.96 MiB)
              zstd + tar size ~= space occupation for initial installation
                  (i.e., Requires at least 217.51 MiB of disk storage space, but actually needs more)

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

              # check blake3 hash
              echo '670ec81b8dd6965fb5203d8a654cd64e41413c885d7ff91a11b556446cb70ed9  7.04_feisty_sparc.tar.zst' > blake3.txt
              b3sum --check blake3.txt

      - algorithm: sha256
        hex: 6ce8952b5a9d47bcb339308ed7d6f91b02239f4edb5a73e583943df6b1cfde1b
        cmt: |+
          Usage:
              # check sha256 hash
              echo '6ce8952b5a9d47bcb339308ed7d6f91b02239f4edb5a73e583943df6b1cfde1b  7.04_feisty_sparc.tar.zst' > sha256.txt
              sha256sum --check sha256.txt

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

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