Skip to content

5.10 Breezy Badger (2005-10-12)

Compare
Choose a tag to compare
@github-actions github-actions released this 21 Feb 16:06
· 84 commits to master since this release
d8d8095
os:
- name: Ubuntu
  codename: Breezy Badger
  series: breezy
  version: '5.10'
  docker:
    oci-platforms:
    - linux/386
    - linux/amd64
    - linux/ppc
    cmt: |-
      Usage:
          docker run -it --rm ghcr.io/2cd/ubuntu:5.10
    mirror:
    - name: ghcr
      repositories:
      - ghcr.io/2cd/ubuntu:5.10
      - ghcr.io/2cd/ubuntu:breezy
      repo-digests:
      - ghcr.io/2cd/ubuntu@sha256:3d399bf723fbb70b4640d595e7fdacb0b5f8757610e7440f20ea8de69ac69e33
    - name: reg
      repositories:
      - reg.tmoe.me:2096/ubuntu/5.10:latest
      - reg.tmoe.me:2096/ubuntu/breezy:latest
      repo-digests:
      - reg.tmoe.me:2096/ubuntu/5.10@sha256:3d399bf723fbb70b4640d595e7fdacb0b5f8757610e7440f20ea8de69ac69e33
      - reg.tmoe.me:2096/ubuntu/breezy@sha256:3d399bf723fbb70b4640d595e7fdacb0b5f8757610e7440f20ea8de69ac69e33
  tag:
  - name: breezy-x86
    arch: x86
    datetime:
      build: 2024-02-21 16:04:00.751520476 +00:00:00
      update: 2024-02-21 16:06:32.137448681 +00:00:00
    docker:
      platform: linux/386
      repo-digests:
      - ghcr.io/2cd/ubuntu@sha256:115cffbe50e8a46cd1a5ae87f8ca8b125377843b5c799952135d6cf546f2108b
      - reg.tmoe.me:2096/ubuntu/5.10@sha256:115cffbe50e8a46cd1a5ae87f8ca8b125377843b5c799952135d6cf546f2108b
      - reg.tmoe.me:2096/ubuntu/breezy@sha256:115cffbe50e8a46cd1a5ae87f8ca8b125377843b5c799952135d6cf546f2108b
      mirror:
      - name: ghcr
        repositories:
        - ghcr.io/2cd/ubuntu:breezy-x86
        - ghcr.io/2cd/ubuntu:5.10-x86
      - name: reg
        repositories:
        - reg.tmoe.me:2096/ubuntu/breezy:x86
        - reg.tmoe.me:2096/ubuntu/5.10:x86
    file:
      name: 5.10_breezy_x86.tar.zst
      size:
        bytes: 33071390
        readable: 31.54 MiB
        kib: 32296.28 KiB
        tar-bytes: 116695040
        tar-readable: 111.29 MiB
        cmt: |+
          Ideally:
              zstd size => download size (i.e., Consumes 31.54 MiB of traffic)
              tar size => uncompressed size (Actually, the extracted content is >= 111.29 MiB)
              zstd + tar size ~= space occupation for initial installation
                  (i.e., Requires at least 142.83 MiB of disk storage space, but actually needs more)

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

              # check blake3 hash
              echo '61cbad92865691d4064391be1bf3a829455917b8c4988d5edcb035d7067be0f1  5.10_breezy_x86.tar.zst' > blake3.txt
              b3sum --check blake3.txt

      - algorithm: sha256
        hex: dc9647ba02a02e8cb294acc0f6e26a8497e2c3d7b1df9862aa67e354c9f8e407
        cmt: |+
          Usage:
              # check sha256 hash
              echo 'dc9647ba02a02e8cb294acc0f6e26a8497e2c3d7b1df9862aa67e354c9f8e407  5.10_breezy_x86.tar.zst' > sha256.txt
              sha256sum --check sha256.txt

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

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

  - name: breezy-x64
    arch: x64
    datetime:
      build: 2024-02-21 12:40:59.971876875 +00:00:00
      update: 2024-02-21 16:06:32.175816425 +00:00:00
    docker:
      platform: linux/amd64
      repo-digests:
      - ghcr.io/2cd/ubuntu@sha256:b9ecd5dcda0fa4c103846b39f6ebc54851c3177ca1b98c08033dbef039d8ce06
      - reg.tmoe.me:2096/ubuntu/5.10@sha256:b9ecd5dcda0fa4c103846b39f6ebc54851c3177ca1b98c08033dbef039d8ce06
      - reg.tmoe.me:2096/ubuntu/breezy@sha256:b9ecd5dcda0fa4c103846b39f6ebc54851c3177ca1b98c08033dbef039d8ce06
      mirror:
      - name: ghcr
        repositories:
        - ghcr.io/2cd/ubuntu:breezy-x64
        - ghcr.io/2cd/ubuntu:5.10-x64
      - name: reg
        repositories:
        - reg.tmoe.me:2096/ubuntu/breezy:x64
        - reg.tmoe.me:2096/ubuntu/5.10:x64
    file:
      name: 5.10_breezy_x64.tar.zst
      size:
        bytes: 37963137
        readable: 36.2 MiB
        kib: 37073.38 KiB
        tar-bytes: 141230080
        tar-readable: 134.69 MiB
        cmt: |+
          Ideally:
              zstd size => download size (i.e., Consumes 36.2 MiB of traffic)
              tar size => uncompressed size (Actually, the extracted content is >= 134.69 MiB)
              zstd + tar size ~= space occupation for initial installation
                  (i.e., Requires at least 170.89 MiB of disk storage space, but actually needs more)

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

              # check blake3 hash
              echo '75bfb4eaf83217467b528e055feae4eeb1874584f1ffdd6304c85be241677cbf  5.10_breezy_x64.tar.zst' > blake3.txt
              b3sum --check blake3.txt

      - algorithm: sha256
        hex: dbb668c139348771fab10585d269970f4ef825f9adb434b80e6554dc58c6dce3
        cmt: |+
          Usage:
              # check sha256 hash
              echo 'dbb668c139348771fab10585d269970f4ef825f9adb434b80e6554dc58c6dce3  5.10_breezy_x64.tar.zst' > sha256.txt
              sha256sum --check sha256.txt

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

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

  - name: breezy-ppc
    arch: ppc
    datetime:
      build: 2024-02-21 15:55:06.95703543 +00:00:00
      update: 2024-02-21 16:06:32.209106099 +00:00:00
    docker:
      platform: linux/ppc
      repo-digests:
      - ghcr.io/2cd/ubuntu@sha256:1dee1aa0989e8084f8dbbb5c28e365aca8c9e73650951e677648ba3a30a14512
      - reg.tmoe.me:2096/ubuntu/5.10@sha256:1dee1aa0989e8084f8dbbb5c28e365aca8c9e73650951e677648ba3a30a14512
      - reg.tmoe.me:2096/ubuntu/breezy@sha256:1dee1aa0989e8084f8dbbb5c28e365aca8c9e73650951e677648ba3a30a14512
      mirror:
      - name: ghcr
        repositories:
        - ghcr.io/2cd/ubuntu:breezy-ppc
        - ghcr.io/2cd/ubuntu:5.10-ppc
      - name: reg
        repositories:
        - reg.tmoe.me:2096/ubuntu/breezy:ppc
        - reg.tmoe.me:2096/ubuntu/5.10:ppc
    file:
      name: 5.10_breezy_ppc.tar.zst
      size:
        bytes: 32917556
        readable: 31.39 MiB
        kib: 32146.05 KiB
        tar-bytes: 116520960
        tar-readable: 111.12 MiB
        cmt: |+
          Ideally:
              zstd size => download size (i.e., Consumes 31.39 MiB of traffic)
              tar size => uncompressed size (Actually, the extracted content is >= 111.12 MiB)
              zstd + tar size ~= space occupation for initial installation
                  (i.e., Requires at least 142.52 MiB of disk storage space, but actually needs more)

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

              # check blake3 hash
              echo 'faa267bd915319bd61ecce154ef0b9364780bf3e0f1fdb2adb85e13d8e87fdd7  5.10_breezy_ppc.tar.zst' > blake3.txt
              b3sum --check blake3.txt

      - algorithm: sha256
        hex: 3e9d2e30f352ea163348c334b238695cf8dd55282b131557c0a4fec8f9704e4e
        cmt: |+
          Usage:
              # check sha256 hash
              echo '3e9d2e30f352ea163348c334b238695cf8dd55282b131557c0a4fec8f9704e4e  5.10_breezy_ppc.tar.zst' > sha256.txt
              sha256sum --check sha256.txt

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

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