Skip to content

PaulRitzkat/bitwarden-cli

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bitwarden-cli

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

tag convention

docker pull ghcr.io/charlesthomas/bitwarden-cli:<official bitwarden cli version>

check VERSION to see what the actual value is. when this doc was created it was 2023.12.1 so the full image was:

ghcr.io/charlesthomas/bitwarden-cli:2023.12.1

About

bitwarden-cli docker image

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 62.3%
  • Shell 37.7%