Skip to content

4.10 Warty Warthog (2004-10-20)

Compare
Choose a tag to compare
@github-actions github-actions released this 20 Feb 16:17
· 84 commits to master since this release
712bca9
os:
- name: Ubuntu
  codename: Warty Warthog
  series: warty
  version: '4.10'
  docker:
    oci-platforms:
    - linux/386
    - linux/amd64
    - linux/ppc
    cmt: |-
      Usage:
          docker run -it --rm ghcr.io/2cd/ubuntu:warty
    mirror:
    - name: ghcr
      repositories:
      - ghcr.io/2cd/ubuntu:warty
      - ghcr.io/2cd/ubuntu:4.10
      repo-digests:
      - ghcr.io/2cd/ubuntu@sha256:2afcf132da2dda3e34c990e155d490b0c08a590c3d9ab0f35a0bac5813c30113
    - name: reg
      repositories:
      - reg.tmoe.me:2096/ubuntu/4.10:latest
      - reg.tmoe.me:2096/ubuntu/warty:latest
      repo-digests:
      - reg.tmoe.me:2096/ubuntu/4.10@sha256:2afcf132da2dda3e34c990e155d490b0c08a590c3d9ab0f35a0bac5813c30113
      - reg.tmoe.me:2096/ubuntu/warty@sha256:2afcf132da2dda3e34c990e155d490b0c08a590c3d9ab0f35a0bac5813c30113
  tag:
  - name: warty-x64
    arch: x64
    datetime:
      build: 2024-02-21 11:50:49.210712878 +00:00:00
      update: 2024-02-21 11:56:05.201184456 +00:00:00
    docker:
      platform: linux/amd64
      repo-digests:
      - ghcr.io/2cd/ubuntu@sha256:e84c35003fafd00a1c1d19b017d73ae15aef28044f72aaffdbec42f4f8704387
      - reg.tmoe.me:2096/ubuntu/4.10@sha256:e84c35003fafd00a1c1d19b017d73ae15aef28044f72aaffdbec42f4f8704387
      - reg.tmoe.me:2096/ubuntu/warty@sha256:e84c35003fafd00a1c1d19b017d73ae15aef28044f72aaffdbec42f4f8704387
      mirror:
      - name: ghcr
        repositories:
        - ghcr.io/2cd/ubuntu:warty-x64
        - ghcr.io/2cd/ubuntu:4.10-x64
      - name: reg
        repositories:
        - reg.tmoe.me:2096/ubuntu/warty:x64
        - reg.tmoe.me:2096/ubuntu/4.10:x64
    file:
      name: 4.10_warty_x64.tar.zst
      size:
        bytes: 13742115
        readable: 13.11 MiB
        kib: 13420.03 KiB
        tar-bytes: 55971840
        tar-readable: 53.38 MiB
        cmt: |+
          Ideally:
              zstd size => download size (i.e., Consumes 13.11 MiB of traffic)
              tar size => uncompressed size (Actually, the extracted content is >= 53.38 MiB)
              zstd + tar size ~= space occupation for initial installation
                  (i.e., Requires at least 66.48 MiB of disk storage space, but actually needs more)

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

              # check blake3 hash
              echo 'b3eea12e1ad60799c3503628e026820ba9b41ac30265ba62e6e281a6565f3d34  4.10_warty_x64.tar.zst' > blake3.txt
              b3sum --check blake3.txt

      - algorithm: sha256
        hex: 64531d01bae06766fcbad457610a74558d2427dd4f8c8ef80254be6dbdb34ceb
        cmt: |+
          Usage:
              # check sha256 hash
              echo '64531d01bae06766fcbad457610a74558d2427dd4f8c8ef80254be6dbdb34ceb  4.10_warty_x64.tar.zst' > sha256.txt
              sha256sum --check sha256.txt

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

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

  - name: warty-x86
    arch: x86
    datetime:
      build: 2024-02-21 11:50:46.661539196 +00:00:00
      update: 2024-02-21 11:56:05.21777519 +00:00:00
    docker:
      platform: linux/386
      repo-digests:
      - ghcr.io/2cd/ubuntu@sha256:a3a275e90082eb0a87c70604d9f37f695a43d984ea672fceb20140892f17ee64
      - reg.tmoe.me:2096/ubuntu/4.10@sha256:a3a275e90082eb0a87c70604d9f37f695a43d984ea672fceb20140892f17ee64
      - reg.tmoe.me:2096/ubuntu/warty@sha256:a3a275e90082eb0a87c70604d9f37f695a43d984ea672fceb20140892f17ee64
      mirror:
      - name: ghcr
        repositories:
        - ghcr.io/2cd/ubuntu:warty-x86
        - ghcr.io/2cd/ubuntu:4.10-x86
      - name: reg
        repositories:
        - reg.tmoe.me:2096/ubuntu/warty:x86
        - reg.tmoe.me:2096/ubuntu/4.10:x86
    file:
      name: 4.10_warty_x86.tar.zst
      size:
        bytes: 13315152
        readable: 12.7 MiB
        kib: 13003.08 KiB
        tar-bytes: 52500480
        tar-readable: 50.07 MiB
        cmt: |+
          Ideally:
              zstd size => download size (i.e., Consumes 12.7 MiB of traffic)
              tar size => uncompressed size (Actually, the extracted content is >= 50.07 MiB)
              zstd + tar size ~= space occupation for initial installation
                  (i.e., Requires at least 62.77 MiB of disk storage space, but actually needs more)

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

              # check blake3 hash
              echo 'bcc19665896b27da9a67c1ab42c6ed25be8281cda868f814778bb3d553e1f8a3  4.10_warty_x86.tar.zst' > blake3.txt
              b3sum --check blake3.txt

      - algorithm: sha256
        hex: 43d5de23b33b127c80afdf1bf03ba0289d345d3781af5ea39e92539cc4ecb0d4
        cmt: |+
          Usage:
              # check sha256 hash
              echo '43d5de23b33b127c80afdf1bf03ba0289d345d3781af5ea39e92539cc4ecb0d4  4.10_warty_x86.tar.zst' > sha256.txt
              sha256sum --check sha256.txt

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

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

  - name: warty-ppc
    arch: ppc
    datetime:
      build: 2024-02-21 11:50:46.509162939 +00:00:00
      update: 2024-02-21 11:56:05.256590971 +00:00:00
    docker:
      platform: linux/ppc
      repo-digests:
      - ghcr.io/2cd/ubuntu@sha256:d1f6017170787f1ac6371433304a7bb64f063c30a31c622009452a04b61f7c4a
      - reg.tmoe.me:2096/ubuntu/4.10@sha256:d1f6017170787f1ac6371433304a7bb64f063c30a31c622009452a04b61f7c4a
      - reg.tmoe.me:2096/ubuntu/warty@sha256:d1f6017170787f1ac6371433304a7bb64f063c30a31c622009452a04b61f7c4a
      mirror:
      - name: ghcr
        repositories:
        - ghcr.io/2cd/ubuntu:warty-ppc
        - ghcr.io/2cd/ubuntu:4.10-ppc
      - name: reg
        repositories:
        - reg.tmoe.me:2096/ubuntu/warty:ppc
        - reg.tmoe.me:2096/ubuntu/4.10:ppc
    file:
      name: 4.10_warty_ppc.tar.zst
      size:
        bytes: 40321692
        readable: 38.45 MiB
        kib: 39376.65 KiB
        tar-bytes: 150118400
        tar-readable: 143.16 MiB
        cmt: |+
          Ideally:
              zstd size => download size (i.e., Consumes 38.45 MiB of traffic)
              tar size => uncompressed size (Actually, the extracted content is >= 143.16 MiB)
              zstd + tar size ~= space occupation for initial installation
                  (i.e., Requires at least 181.62 MiB of disk storage space, but actually needs more)

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

              # check blake3 hash
              echo 'b1a5ac21d58cc93181311b691a9e272428443a816c31fa8bb53ef73c4ed4ac5e  4.10_warty_ppc.tar.zst' > blake3.txt
              b3sum --check blake3.txt

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

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

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