From 1bfbeee1dd1aa202f80ea922c192eff88ff637b8 Mon Sep 17 00:00:00 2001 From: stevenhorsman Date: Mon, 16 Jan 2023 16:40:14 +0000 Subject: [PATCH] versions: Remove umoci version - Remove umoci entry from versions - Update the usage of skopeo to control the tooling we use to build the pause image Fixes: # Signed-off-by: stevenhorsman --- versions.yaml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/versions.yaml b/versions.yaml index 7fff158fa..20c25fd6f 100644 --- a/versions.yaml +++ b/versions.yaml @@ -273,12 +273,7 @@ externals: skopeo: description: "Utility for container images and image repositories" url: "https://github.com/containers/skopeo" - branch: "release-1.4" - - umoci: - description: "Utility for creating and manipulating container images" - url: "https://github.com/opencontainers/umoci" - tag: "v0.4.7" + version: "1.9.1" nydus: description: "Nydus image acceleration service"