IceWhaleTech / CasaOS-AppStore

Manifest files for CasaOS Apps
Apache License 2.0
174 stars 304 forks source link

[Bug] Emby server not installing latest version #29

Closed wolf-yuan-6115 closed 1 year ago

wolf-yuan-6115 commented 1 year ago

Describe the bug emby server in app store is not latest version

To Reproduce Steps to reproduce the behavior:

  1. Install Emby

Expected behavior Pulls linuxserver/emby:latest

tigerinus commented 1 year ago

Should be resolved in https://github.com/IceWhaleTech/CasaOS-AppStore/pull/176

Thanks to @WisdomSky

Natetronn commented 1 year ago

@tigerinus

It didn't bump the version that is being used in the App store, as seen in this file here:

https://github.com/IceWhaleTech/CasaOS-AppStore/blob/main/Apps/Emby/appfile.json

The actual line in question, where you can see an old version is still being used, is here: https://github.com/IceWhaleTech/CasaOS-AppStore/blob/main/Apps/Emby/appfile.json#L32C37-L32C37

Looks like latest tag was added to Embystat, however.

Natetronn commented 1 year ago

I created a PR if it helps: https://github.com/IceWhaleTech/CasaOS-AppStore/pull/195

tigerinus commented 1 year ago

@Natetronn - please see