automation-tests/cmd/podman/system
Ashley Cui d3706bcad1 Add BuildOrigin field to podman info
BuildOrigin is a field that can be set at build time by packagers. This helps us trace how and where the binary was built and installed from, allowing us to see if the issue is due to a specfic installation or a general podman bug. This field shows up in podman version and in podman info when populated. Note that podman info has a new field, Client, that only appears when running podman info using the remote client.

Automatically set the BuildOrigin field when building the macOS pkginstaller to pkginstaller.

Usage: make podman-remote BUILD_ORIGIN="mypackaging"

Signed-off-by: Ashley Cui <acui@redhat.com>
2025-01-30 14:48:30 -05:00
..
connection system connection remove: use Args function to validate 2024-07-18 16:37:37 +02:00
check.go Add `podman system check` for checking storage consistency 2024-06-04 10:00:37 -04:00
connection.go Bump Go module to v5 2024-02-08 09:35:39 -05:00
context.go Bump Go module to v5 2024-02-08 09:35:39 -05:00
df.go update golangci-lint to v1.62.0 2024-11-11 14:21:17 +01:00
dial_stdio.go Bump Go module to v5 2024-02-08 09:35:39 -05:00
events.go rework event code to improve API errors 2024-11-01 18:54:13 +01:00
info.go Add BuildOrigin field to podman info 2025-01-30 14:48:30 -05:00
locks.go Bump Go module to v5 2024-02-08 09:35:39 -05:00
migrate.go Bump Go module to v5 2024-02-08 09:35:39 -05:00
prune.go Clean up after unexpectedly terminated build 2025-01-27 14:21:27 +01:00
renumber.go Bump Go module to v5 2024-02-08 09:35:39 -05:00
reset.go Bump Go module to v5 2024-02-08 09:35:39 -05:00
reset_machine.go Update connection on removal 2024-09-24 15:46:02 -04:00
reset_machine_unsupported.go chore: delete obsolete // +build lines 2024-01-04 11:53:38 +02:00
service.go Bump Go module to v5 2024-02-08 09:35:39 -05:00
service_abi.go server: fix url parsing in info 2024-10-07 12:03:56 +02:00
service_abi_common.go system service: split out cgroups call into linux specific file 2023-12-07 11:26:36 +01:00
service_abi_linux.go Bump Go module to v5 2024-02-08 09:35:39 -05:00
system.go Bump Go module to v5 2024-02-08 09:35:39 -05:00
unshare.go remove trailing comma in example 2024-08-15 11:21:27 -04:00
version.go Add BuildOrigin field to podman info 2025-01-30 14:48:30 -05:00