[bitnami/minio-client] Release 2023.3.20-debian-11-r1 (#28178)

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot 2023-03-24 05:37:52 +01:00 committed by GitHub
parent 744b164481
commit 8019500a53
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -3,10 +3,10 @@ FROM docker.io/bitnami/minideb:bullseye
ARG TARGETARCH
LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bullseye" \
org.opencontainers.image.created="2023-03-21T03:53:41Z" \
org.opencontainers.image.created="2023-03-24T04:16:31Z" \
org.opencontainers.image.description="Application packaged by VMware, Inc" \
org.opencontainers.image.licenses="Apache-2.0" \
org.opencontainers.image.ref.name="2023.3.20-debian-11-r0" \
org.opencontainers.image.ref.name="2023.3.20-debian-11-r1" \
org.opencontainers.image.title="minio-client" \
org.opencontainers.image.vendor="VMware, Inc." \
org.opencontainers.image.version="2023.3.20"

View File

@ -395,7 +395,7 @@ PartOf=bitnami.service
Type=${type}
EOF
if [[ -n "$working_directory" ]]; then
cat >> "$service_file" <<< "WorkingDirectory=$working_directory"
cat >> "$service_file" <<< "WorkingDirectory=${working_directory}"
fi
if [[ -n "$exec_start_pre" ]]; then
# This variable may contain multiple ExecStartPre= directives