Skip to content
This repository has been archived by the owner on Jan 12, 2025. It is now read-only.

[Bug]: bitwarden-cli currently broken #643

Open
brizdotdev opened this issue Oct 12, 2024 · 2 comments
Open

[Bug]: bitwarden-cli currently broken #643

brizdotdev opened this issue Oct 12, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@brizdotdev
Copy link

Feature id and version

ghcr.io/devcontainers-contrib/features/bitwarden-cli:1

Devcontainer base Image

mcr.microsoft.com/devcontainers/base:debian-12

What happened?

The Bitwarden CLI feature is currently broken because the bitwarden/clients releases contain multiple versions of the CLI since cli-v2024.6.1

Workaround is to use the gh-releases feature directly instead

"ghcr.io/devcontainers-contrib/features/gh-release:1": {
	"repo": "bitwarden/clients",
	"binaryNames": "bw",
	"releaseTagRegex": ".*cli.*",
	"assetRegex": "bw-linux-.*",
}

Relevant log output

nanolayer.installers.gh_release.resolvers.asset_resolver.AssetResolver.AssetResolverError: Too many matches found: ['bw-linux-2024.9.0.zip', 'bw-oss-linux -2024.9.0.zip']
@brizdotdev brizdotdev added the bug Something isn't working label Oct 12, 2024
@brizdotdev
Copy link
Author

May be fixed in #636

@evilhamsterman
Copy link

This project is not associated with the devcontainer project and appears to have been abandoned #628 . The official project has removed all devcontainer-contrib features from their listing. devcontainers/devcontainers.github.io#451. There is a fork that is being worked on to update and maintain the features https://github.com/devcontainers-extra/features

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants