This repository was archived by the owner on Jan 12, 2025. It is now read-only.

Description
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']