Closed GyrosOfWar closed 3 weeks ago
It seems that the tag list from which you can choose is too large, resulting in this kind of behavior. At the time of writing, it returns 171 dates to choose from, and this number is only expected to increase.
~ ❯ skopeo list-tags docker://ghcr.io/ublue-os/aurora-dx-nvidia | grep -E --color=never -- "40-([0-9]+)" | sort -rV | wc -l
171
Limiting the results to a more reasonable number, such as using head -n 31
to provide a maximum of 31 days to choose from, would likely resolve this behavior.
Describe the bug
I tried rolling back to an earlier image because of nvidia driver issues and when I tried selecting a date, I only got the following list of images:
What did you expect to happen?
I'd expect the list of images to contain the latest images instead of the (I assume) oldest ones in the repository.
Output of
rpm-ostree status
Output of
groups
martin wheel incus-admin lxd docker libvirt
Extra information or context
No response