conmon 2.0.9-1 source package in Ubuntu

Changelog

conmon (2.0.9-1) unstable; urgency=medium

  * New upstream release.
  * Install README.
  * Added myself to Uploaders.

 -- Dmitry Smirnov <email address hidden>  Thu, 16 Jan 2020 20:45:49 +1100

Upload details

Uploaded by:
Podman Packaging Team
Uploaded to:
Sid
Original maintainer:
Podman Packaging Team
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe misc

Downloads

File Size SHA-256 Checksum
conmon_2.0.9-1.dsc 2.0 KiB 0e176cd3e3ca5f46c87290b242eaffe1da005a61982b6cacf14c9bfcf18a20b2
conmon_2.0.9.orig.tar.xz 46.8 KiB 06bf119e5df9f8dc2a3337f76922f3ed23bf68b0f3d2a95b51d4fb0112b5b7d8
conmon_2.0.9-1.debian.tar.xz 2.8 KiB 1d2159d870cfeac0628828bc2926acf6e8a499859dd921e09e77d0fe0574fa25

Available diffs

No changes file available.

Binary packages built by this source

conmon: OCI container runtime monitor

 Conmon is a monitoring program and communication tool between a container
 manager (like podman or CRI-O) and an OCI runtime (like runc or crun) for a
 single container.
 .
 Upon being launched, it double-forks to daemonize and detach from the parent
 that launched it. It then launches the runtime as its child. This allows
 managing processes to die in the foreground, but still be able to watch over
 and connect to the child process (the container).
 .
 While the container runs, conmon does two things:
 .
 - Provides a socket for attaching to the container, holding open the
   container's standard streams and forwarding them over the socket.
 - Writes the contents of the container's streams to a log file (or to the
   systemd journal) so they can be read after the container's death.
 .
 Finally, upon the containers death, conmon will record its exit time and code
 to be read by the managing programs.
 .
 Written in C and designed to have a low memory footprint, conmon is intended to
 be run by a container managing library. Essentially, conmon is the smallest
 daemon a container can have.

conmon-dbgsym: debug symbols for conmon