dumb-init 1.2.5-3 source package in Ubuntu

Changelog

dumb-init (1.2.5-3) unstable; urgency=medium

  * Add python3-py to Build-Depends
  * Add python3-py to autopkgtest Depends (Closes: #1040413)
  * Update Standards-Version to 4.6.2 (no changes)

 -- Shengjing Zhu <email address hidden>  Fri, 28 Jul 2023 00:23:58 +0800

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
Oracular release universe misc
Noble release universe misc
Mantic release universe misc

Downloads

File Size SHA-256 Checksum
dumb-init_1.2.5-3.dsc 1.4 KiB a0acc52448bc8f2dab6f3bc6c8e7e4c061025802d473a27363bcdb2c84619cec
dumb-init_1.2.5.orig.tar.gz 25.6 KiB 3eda470d8a4a89123f4516d26877a727c0945006c8830b7e3bad717a5f6efc4e
dumb-init_1.2.5-3.debian.tar.xz 3.5 KiB 90fbb814001ed28ceab56539eefb4e423dcd89a22b3ce1604e3f6b63edb3204e

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.