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:
parent
ef19459914
commit
40ab707049
1 changed files with 2 additions and 2 deletions
|
@ -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 && \
|
||||
|
|
Loading…
Reference in a new issue