You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Additional image stores are getting increasingly important for bootc. In containers/bootc#644 I shared the desire to use podman info to query additional image stores to prevent bootc from parsing storage.conf files.
For testing, I configured /usr/share/containers/storage.conf as follows:
What I observe is that the overlay.imagestore points to the last entry in the list. That is because the "imagestore" key is returned three times and Podman takes the last one. However, an additional image store is not the "imagestore".
I suggest to fix that logic and add a new key for options.additionalimagestores.
@l0rd@Honny1@inknos this is a good chance to start working on containers/storage on something relatively easy, and important. Anyone interested to pick this issue?
Additional image stores are getting increasingly important for bootc. In containers/bootc#644 I shared the desire to use
podman info
to query additional image stores to prevent bootc from parsing storage.conf files.For testing, I configured /usr/share/containers/storage.conf as follows:
The returned data (
sudo podman info --format=json | jq .store
) looks as follows:What I observe is that the
overlay.imagestore
points to the last entry in the list. That is because the "imagestore" key is returned three times and Podman takes the last one. However, an additional image store is not the "imagestore".I suggest to fix that logic and add a new key for
options.additionalimagestores
.Cc: @giuseppe
I may pick up the issue next week but feel free to assign it to someone else.
The text was updated successfully, but these errors were encountered: