Merge pull request #26662 from Xyz00777/patch-1

added updated state in podman-auto-update.1.md.in
This commit is contained in:
openshift-merge-bot[bot] 2025-07-21 10:49:14 +00:00 committed by GitHub
commit d13ded62db
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -58,15 +58,15 @@ The `UPDATED` field indicates the availability of a new image with "pending".
Change the default output format. This can be of a supported type like 'json' or a Go template.
Valid placeholders for the Go template are listed below:
| **Placeholder** | **Description** |
| --------------- | -------------------------------------- |
| .Container | ID and name of the container |
| .ContainerID | ID of the container |
| .ContainerName | Name of the container |
| .Image | Name of the image |
| .Policy | Auto-update policy of the container |
| .Unit | Name of the systemd unit |
| .Updated | Update status: true,false,failed |
| **Placeholder** | **Description** |
| --------------- | ---------------------------------------- |
| .Container | ID and name of the container |
| .ContainerID | ID of the container |
| .ContainerName | Name of the container |
| .Image | Name of the image |
| .Policy | Auto-update policy of the container |
| .Unit | Name of the systemd unit |
| .Updated | Update status: true,false,failed,pending |
#### **--rollback**