We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bitwarden CLI utilities are installed via npm in the dockerfile for platform independence. Since npm is so heavy, it would be better to use conditional logic (like in the golang docker image: https://github.com/docker-library/golang/blob/4fa4888b25307c734ed4bbda6ce68549b7d9dbdc/1.13/buster/Dockerfile#L17) to install the bw binaries directly for amd64 and to use npm for arm64.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Bitwarden CLI utilities are installed via npm in the dockerfile for platform independence. Since npm is so heavy, it would be better to use conditional logic (like in the golang docker image: https://github.com/docker-library/golang/blob/4fa4888b25307c734ed4bbda6ce68549b7d9dbdc/1.13/buster/Dockerfile#L17) to install the bw binaries directly for amd64 and to use npm for arm64.
The text was updated successfully, but these errors were encountered: