From 767f0f492229cd81c6875d526877a6341a20a6e5 Mon Sep 17 00:00:00 2001 From: Christian Berendt Date: Mon, 20 Oct 2025 12:08:41 +0200 Subject: [PATCH] Cleanup talos images Signed-off-by: Christian Berendt --- contrib/mirror.py | 4 ++-- etc/images/talos.yml | 21 +++++---------------- 2 files changed, 7 insertions(+), 18 deletions(-) diff --git a/contrib/mirror.py b/contrib/mirror.py index 7b7c4675..32b5bd4c 100644 --- a/contrib/mirror.py +++ b/contrib/mirror.py @@ -93,7 +93,7 @@ def main( continue if not image["shortname"].startswith( - ("almalinux", "centos", "debian", "rocky", "ubuntu", "gardenlinux") + ("almalinux", "centos", "debian", "rocky", "ubuntu", "gardenlinux", "talos") ): continue @@ -112,7 +112,7 @@ def main( ) _, mirror_fileextension2 = os.path.splitext(mirror_filename) - if not image["shortname"].startswith("gardenlinux"): + if not image["shortname"].startswith(("gardenlinux", "talos")): mirror_filename = f"{version['version']}-{image['shortname']}" if mirror_fileextension not in [".bz2", ".zip", ".xz", ".gz"]: diff --git a/etc/images/talos.yml b/etc/images/talos.yml index b1746e67..cdf61724 100644 --- a/etc/images/talos.yml +++ b/etc/images/talos.yml @@ -1,6 +1,5 @@ --- images: - - name: Talos Linux enable: false shortname: talos @@ -25,18 +24,8 @@ images: provided_until: none tags: [] versions: - - version: '1.3.6' - url: https://github.com/siderolabs/talos/releases/download/v1.3.6/openstack-amd64.tar.gz - mirror_url: https://nbg1.your-objectstorage.com/osism/openstack-images/talos/1.3.6/disk.raw - checksum: "sha256:1db0cfd9bd9c3d3165911ab89ef05dad1d590cc442fb0702564cfe737b3f3dbd" - build_date: 2023-03-14 - - version: '1.4.5' - url: https://github.com/siderolabs/talos/releases/download/v1.4.5/openstack-amd64.tar.gz - mirror_url: https://nbg1.your-objectstorage.com/osism/openstack-images/talos/1.4.5/disk.raw - checksum: "sha256:fc7dc71a6acece93196c8bace15139469b7bfbe4fa7d001336da0fdda9b437c9" - build_date: 2023-05-30 - - version: '1.6.0' - url: https://github.com/siderolabs/talos/releases/download/v1.6.0/openstack-amd64.raw.xz - mirror_url: https://nbg1.your-objectstorage.com/osism/openstack-images/talos/1.6.0/openstack-amd64.raw - checksum: "sha256:e3754c2338b4ce831db5442cf62deab260d56b64227a07cfc26e4b73eef5abaf" - build_date: 2023-12-15 + - version: '1.11.3' + url: https://factory.talos.dev/image/376567988ad370138ad8b2698212367b8edcb69b5fd68c80be1f2ec7d603b4ba/v1.11.3/openstack-amd64.raw.xz + mirror_url: https://nbg1.your-objectstorage.com/osism/openstack-images/talos/1.11.3/openstack-amd64 + checksum: "sha256:9204824bc91e32d930b0b1ed4aef0a427b8a37212108a7bacd6b84ff2c56ffba" + build_date: 2025-10-15