golang-github-containers-psgo 1.4.0-1ubuntu0.1 source package in Ubuntu

Changelog

golang-github-containers-psgo (1.4.0-1ubuntu0.1) focal; urgency=medium

  * Build with Go 1.20 to fix FTBFS against runc (LP: #2028405).
    - d/control: b-d on golang-1.20-go instead of golang-any.
    - d/rules: add Go 1.20 to the $PATH.

 -- Lucas Kanashiro <email address hidden>  Mon, 17 Jul 2023 16:36:13 -0300

Upload details

Uploaded by:
Lucas Kanashiro
Uploaded to:
Focal
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal updates universe misc

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-containers-psgo_1.4.0.orig.tar.xz 26.0 KiB b0262cdf285133a7ff4b269eb8624effcff68c8b1fd9ea3ddcba43c66bd9a18f
golang-github-containers-psgo_1.4.0-1ubuntu0.1.debian.tar.xz 2.8 KiB 11936dc063fdda65668ec28b45783d0683661125610ddeadf5a6b3513024ce32
golang-github-containers-psgo_1.4.0-1ubuntu0.1.dsc 2.5 KiB c876b4c6a43903c5f3954ca1469b503a6f68a76aac715f9d0fe9a665411c31bc

View changes file

Binary packages built by this source

golang-github-containers-psgo-dev: ps(1) AIX-format compatible Golang library

 Psgo is a ps(1) AIX-format compatible golang library extended with various
 descriptors useful for displaying container-related data.
 .
 The idea behind the library is to provide an easy to use way of extracting
 process-related data, just as ps(1) does. The problem when using ps(1) is
 that the ps format strings split columns with whitespaces, making the
 output nearly impossible to parse. It also adds some jitter as we have to
 fork and execute ps either in the container or filter the output
 afterwards, further limiting applicability.
 .
 This library aims to make things a bit more comfortable, especially for
 container runtimes, as the API allows to join the mount namespace of a
 given process and will parse /proc and /dev/ from there.