From 45d95e5251bf7a1f32652df6e64ec1c4082dae58 Mon Sep 17 00:00:00 2001 From: Debarshi Ray Date: Feb 22 2024 23:37:14 +0000 Subject: Specify size limit for the fedora-toolbox images These size limits apply to the Fedora-Container-Toolbox tarballs produced by the Fedora compose. The most recent tarballs for aarch64 and x86_64 are 168M and 189M respectively [1]. A slightly higher size is specified to avoid getting triggered by trivial increases due to the usual content churn as things move forward over time; but still tight enough to ensure that it's increasing for some good reason rather than due to packaging or build system bugs [2]. [1] https://kojipkgs.fedoraproject.org/compose/rawhide/Fedora-Rawhide-20240221.n.0/compose/Container/aarch64/images/ https://kojipkgs.fedoraproject.org/compose/rawhide/Fedora-Rawhide-20240221.n.0/compose/Container/x86_64/images/ [2] https://bugzilla.redhat.com/show_bug.cgi?id=2245066 https://github.com/redhat-imaging/imagefactory/issues/412 https://pagure.io/releng/issue/11735 https://pagure.io/fedora-pgm/pgm_docs/issue/54 https://pagure.io/fedora-pgm/pgm_docs/pull-request/65 --- diff --git a/releases/modules/ROOT/pages/f40/blocking.adoc b/releases/modules/ROOT/pages/f40/blocking.adoc index aad129d..8bf257b 100644 --- a/releases/modules/ROOT/pages/f40/blocking.adoc +++ b/releases/modules/ROOT/pages/f40/blocking.adoc @@ -32,8 +32,8 @@ NOTE: Maximum sizes for compressed raw disk images apply to the uncompressed siz |Cloud/aarch64/images/Fedora-Cloud-Base-_RELEASE_MILESTONE_.aarch64.qcow2 | no | |Cloud/x86_64/images/Fedora-Cloud-Base-_RELEASE_MILESTONE_.x86_64.qcow2 | no | |Cloud/x86_64/images/Fedora-Cloud-Base-_RELEASE_MILESTONE_.x86_64.raw.xz | no | -|Container/x86_64/images/Fedora-Container-Toolbox-_RELEASE_MILESTONE_.x86_64.tar.xz | no | -|Container/aarch64/images/Fedora-Container-Toolbox-_RELEASE_MILESTONE_.aarch64.tar.xz | no | +|Container/x86_64/images/Fedora-Container-Toolbox-_RELEASE_MILESTONE_.x86_64.tar.xz | no | 230 MB +|Container/aarch64/images/Fedora-Container-Toolbox-_RELEASE_MILESTONE_.aarch64.tar.xz | no | 200 MB |Everything/x86_64/iso/Fedora-Everything-netinst-x86_64-_RELEASE_MILESTONE_.iso | yes | 1 GB |IoT/aarch64/images/Fedora-IoT-_RELEASE_MILESTONE_.aarch64.raw.xz | no | |IoT/aarch64/iso/Fedora-IoT-IoT-ostree-aarch64-_RELEASE_MILESTONE_.iso | no |