mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-04-29 20:24:31 +00:00
versions: Add virtiofsd entry
As we're switching to using the rust version of the virtiofsd, let's give it its own entry in the versions.yaml file, as it's no longer part of QEMU. It's important to mention that GitLab doesn't provide a well formed URL for the releases. Instead, it adds there a hash, leading us to have to add the specific link for the tarball. Signed-off-by: Fabiano Fidêncio <fabiano.fidencio@intel.com>
This commit is contained in:
parent
97425a7fe6
commit
dbedea5086
@ -243,6 +243,17 @@ externals:
|
||||
url: "https://github.com/containerd/nydus-snapshotter"
|
||||
version: "v0.1.0"
|
||||
|
||||
virtiofsd:
|
||||
description: "vhost-user virtio-fs device backend written in Rust"
|
||||
url: "https://gitlab.com/virtio-fs/virtiofsd"
|
||||
version: "v1.2.0"
|
||||
meta:
|
||||
# From https://gitlab.com/virtio-fs/virtiofsd/-/releases/v1.2.0,
|
||||
# this is the link labelled virtiofsd-v1.2.0.zip
|
||||
#
|
||||
# yamllint disable-line rule:line-length
|
||||
binary: "https://gitlab.com/virtio-fs/virtiofsd/uploads/b26d9891caac83209a3fdd24bcf2ae86/virtiofsd-v1.2.0.zip"
|
||||
|
||||
languages:
|
||||
description: |
|
||||
Details of programming languages required to build system
|
||||
|
Loading…
Reference in New Issue
Block a user