conmon 2.1.6+ds1-1 source package in Ubuntu
Changelog
conmon (2.1.6+ds1-1) unstable; urgency=medium * New upstream release * Avoid Build-Depends on golang-go, Closes: #1023042 -- Reinhard Tartler <email address hidden> Sat, 11 Feb 2023 12:41:46 -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 | Published | Component | Section | |
---|---|---|---|---|
Mantic | release | universe | misc | |
Lunar | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
conmon_2.1.6+ds1-1.dsc | 2.3 KiB | 7e878f20479b1ef1cbea3a68eb42e3901ceed353dbf99243481f8be5bc245d5f |
conmon_2.1.6+ds1.orig.tar.xz | 99.0 KiB | 14b6d432606181e91deb6e6ed6c5031afc062bb372e0fa53adbf8b0c60cfffed |
conmon_2.1.6+ds1-1.debian.tar.xz | 3.5 KiB | 4c86085f6bfb9ff0a6ce238a0c166f579d96ccd290ee55b989bfd77d6650b07c |
Available diffs
- diff from 2.1.3+ds1-1 to 2.1.6+ds1-1 (35.4 KiB)
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.