dumb-init 1.2.1-1 source package in Ubuntu

Changelog

dumb-init (1.2.1-1) unstable; urgency=medium

  * New upstream release.
  * Debhelper & compat to version 10.
  * Standards-Version: 4.1.3; Priority: optional.

 -- Dmitry Smirnov <email address hidden>  Wed, 17 Jan 2018 10:54:46 +1100

Upload details

Uploaded by:
ChangZhuo Chen (陳昌倬)
Uploaded to:
Sid
Original maintainer:
ChangZhuo Chen (陳昌倬)
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe misc

Downloads

File Size SHA-256 Checksum
dumb-init_1.2.1-1.dsc 1.9 KiB edb84491b7ec26f07259519149ae83674e3100b4a2d6942f86fc64fc56613481
dumb-init_1.2.1.orig.tar.xz 21.0 KiB 2906695baa50d928b86d3f2cd02c8974a067bba8920e493cdc1b31649d71a64b
dumb-init_1.2.1-1.debian.tar.xz 3.1 KiB 1854e46b7f022849aad84b4a66b17bc104ca153ca88541a3a8353ec3bea85403

Available diffs

No changes file available.

Binary packages built by this source

dumb-init: wrapper script which proxies signals to a child

 dumb-init is a simple process supervisor and init system designed to run
 as PID 1 inside minimal container environments (such as Docker).
 .
 Lightweight containers have popularized the idea of running a single
 process or service without normal init systems like systemd or sysvinit.
 However, omitting an init system often leads to incorrect handling of
 processes and signals, and can result in problems such as containers
 which can't be gracefully stopped, or leaking containers which should
 have been destroyed.
 .
 dumb-init acts as PID 1 and immediately spawns your command as a child
 process, taking care to properly handle and forward signals as they are
 received.