conmon 2.1.3+ds1-1 source package in Ubuntu

Changelog

conmon (2.1.3+ds1-1) unstable; urgency=medium

  * New upstream release
    - Fixes: conmon: address already in use, closes: #999548

 -- Reinhard Tartler <email address hidden>  Sat, 06 Aug 2022 16:12:36 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
conmon_2.1.3+ds1-1.dsc 2.3 KiB 2aaa27b5fd50b962bf8ea66e95d0443b48add575daf23f61907d339d18111093
conmon_2.1.3+ds1.orig.tar.xz 101.7 KiB 6d0d613fc444e5ce8b584d6abf436538298a9910b546a5add6e1e02d39626c64
conmon_2.1.3+ds1-1.debian.tar.xz 3.5 KiB 2c2c3e77075baefc6c0189708ec1c74972e3f27dbd22a3268bcb2003ed916c91

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: No summary available for conmon-dbgsym in ubuntu kinetic.

No description available for conmon-dbgsym in ubuntu kinetic.

golang-github-containers-conmon-dev: 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.
 .
 This package contains golang sources that other packages may require for
 building.