Skip to content

๐Ÿณ Bitwarden CLI Docker image (amd64-only). Tracks upstream cli-v releases and auto-publishes matching tags to GHCR.

License

Notifications You must be signed in to change notification settings

icoretech/bitwarden-cli-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

1 Commit
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿ” Bitwarden CLI Docker Image

This repository hosts an automated build system for creating ๐Ÿณ Docker images of the Bitwarden CLI. The built AMD64 Docker images are published to GHCR with semantic tagging. amd64-only.

๐Ÿ“– Overview

The build system tracks upstream Bitwarden CLI releases (tags like cli-v2025.10.0). When a new CLI release is available, an image is built and published to GHCR. Image tags mirror the CLI version (for example, 2025.10.0).

๐Ÿ’ก Usage

Pull the image:

docker pull ghcr.io/icoretech/bitwarden-cli-docker:<tag>

Replace <tag> with a Bitwarden CLI version (for example, 2025.10.0).

You can find available tags on the GitHub Packages page.

This image runs the bw binary as a nonโ€‘root user (uid 1000) with HOME set to /bw. The entrypoint transparently proxies arguments to bw.

# Persist CLI config/session between runs
mkdir -p ./bw

docker run --rm -it \
  -e BW_HOST=https://vault.bitwarden.com \
  -e [email protected] \
  -e BW_PASSWORD='your-master-password' \
  -v $PWD/bw:/bw \
  ghcr.io/icoretech/bitwarden-cli-docker:2025.10.0

๐Ÿ“„ License

The Docker images and the code in this repository are released under MIT License.

Please note that the Bitwarden project has its own license and terms, which you should review if you plan to use, distribute, or modify the software.

About

๐Ÿณ Bitwarden CLI Docker image (amd64-only). Tracks upstream cli-v releases and auto-publishes matching tags to GHCR.

Topics

Resources

License

Stars

Watchers

Forks

Packages