conmon 2.1.10+ds1-1build1 source package in Ubuntu

Changelog

conmon (2.1.10+ds1-1build1) noble; urgency=medium

  * No-change rebuild against libglib2.0-0t64

 -- Steve Langasek <email address hidden>  Fri, 08 Mar 2024 04:07:23 +0000

Upload details

Uploaded by:
Steve Langasek
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
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.10+ds1.orig.tar.xz 65.8 KiB 4fa2fd8d87ba54e01146d7d2a1358c7200685bf363a4767aab2102ca3dbac4f4
conmon_2.1.10+ds1-1build1.debian.tar.xz 3.8 KiB fe8579d26143c68148291cb3b88f8bf79ae779e1222a21efc9d925d020cdf51e
conmon_2.1.10+ds1-1build1.dsc 2.3 KiB a08d85f8db3e6a18cc47bad518478984bca9439cb222ca2bb0800781d83b9f54

View changes file

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
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.