Skip to content

13.04 Raring Ringtail (2013-04-25)

Compare
Choose a tag to compare
@github-actions github-actions released this 21 Feb 12:59
· 81 commits to master since this release
d8d8095
os:
- name: Ubuntu
  codename: Raring Ringtail
  series: raring
  version: '13.04'
  docker:
    oci-platforms:
    - linux/386
    - linux/amd64
    - linux/arm/v7
    - linux/ppc
    cmt: |-
      Usage:
          docker run -it --rm ghcr.io/2cd/ubuntu:13.04
    mirror:
    - name: ghcr
      repositories:
      - ghcr.io/2cd/ubuntu:13.04
      - ghcr.io/2cd/ubuntu:raring
      repo-digests:
      - ghcr.io/2cd/ubuntu@sha256:3e15d94b213a364795e54840e68425a6874120e041740fdb155593f79fa6b7d4
    - name: reg
      repositories:
      - reg.tmoe.me:2096/ubuntu/raring:latest
      - reg.tmoe.me:2096/ubuntu/13.04:latest
      repo-digests:
      - reg.tmoe.me:2096/ubuntu/13.04@sha256:3e15d94b213a364795e54840e68425a6874120e041740fdb155593f79fa6b7d4
      - reg.tmoe.me:2096/ubuntu/raring@sha256:3e15d94b213a364795e54840e68425a6874120e041740fdb155593f79fa6b7d4
  tag:
  - name: raring-x64
    arch: x64
    datetime:
      build: 2024-02-21 11:58:59.773921549 +00:00:00
      update: 2024-02-21 12:59:33.126392311 +00:00:00
    docker:
      platform: linux/amd64
      repo-digests:
      - ghcr.io/2cd/ubuntu@sha256:9751690214a4c43eb45c4d41f74abf576e91d8a5015ab11acfbb5d96a66203a6
      - reg.tmoe.me:2096/ubuntu/13.04@sha256:9751690214a4c43eb45c4d41f74abf576e91d8a5015ab11acfbb5d96a66203a6
      - reg.tmoe.me:2096/ubuntu/raring@sha256:9751690214a4c43eb45c4d41f74abf576e91d8a5015ab11acfbb5d96a66203a6
      mirror:
      - name: ghcr
        repositories:
        - ghcr.io/2cd/ubuntu:raring-x64
        - ghcr.io/2cd/ubuntu:13.04-x64
      - name: reg
        repositories:
        - reg.tmoe.me:2096/ubuntu/raring:x64
        - reg.tmoe.me:2096/ubuntu/13.04:x64
    file:
      name: 13.04_raring_x64.tar.zst
      size:
        bytes: 28758580
        readable: 27.43 MiB
        kib: 28084.55 KiB
        tar-bytes: 111196160
        tar-readable: 106.04 MiB
        cmt: |+
          Ideally:
              zstd size => download size (i.e., Consumes 27.43 MiB of traffic)
              tar size => uncompressed size (Actually, the extracted content is >= 106.04 MiB)
              zstd + tar size ~= space occupation for initial installation
                  (i.e., Requires at least 133.47 MiB of disk storage space, but actually needs more)

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

              # check blake3 hash
              echo '82e0b302a7fd8ea887b2ec93a1ac609e194cc1a08138e9037d13af1a47317e45  13.04_raring_x64.tar.zst' > blake3.txt
              b3sum --check blake3.txt

      - algorithm: sha256
        hex: 2b5d32017a136f70b718c6e979d2e29159a99b4dd18860aacb1c918130410c08
        cmt: |+
          Usage:
              # check sha256 hash
              echo '2b5d32017a136f70b718c6e979d2e29159a99b4dd18860aacb1c918130410c08  13.04_raring_x64.tar.zst' > sha256.txt
              sha256sum --check sha256.txt

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

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

  - name: raring-armv7a
    arch: armv7a
    datetime:
      build: 2024-02-21 11:58:59.699968211 +00:00:00
      update: 2024-02-21 12:59:33.152939577 +00:00:00
    docker:
      platform: linux/arm/v7
      repo-digests:
      - ghcr.io/2cd/ubuntu@sha256:a62f5019ec7f03de61356e16075835700c66bb52924c748eae615798a80b3ed0
      - reg.tmoe.me:2096/ubuntu/13.04@sha256:a62f5019ec7f03de61356e16075835700c66bb52924c748eae615798a80b3ed0
      - reg.tmoe.me:2096/ubuntu/raring@sha256:a62f5019ec7f03de61356e16075835700c66bb52924c748eae615798a80b3ed0
      mirror:
      - name: ghcr
        repositories:
        - ghcr.io/2cd/ubuntu:raring-armv7a
        - ghcr.io/2cd/ubuntu:13.04-armv7a
      - name: reg
        repositories:
        - reg.tmoe.me:2096/ubuntu/raring:armv7a
        - reg.tmoe.me:2096/ubuntu/13.04:armv7a
    file:
      name: 13.04_raring_armv7a.tar.zst
      size:
        bytes: 26757473
        readable: 25.52 MiB
        kib: 26130.35 KiB
        tar-bytes: 92211200
        tar-readable: 87.94 MiB
        cmt: |+
          Ideally:
              zstd size => download size (i.e., Consumes 25.52 MiB of traffic)
              tar size => uncompressed size (Actually, the extracted content is >= 87.94 MiB)
              zstd + tar size ~= space occupation for initial installation
                  (i.e., Requires at least 113.46 MiB of disk storage space, but actually needs more)

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

              # check blake3 hash
              echo '2c57d2c5df1bdb1a4fadc6b157b9229eba93f0a6365e447cf508dbfe5956f2e0  13.04_raring_armv7a.tar.zst' > blake3.txt
              b3sum --check blake3.txt

      - algorithm: sha256
        hex: 4fbc841182b9e46d8266ed7a1fb5c4dc92417391c948f35725c05e8881733797
        cmt: |+
          Usage:
              # check sha256 hash
              echo '4fbc841182b9e46d8266ed7a1fb5c4dc92417391c948f35725c05e8881733797  13.04_raring_armv7a.tar.zst' > sha256.txt
              sha256sum --check sha256.txt

      mirror:
      - name: github
        url: https://github.com/2cd/ubuntu-museum/releases/download/13.04/13.04_raring_armv7a.tar.zst
        cmt: |+
          Usage:
              mkdir -p ./tmp/raring-armv7a
              cd tmp
              curl -LO 'https://github.com/2cd/ubuntu-museum/releases/download/13.04/13.04_raring_armv7a.tar.zst'

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

  - name: raring-x86
    arch: x86
    datetime:
      build: 2024-02-21 11:58:52.340797604 +00:00:00
      update: 2024-02-21 12:59:33.180667576 +00:00:00
    docker:
      platform: linux/386
      repo-digests:
      - ghcr.io/2cd/ubuntu@sha256:508e2524851f88f542988887011cd5d275b38521b99996a586e0b868d5a05dde
      - reg.tmoe.me:2096/ubuntu/13.04@sha256:508e2524851f88f542988887011cd5d275b38521b99996a586e0b868d5a05dde
      - reg.tmoe.me:2096/ubuntu/raring@sha256:508e2524851f88f542988887011cd5d275b38521b99996a586e0b868d5a05dde
      mirror:
      - name: ghcr
        repositories:
        - ghcr.io/2cd/ubuntu:raring-x86
        - ghcr.io/2cd/ubuntu:13.04-x86
      - name: reg
        repositories:
        - reg.tmoe.me:2096/ubuntu/raring:x86
        - reg.tmoe.me:2096/ubuntu/13.04:x86
    file:
      name: 13.04_raring_x86.tar.zst
      size:
        bytes: 28387131
        readable: 27.07 MiB
        kib: 27721.81 KiB
        tar-bytes: 108103680
        tar-readable: 103.1 MiB
        cmt: |+
          Ideally:
              zstd size => download size (i.e., Consumes 27.07 MiB of traffic)
              tar size => uncompressed size (Actually, the extracted content is >= 103.1 MiB)
              zstd + tar size ~= space occupation for initial installation
                  (i.e., Requires at least 130.17 MiB of disk storage space, but actually needs more)

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

              # check blake3 hash
              echo '90ce6db4b57a816342f4e11638421bd68e628d824bbddf670296f8aaf3e5c3ac  13.04_raring_x86.tar.zst' > blake3.txt
              b3sum --check blake3.txt

      - algorithm: sha256
        hex: 0f0518b061534d811b9e1c6dc0ad350de7fbb91228317c6639b79c688dcb4fe9
        cmt: |+
          Usage:
              # check sha256 hash
              echo '0f0518b061534d811b9e1c6dc0ad350de7fbb91228317c6639b79c688dcb4fe9  13.04_raring_x86.tar.zst' > sha256.txt
              sha256sum --check sha256.txt

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

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

  - name: raring-ppc
    arch: ppc
    datetime:
      build: 2024-02-21 11:59:00.906840703 +00:00:00
      update: 2024-02-21 12:59:33.207396852 +00:00:00
    docker:
      platform: linux/ppc
      repo-digests:
      - ghcr.io/2cd/ubuntu@sha256:14a8c61d6ac3156101499d350e1712c5b2d519a9df8a17542e0e3e302e38c30b
      - reg.tmoe.me:2096/ubuntu/13.04@sha256:14a8c61d6ac3156101499d350e1712c5b2d519a9df8a17542e0e3e302e38c30b
      - reg.tmoe.me:2096/ubuntu/raring@sha256:14a8c61d6ac3156101499d350e1712c5b2d519a9df8a17542e0e3e302e38c30b
      mirror:
      - name: ghcr
        repositories:
        - ghcr.io/2cd/ubuntu:raring-ppc
        - ghcr.io/2cd/ubuntu:13.04-ppc
      - name: reg
        repositories:
        - reg.tmoe.me:2096/ubuntu/raring:ppc
        - reg.tmoe.me:2096/ubuntu/13.04:ppc
    file:
      name: 13.04_raring_ppc.tar.zst
      size:
        bytes: 27381524
        readable: 26.11 MiB
        kib: 26739.77 KiB
        tar-bytes: 109803520
        tar-readable: 104.72 MiB
        cmt: |+
          Ideally:
              zstd size => download size (i.e., Consumes 26.11 MiB of traffic)
              tar size => uncompressed size (Actually, the extracted content is >= 104.72 MiB)
              zstd + tar size ~= space occupation for initial installation
                  (i.e., Requires at least 130.83 MiB of disk storage space, but actually needs more)

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

              # check blake3 hash
              echo '2df910626916e6d5862e1ca98ce195e71cd10398c244dd881b7dcabd16889010  13.04_raring_ppc.tar.zst' > blake3.txt
              b3sum --check blake3.txt

      - algorithm: sha256
        hex: be3b4775195eefdadebbfd95bb27f036ef000761e81c0b2e281be5ff2b67b39c
        cmt: |+
          Usage:
              # check sha256 hash
              echo 'be3b4775195eefdadebbfd95bb27f036ef000761e81c0b2e281be5ff2b67b39c  13.04_raring_ppc.tar.zst' > sha256.txt
              sha256sum --check sha256.txt

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

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