conmon 2.1.10+ds1-1 source package in Ubuntu

Changelog

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

  * New upstream release
  * Bug fix: "Healthcheck containers write error to system journal",
    thanks to Matthew Horan (Closes: #1054629).
  * Bug fix: "Fails to build source after successful build",
    thanks to Lucas Nussbaum (Closes: #1044372).
  * Bump standards version, no changes needed

 -- Reinhard Tartler <email address hidden>  Mon, 12 Feb 2024 06:35:32 -0500

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.10+ds1-1.dsc 2.3 KiB b10a5525a7e8151e5fa2491b5643e3d7c1814b8ad96a34a811bb973c6731688b
conmon_2.1.10+ds1.orig.tar.xz 65.8 KiB 4fa2fd8d87ba54e01146d7d2a1358c7200685bf363a4767aab2102ca3dbac4f4
conmon_2.1.10+ds1-1.debian.tar.xz 3.7 KiB b502facc6709df6828d353e66d6155d86ebb7fcea7888df9fbc4c98eb78f5b35

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