automation-tests/libpod/define
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
..
annotations.go Fix `podman stop` and `podman run --rmi` 2024-08-20 09:51:18 -04:00
autoupdate.go auto-update: validate container image 2022-09-26 17:07:05 +02:00
checkpoint_restore.go Added optional container checkpointing statistics 2021-11-15 11:50:24 +00:00
config.go logging: new mode -l passthrough-tty 2024-02-28 17:23:59 +01:00
container.go Fix device limitations in podman-remote update on remote systems 2024-12-09 17:35:56 +01:00
container_inspect.go Add --no-hostname option 2025-01-15 06:51:32 -05:00
containerstate.go Send container stats over API on a per-interface basis 2024-02-06 17:05:07 -05:00
diff.go podman diff accept two images or containers 2021-07-02 17:11:56 +02:00
errors.go fix race conditions in start/attach logic 2024-07-12 15:11:34 +02:00
exec_codes.go podman exec CID without command should exit 125 2024-04-12 07:44:22 -04:00
exit_code_propagation.go kube play: exit-code propagation 2023-05-25 14:46:34 +02:00
fileinfo.go Fixes from make codespell 2021-04-21 13:16:33 -04:00
healthchecks.go Configure HealthCheck with `podman update` 2024-11-19 19:44:14 +01:00
info.go Add rootless network command to `podman info` 2024-03-26 09:56:48 -04:00
mount.go Add support for ramfs as well as tmpfs in volume mounts 2023-08-21 07:14:57 -04:00
mount_freebsd.go pkg/specgen: add support for 'podman run --init' on FreeBSD 2023-06-28 14:43:50 +01:00
mount_linux.go Use constants for mount types 2023-07-14 07:17:21 -04:00
mount_unsupported.go libpod/define: Make TypeBind a platform-specific constant 2022-08-30 16:32:24 +01:00
pod_inspect.go Add --no-hostname option 2025-01-15 06:51:32 -05:00
podstate.go Add a Degraded state to pods 2020-10-21 13:31:40 -04:00
runtime.go Add support for containers.conf 2020-03-27 14:36:03 -04:00
sdnotify.go add "healthy" sdnotify policy 2023-07-25 11:17:44 +02:00
version.go Add BuildOrigin field to podman info 2025-01-30 14:48:30 -05:00
volume_inspect.go Include lock number in pod/container/volume inspect 2023-06-05 12:28:50 -04:00