Skip to content

12.04 Precise Pangolin (2012-04-26)

Compare
Choose a tag to compare
@github-actions github-actions released this 21 Feb 13:49
· 81 commits to master since this release
d8d8095
os:
- name: Ubuntu
  codename: Precise Pangolin
  series: precise
  version: '12.04'
  docker:
    oci-platforms:
    - linux/386
    - linux/amd64
    - linux/arm/v4
    - linux/arm/v7
    - linux/ppc
    cmt: |-
      Usage:
          docker run -it --rm ghcr.io/2cd/ubuntu:precise
    mirror:
    - name: ghcr
      repositories:
      - ghcr.io/2cd/ubuntu:precise
      - ghcr.io/2cd/ubuntu:12.04
      repo-digests:
      - ghcr.io/2cd/ubuntu@sha256:e1a80beffadb520e34a9c576bd8fe5a50d270bf7b203a3ce6f471adbbc1f04f4
    - name: reg
      repositories:
      - reg.tmoe.me:2096/ubuntu/12.04:latest
      - reg.tmoe.me:2096/ubuntu/precise:latest
      repo-digests:
      - reg.tmoe.me:2096/ubuntu/12.04@sha256:e1a80beffadb520e34a9c576bd8fe5a50d270bf7b203a3ce6f471adbbc1f04f4
      - reg.tmoe.me:2096/ubuntu/precise@sha256:e1a80beffadb520e34a9c576bd8fe5a50d270bf7b203a3ce6f471adbbc1f04f4
  tag:
  - name: precise-x64
    arch: x64
    datetime:
      build: 2024-02-21 13:28:54.371812115 +00:00:00
      update: 2024-02-21 13:48:59.663334699 +00:00:00
    docker:
      platform: linux/amd64
      repo-digests:
      - ghcr.io/2cd/ubuntu@sha256:426615e407c43f3ebb07539832406e8ff4ac04978fbab3ddb8d22d4a5c42b64f
      - reg.tmoe.me:2096/ubuntu/12.04@sha256:426615e407c43f3ebb07539832406e8ff4ac04978fbab3ddb8d22d4a5c42b64f
      - reg.tmoe.me:2096/ubuntu/precise@sha256:426615e407c43f3ebb07539832406e8ff4ac04978fbab3ddb8d22d4a5c42b64f
      mirror:
      - name: ghcr
        repositories:
        - ghcr.io/2cd/ubuntu:precise-x64
        - ghcr.io/2cd/ubuntu:12.04-x64
      - name: reg
        repositories:
        - reg.tmoe.me:2096/ubuntu/precise:x64
        - reg.tmoe.me:2096/ubuntu/12.04:x64
    file:
      name: 12.04_precise_x64.tar.zst
      size:
        bytes: 29603692
        readable: 28.23 MiB
        kib: 28909.86 KiB
        tar-bytes: 116398080
        tar-readable: 111.01 MiB
        cmt: |+
          Ideally:
              zstd size => download size (i.e., Consumes 28.23 MiB of traffic)
              tar size => uncompressed size (Actually, the extracted content is >= 111.01 MiB)
              zstd + tar size ~= space occupation for initial installation
                  (i.e., Requires at least 139.24 MiB of disk storage space, but actually needs more)

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

              # check blake3 hash
              echo 'b3b97a3bfbc4a7f95d3a3d56fef0fa8e697aeec3510dd55e73f89873bebed03f  12.04_precise_x64.tar.zst' > blake3.txt
              b3sum --check blake3.txt

      - algorithm: sha256
        hex: 1a3f627b46b11a0dccba6d48da6c838051ca3506ed28b84cfa9a47bda8b56bd7
        cmt: |+
          Usage:
              # check sha256 hash
              echo '1a3f627b46b11a0dccba6d48da6c838051ca3506ed28b84cfa9a47bda8b56bd7  12.04_precise_x64.tar.zst' > sha256.txt
              sha256sum --check sha256.txt

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

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

  - name: precise-armv4t
    arch: armv4t
    datetime:
      build: 2024-02-21 13:28:31.152370324 +00:00:00
      update: 2024-02-21 13:48:59.690205523 +00:00:00
    docker:
      platform: linux/arm/v4
      repo-digests:
      - ghcr.io/2cd/ubuntu@sha256:87e8da1e290a52bff9ee4428121bda462745e4f3d0b552173adfad440c325bf4
      - reg.tmoe.me:2096/ubuntu/12.04@sha256:87e8da1e290a52bff9ee4428121bda462745e4f3d0b552173adfad440c325bf4
      - reg.tmoe.me:2096/ubuntu/precise@sha256:87e8da1e290a52bff9ee4428121bda462745e4f3d0b552173adfad440c325bf4
      mirror:
      - name: ghcr
        repositories:
        - ghcr.io/2cd/ubuntu:precise-armv4t
        - ghcr.io/2cd/ubuntu:12.04-armv4t
      - name: reg
        repositories:
        - reg.tmoe.me:2096/ubuntu/precise:armv4t
        - reg.tmoe.me:2096/ubuntu/12.04:armv4t
    file:
      name: 12.04_precise_armv4t.tar.zst
      size:
        bytes: 27373156
        readable: 26.11 MiB
        kib: 26731.6 KiB
        tar-bytes: 96512000
        tar-readable: 92.04 MiB
        cmt: |+
          Ideally:
              zstd size => download size (i.e., Consumes 26.11 MiB of traffic)
              tar size => uncompressed size (Actually, the extracted content is >= 92.04 MiB)
              zstd + tar size ~= space occupation for initial installation
                  (i.e., Requires at least 118.15 MiB of disk storage space, but actually needs more)

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

              # check blake3 hash
              echo '80b49316a5bac9acd3e2cc3967bfda4bf3cef0e6ad86fc5217a2084a6e30626d  12.04_precise_armv4t.tar.zst' > blake3.txt
              b3sum --check blake3.txt

      - algorithm: sha256
        hex: e77c83ff9476f93c431a8008fa125c7d828e0305bdac6c2401a02717b75dc35c
        cmt: |+
          Usage:
              # check sha256 hash
              echo 'e77c83ff9476f93c431a8008fa125c7d828e0305bdac6c2401a02717b75dc35c  12.04_precise_armv4t.tar.zst' > sha256.txt
              sha256sum --check sha256.txt

      mirror:
      - name: github
        url: https://github.com/2cd/ubuntu-museum/releases/download/12.04/12.04_precise_armv4t.tar.zst
        cmt: |+
          Usage:
              mkdir -p ./tmp/precise-armv4t
              cd tmp
              curl -LO 'https://github.com/2cd/ubuntu-museum/releases/download/12.04/12.04_precise_armv4t.tar.zst'

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

  - name: precise-armv7a
    arch: armv7a
    datetime:
      build: 2024-02-21 13:28:28.054672936 +00:00:00
      update: 2024-02-21 13:48:59.717409215 +00:00:00
    docker:
      platform: linux/arm/v7
      repo-digests:
      - ghcr.io/2cd/ubuntu@sha256:6822195b72974d324efdaf2c25bfc259dbc2b9ddde7a2214b7aa200e8aceeb56
      - reg.tmoe.me:2096/ubuntu/12.04@sha256:6822195b72974d324efdaf2c25bfc259dbc2b9ddde7a2214b7aa200e8aceeb56
      - reg.tmoe.me:2096/ubuntu/precise@sha256:6822195b72974d324efdaf2c25bfc259dbc2b9ddde7a2214b7aa200e8aceeb56
      mirror:
      - name: ghcr
        repositories:
        - ghcr.io/2cd/ubuntu:precise-armv7a
        - ghcr.io/2cd/ubuntu:12.04-armv7a
      - name: reg
        repositories:
        - reg.tmoe.me:2096/ubuntu/precise:armv7a
        - reg.tmoe.me:2096/ubuntu/12.04:armv7a
    file:
      name: 12.04_precise_armv7a.tar.zst
      size:
        bytes: 27533576
        readable: 26.26 MiB
        kib: 26888.26 KiB
        tar-bytes: 97341440
        tar-readable: 92.83 MiB
        cmt: |+
          Ideally:
              zstd size => download size (i.e., Consumes 26.26 MiB of traffic)
              tar size => uncompressed size (Actually, the extracted content is >= 92.83 MiB)
              zstd + tar size ~= space occupation for initial installation
                  (i.e., Requires at least 119.09 MiB of disk storage space, but actually needs more)

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

              # check blake3 hash
              echo '36acc1e3ad831948aab090a4791410b15e78cc11a4e4be7d4c250b595ff27c54  12.04_precise_armv7a.tar.zst' > blake3.txt
              b3sum --check blake3.txt

      - algorithm: sha256
        hex: b00dd9fb6acd6f52eb745d94233c6676446545f72b5ed59ea231570f467bf2d6
        cmt: |+
          Usage:
              # check sha256 hash
              echo 'b00dd9fb6acd6f52eb745d94233c6676446545f72b5ed59ea231570f467bf2d6  12.04_precise_armv7a.tar.zst' > sha256.txt
              sha256sum --check sha256.txt

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

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

  - name: precise-x86
    arch: x86
    datetime:
      build: 2024-02-21 13:28:59.72830231 +00:00:00
      update: 2024-02-21 13:48:59.746218318 +00:00:00
    docker:
      platform: linux/386
      repo-digests:
      - ghcr.io/2cd/ubuntu@sha256:ed02dc9f113931782f4d04b25146fbd91d13df1dcf69e0f727d740671c9f2508
      - reg.tmoe.me:2096/ubuntu/12.04@sha256:ed02dc9f113931782f4d04b25146fbd91d13df1dcf69e0f727d740671c9f2508
      - reg.tmoe.me:2096/ubuntu/precise@sha256:ed02dc9f113931782f4d04b25146fbd91d13df1dcf69e0f727d740671c9f2508
      mirror:
      - name: ghcr
        repositories:
        - ghcr.io/2cd/ubuntu:precise-x86
        - ghcr.io/2cd/ubuntu:12.04-x86
      - name: reg
        repositories:
        - reg.tmoe.me:2096/ubuntu/precise:x86
        - reg.tmoe.me:2096/ubuntu/12.04:x86
    file:
      name: 12.04_precise_x86.tar.zst
      size:
        bytes: 29342672
        readable: 27.98 MiB
        kib: 28654.95 KiB
        tar-bytes: 113469440
        tar-readable: 108.21 MiB
        cmt: |+
          Ideally:
              zstd size => download size (i.e., Consumes 27.98 MiB of traffic)
              tar size => uncompressed size (Actually, the extracted content is >= 108.21 MiB)
              zstd + tar size ~= space occupation for initial installation
                  (i.e., Requires at least 136.2 MiB of disk storage space, but actually needs more)

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

              # check blake3 hash
              echo '7b9c40f34d985cc797914599d28f1c520137a07db84e9c7a44ac7c89f87611d0  12.04_precise_x86.tar.zst' > blake3.txt
              b3sum --check blake3.txt

      - algorithm: sha256
        hex: 76622423745e943723345583405c17b785d84ddbd26491d14653d42a809e0324
        cmt: |+
          Usage:
              # check sha256 hash
              echo '76622423745e943723345583405c17b785d84ddbd26491d14653d42a809e0324  12.04_precise_x86.tar.zst' > sha256.txt
              sha256sum --check sha256.txt

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

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

  - name: precise-ppc
    arch: ppc
    datetime:
      build: 2024-02-21 13:29:02.624943271 +00:00:00
      update: 2024-02-21 13:48:59.773495633 +00:00:00
    docker:
      platform: linux/ppc
      repo-digests:
      - ghcr.io/2cd/ubuntu@sha256:a0072e7bfc629ffd7b876ecd2b1df85252e00c727072dc1711cb22664e20c9f8
      - reg.tmoe.me:2096/ubuntu/12.04@sha256:a0072e7bfc629ffd7b876ecd2b1df85252e00c727072dc1711cb22664e20c9f8
      - reg.tmoe.me:2096/ubuntu/precise@sha256:a0072e7bfc629ffd7b876ecd2b1df85252e00c727072dc1711cb22664e20c9f8
      mirror:
      - name: ghcr
        repositories:
        - ghcr.io/2cd/ubuntu:precise-ppc
        - ghcr.io/2cd/ubuntu:12.04-ppc
      - name: reg
        repositories:
        - reg.tmoe.me:2096/ubuntu/precise:ppc
        - reg.tmoe.me:2096/ubuntu/12.04:ppc
    file:
      name: 12.04_precise_ppc.tar.zst
      size:
        bytes: 27876917
        readable: 26.59 MiB
        kib: 27223.55 KiB
        tar-bytes: 111974400
        tar-readable: 106.79 MiB
        cmt: |+
          Ideally:
              zstd size => download size (i.e., Consumes 26.59 MiB of traffic)
              tar size => uncompressed size (Actually, the extracted content is >= 106.79 MiB)
              zstd + tar size ~= space occupation for initial installation
                  (i.e., Requires at least 133.37 MiB of disk storage space, but actually needs more)

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

              # check blake3 hash
              echo '0950b5bc6433906ffb633c34a73d25090889ee4fd4f2ae5c7e6676b3421b62d3  12.04_precise_ppc.tar.zst' > blake3.txt
              b3sum --check blake3.txt

      - algorithm: sha256
        hex: 209c2f2a7b10c701b877bad27ffbd5fc6510c9fdccdcebe14ef5ca11eb09ab81
        cmt: |+
          Usage:
              # check sha256 hash
              echo '209c2f2a7b10c701b877bad27ffbd5fc6510c9fdccdcebe14ef5ca11eb09ab81  12.04_precise_ppc.tar.zst' > sha256.txt
              sha256sum --check sha256.txt

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

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