From a32418bf329c1bfa517e4c8768ff90d52709bf9d Mon Sep 17 00:00:00 2001 From: Gabriela Cervantes Date: Wed, 27 Mar 2024 20:32:38 +0000 Subject: [PATCH] versions: Remove runc version information This PR removes the runc version information as this is not longer being used in the kata containers scripts. Fixes #9364 Signed-off-by: Gabriela Cervantes --- versions.yaml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/versions.yaml b/versions.yaml index 3f3156ca51..82d557d4a1 100644 --- a/versions.yaml +++ b/versions.yaml @@ -289,16 +289,6 @@ externals: repo: "docker://registry.k8s.io/pause" version: "3.9" - runc: - description: "OCI CLI reference runtime implementation" - url: "https://github.com/opencontainers/runc" - # Oddly, here we do want rc versions, as there appears to be little else - # really for runc. - uscan-url: >- - https://github.com/opencontainers/runc/tags - .*/v?(\d\S+)\.tar\.gz - version: "v1.1.11" - nydus: description: "Nydus image acceleration service" url: "https://github.com/dragonflyoss/image-service"