Skip to content

Commit

Permalink
doc: update bitwarden-cli image & version (external-secrets#2971)
Browse files Browse the repository at this point in the history
Signed-off-by: Charles Thomas <ch@rlesthom.as>
  • Loading branch information
charlesthomas authored and sourav977 committed Feb 6, 2024
1 parent 3e60f65 commit 21686ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/examples/bitwarden.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ which is synced with the BitWarden server.
* Bitwarden account (it works also with VaultWarden)
* A Kubernetes secret which contains your BitWarden Credentials
* You need a Docker image with BitWarden CLI installed.
You could use `registry.gitlab.com/ttblt-oss/docker-bw:2023.1.0` or build your own.
You could use `ghcr.io/charlesthomas/bitwarden-cli:2023.12.1` or build your own.

Here an example of Dockerfile use to build this image:
```dockerfile
FROM debian:sid

ENV BW_CLI_VERSION=2023.1.0
ENV BW_CLI_VERSION=2023.12.1

RUN apt update && \
apt install -y wget unzip && \
Expand Down

0 comments on commit 21686ee

Please sign in to comment.