bitwarden / self-host

Bitwarden's self-hosted release repository
GNU General Public License v3.0
307 stars 54 forks source link

manifest unknown: manifest unknown (the return) #264

Closed FleketBreaker closed 2 weeks ago

FleketBreaker commented 3 weeks ago

Hi,

I have tried to update to the latest version v2024.6.0 by running the corresponding bitwarden.sh update command, when doing so, I get the following: manifest for bitwarden/setup:2024.6.0 not found: manifest unknown: manifest unknown

I just checked at https://github.com/bitwarden/self-host/blob/main/bitwarden.sh and I have noticed that the script is pointing to: COREVERSION="2024.6.0" WEBVERSION="2024.6.0"

but when checking on docker hub https://hub.docker.com/r/bitwarden/setup/tags I cannot see the tag corresponding to "2024.6.0"

Any help will be very appreciated.

ilkevinli commented 3 weeks ago

I am seeing the same thing.

Screenshot 2024-06-13 143044

Jniklas2 commented 3 weeks ago

The new version is now correctly tagged on docker hub

FleketBreaker commented 3 weeks ago

The new version is now correctly tagged on docker hub

Thank you!!