mirror of
https://github.com/aljazceru/kata-containers.git
synced 2025-12-26 02:24:21 +01:00
When a repository holds more than one kata version it is difficult to ask dnf or zypper for a kata version because the version includes a git commit. This commit removes the sha from the package version. Signed-off-by: Jose Carlos Venegas Munoz <jose.carlos.venegas.munoz@intel.com>
17 lines
672 B
Plaintext
17 lines
672 B
Plaintext
format: 3.0 (quilt)
|
|
Source: kata-proxy
|
|
Version: @VERSION@-@RELEASE@
|
|
Section: devel
|
|
Priority: optional
|
|
Maintainer: Kata containers team <https://github.com/kata-containers/>
|
|
Standards-Version: 3.9.6
|
|
Build-Depends: dh-make, git, ca-certificates, execstack, devscripts, debhelper, build-essential, dh-autoreconf, make
|
|
Homepage: https://katacontainers.io
|
|
Debtransform-Tar: kata-proxy-@VERSION@.tar.gz
|
|
|
|
Package: kata-proxy
|
|
Architecture: @deb_arch@
|
|
Description:
|
|
kata-proxy works alongside the Kata Containers runtime and shim to provide a VM-based OCI runtime solution.
|
|
kata-proxy is a daemon offering access to the hyperstart VM agent to both the runtime and shim processes.
|