1
0
Fork 0
mirror of https://github.com/external-secrets/external-secrets.git synced 2024-12-14 11:57:59 +00:00

doc: update bitwarden-cli image & version (#2971)

Signed-off-by: Charles Thomas <ch@rlesthom.as>
This commit is contained in:
Charles Thomas 2024-01-12 16:01:26 -05:00 committed by GitHub
parent ef19459914
commit 40ab707049
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 && \