rootlesskit 1.1.0-1 source package in Ubuntu

Changelog

rootlesskit (1.1.0-1) unstable; urgency=medium

  * New upstream release 1.1.0
  * Update Build-Depends
    + Add golang-github-gotestyourself-gotest.tools-dev
    + Remove golang-github-stretchr-testify-dev
  * Install all docs

 -- Shengjing Zhu <email address hidden>  Thu, 17 Nov 2022 01:32:06 +0800

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
linux-any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Lunar release universe misc

Downloads

File Size SHA-256 Checksum
rootlesskit_1.1.0-1.dsc 1.9 KiB acaadac1f58a557dd883ca7ccb5cff378445007e934453783586f781c990c45e
rootlesskit_1.1.0.orig.tar.gz 68.9 KiB 26ffb89581a650125f29348ea1ebea866667626941f8fd31be462e0c1dd9a169
rootlesskit_1.1.0-1.debian.tar.xz 4.0 KiB 183dad582cd0e6c6e69fc53c6b61a2ba85437e243030973354fa766ef5958f22

Available diffs

No changes file available.

Binary packages built by this source

golang-github-rootless-containers-rootlesskit-dev: Linux-native "fake root" for rootless containers (library)

 The purpose of RootlessKit is to run Docker and
 Kubernetes as an unprivileged user (known as "Rootless mode"),
 so as to protect the real root on the host from potential
 container-breakout attacks.
 .
 RootlessKit creates user_namespaces(7) and mount_namespaces(7),
 and executes newuidmap(1)/newgidmap(1) along with subuid(5) and
 subgid(5).
 .
 RootlessKit also supports isolating network_namespaces(7) with
 userspace NAT using "slirp".
 .
 This package contains the development files.

rootlesskit: Linux-native "fake root" for rootless containers

 The purpose of RootlessKit is to run Docker and
 Kubernetes as an unprivileged user (known as "Rootless mode"),
 so as to protect the real root on the host from potential
 container-breakout attacks.
 .
 RootlessKit creates user_namespaces(7) and mount_namespaces(7),
 and executes newuidmap(1)/newgidmap(1) along with subuid(5) and
 subgid(5).
 .
 RootlessKit also supports isolating network_namespaces(7) with
 userspace NAT using "slirp".
 .
 This Debian package doesn't support vpnkit mode.
 .
 On Debian system, kernel.unprivileged_userns_clone should be enabled.

rootlesskit-dbgsym: debug symbols for rootlesskit