bitwarden-cli docker image
this is based on the code in the external-secrets documentation.
both the Dockerfile
and entrypoint.sh
are a near-identical copy/paste.
the only changes are to the Dockerfile
to add shasum checking (thanks majabojarska!), and to convert BW_CLI_VERSION
from an ENV
to an ARG
,
so that the official upstream version can be read from the VERISON
file for the ARG
as well as the image tag
docker pull ghcr.io/kab1r/bitwarden-cli:<official bitwarden cli version>
check VERSION to see what the actual value is.
when this doc was created it was 2025.1.4
so the full image was:
ghcr.io/kab1r/bitwarden-cli:2025.1.4