Just wanted to see if anyone else is having issues...
# rancher-desktop
a
Just wanted to see if anyone else is having issues downloading the latest AppImage. For me, the "Latest Stable" version linked in the documents site appears to pull down AppImage version 1.18.2 instead of 1.19.3.
f
Thank you for reporting it, the
latest
symlink points indeed to the wrong version. You can download with a direct download link, e.g. https://download.opensuse.org/repositories/isv:/Rancher:/stable/AppImage/rancher-desktop-1.19.3-Build6.2.glibc2.34-x86_64.AppImage
The root cause of the issue was that OBS rebuild 1.18.2 because a prerequisite changed, and now the mtime of the 1.18.2 AppImage was newer than the 1.19.3 one, so the
latest
symlink was updated to point to the 1.18.2 build.
We have disabled rebuilds for older releases and triggered a rebuild for 1.19.3, which has fixed the link, and the issue should not re-occur.
👍 1