diff options
author | Adin Scannell <ascannell@google.com> | 2019-11-05 15:06:06 -0800 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2019-11-05 15:16:04 -0800 |
commit | e904823833bb166a514c98bd628704379de93b47 (patch) | |
tree | 16126db8170de17754be82103cc873f1a977b6d8 /runsc/debian | |
parent | 493334f8b594eb1c2b0f5a6133dbedad4e0ecd32 (diff) |
Fix repository build scripts.
This fixes a number of issues with the repository build process:
* Fix the overall structure of the repository.
* Fix the debian package description.
* Fix the broken version number for packages.
* Update the digest algorithm used for signing the release.
I've validated that installation works from a separate staging bucket.
Updates #852
PiperOrigin-RevId: 278716914
Diffstat (limited to 'runsc/debian')
-rw-r--r-- | runsc/debian/description | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/runsc/debian/description b/runsc/debian/description index 6e3b1b2c0..9e8e08805 100644 --- a/runsc/debian/description +++ b/runsc/debian/description @@ -1,5 +1 @@ -gVisor is a user-space kernel, written in Go, that implements a substantial -portion of the Linux system surface. It includes an Open Container Initiative -(OCI) runtime called runsc that provides an isolation boundary between the -application and the host kernel. The runsc runtime integrates with Docker and -Kubernetes, making it simple to run sandboxed containers. +gVisor container sandbox runtime |