mirror of
https://github.com/bitnami/containers.git
synced 2026-03-26 23:08:08 +08:00
[bitnami/vault-csi-provider] Release 1.7.0-debian-12-r6 (#91391)
Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
@@ -7,7 +7,7 @@ ARG DOWNLOADS_URL="downloads.bitnami.com/files/stacksmith"
|
||||
ARG TARGETARCH
|
||||
|
||||
LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \
|
||||
org.opencontainers.image.created="2026-02-19T05:08:47Z" \
|
||||
org.opencontainers.image.created="2026-03-06T17:21:07Z" \
|
||||
org.opencontainers.image.description="Application packaged by Broadcom, Inc." \
|
||||
org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/vault-csi-provider/README.md" \
|
||||
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/vault-csi-provider" \
|
||||
@@ -28,7 +28,7 @@ RUN --mount=type=secret,id=downloads_url,env=SECRET_DOWNLOADS_URL \
|
||||
DOWNLOADS_URL=${SECRET_DOWNLOADS_URL:-${DOWNLOADS_URL}} ; \
|
||||
mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ || exit 1 ; \
|
||||
COMPONENTS=( \
|
||||
"vault-csi-provider-1.7.0-2-linux-${OS_ARCH}-debian-12" \
|
||||
"vault-csi-provider-1.7.0-3-linux-${OS_ARCH}-debian-12" \
|
||||
) ; \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||
@@ -46,7 +46,7 @@ RUN find / -perm /6000 -type f -exec chmod a-s {} \; || true
|
||||
|
||||
ENV APP_VERSION="1.7.0" \
|
||||
BITNAMI_APP_NAME="vault-csi-provider" \
|
||||
IMAGE_REVISION="5" \
|
||||
IMAGE_REVISION="6" \
|
||||
PATH="/opt/bitnami/vault-csi-provider/bin:$PATH"
|
||||
|
||||
USER 1001
|
||||
|
||||
@@ -1,7 +1,5 @@
|
||||
# Bitnami Secure Image for HashiCorp Vault CSI Provider
|
||||
|
||||
## What is HashiCorp Vault CSI Provider?
|
||||
|
||||
> HashiCorp Vault CSI Provider integrates Vault with the Secrets Store CSI driver interface for Kubernetes pods. Vault is a tool for securely managing and accessing secrets.
|
||||
|
||||
[Overview of HashiCorp Vault CSI Provider](https://github.com/hashicorp/vault-csi-provider)
|
||||
@@ -56,34 +54,10 @@ cd bitnami/APP/VERSION/OPERATING-SYSTEM
|
||||
docker build -t bitnami/APP:latest .
|
||||
```
|
||||
|
||||
## Maintenance
|
||||
|
||||
### Upgrade this image
|
||||
|
||||
Bitnami provides up-to-date versions of HashiCorp Vault CSI Provider, including security patches, soon after they are made upstream. We recommend that you follow these steps to upgrade your container.
|
||||
|
||||
#### Step 1: Get the updated image
|
||||
|
||||
```console
|
||||
docker pull bitnami/vault-csi-provider:latest
|
||||
```
|
||||
|
||||
#### Step 2: Remove the currently running container
|
||||
|
||||
```console
|
||||
docker rm -v vault-csi-provider
|
||||
```
|
||||
|
||||
#### Step 3: Run the new image
|
||||
|
||||
Re-create your container from the new image.
|
||||
|
||||
```console
|
||||
docker run --name vault-csi-provider bitnami/vault-csi-provider:latest
|
||||
```
|
||||
|
||||
## Configuration
|
||||
|
||||
The following section describes how to run commands
|
||||
|
||||
### Running commands
|
||||
|
||||
To run commands inside this container you can use `docker run`, for example to execute `vault-csi-provider --help` you can follow the example below:
|
||||
|
||||
Reference in New Issue
Block a user