nextcloud / vm

💻☁📦 The Nextcloud VM (virtual machine appliance), Home/SME Server and scripts for RPi (4-5). Community developed and maintained.
https://download.nextcloudvm.com
GNU General Public License v3.0
1.32k stars 663 forks source link

Bitwarden - Error when updating using bitwarden.sh script #2646

Closed FleketBreaker closed 5 months ago

FleketBreaker commented 5 months ago

Steps To Reproduce

I just got a notification from the bitwarden github that the app was updated, so I ran as the bitwarden user:

bash bitwarden.sh updateself
bash bitwarden.sh update

Expected Result

Bitwarden gets updated

Actual Result

bitwarden.sh version 2024.6.0
Docker version 26.1.4, build 5650f9b
Docker Compose version v2.27.1

"docker inspect" requires at least 1 argument.
See 'docker inspect --help'.

Usage:  docker inspect [OPTIONS] NAME|ID [NAME|ID...]

Return low-level information on Docker objects
Error response from daemon: manifest for bitwarden/setup:2024.6.0 not found: manifest unknown: manifest unknown

Now Im not able to access my bitwarden isntance :(

Screenshots, Videos, or Pastebins

No response

Additional Context

No response

Build Version

Nextcloud Hub 8 (29.0.2)

Environment

By downloading the VM

Environment Details

No response

santesson commented 5 months ago

The same error message appears when Bitwarden is installed in the current image via menu.sh.

FleketBreaker commented 5 months ago

I have been doing some more digging and it seems that 2024.6.0 tag is not present at https://hub.docker.com/r/bitwarden/setup/tags.

Please correct me if im wrong, but this seems to be a bitwarden issue rather than a nextcloud vm script issue.

FleketBreaker commented 5 months ago

Fixed! https://github.com/bitwarden/self-host/issues/264

enoch85 commented 5 months ago

We actually already adress this in the update script.

Thanks for posting a bug report, and thanks for the fix!