-
Task
-
Resolution: Obsolete
-
Undefined
-
None
-
None
-
None
-
rhel-storage-dm
-
ssg_platform_storage
-
None
-
False
-
-
None
Source: https://github.com/containers/podman/pull/24731
The command `podman info` returned only one imagestore in `store.graphOptions.<driver>.imagestore` even if multiple
image stores were configured.
This change replaces the field `<driver>.imagestore` with the field `<driver>.additionalImageStores`, that is an array of strings that includes all the configured additional image stores.
Fix containers/storage#2094
-
-
-
- Does this PR introduce a user-facing change?
-
-
```release-note
Fix `podman info` when there are multiple additional image stores
```