mirror of
https://github.com/bitnami/containers.git
synced 2026-02-09 10:47:34 +08:00
[bitnami/kube-arangodb] Release 1.4.1-debian-12-r2 (#90381)
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-01-28T15:30:16Z" \
|
||||
org.opencontainers.image.created="2026-02-04T23:12:54Z" \
|
||||
org.opencontainers.image.description="Application packaged by Broadcom, Inc." \
|
||||
org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/kube-arangodb/README.md" \
|
||||
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/kube-arangodb" \
|
||||
@@ -28,7 +28,7 @@ RUN --mount=type=secret,id=downloads_url,env=SECRET_DOWNLOADS_URL \
|
||||
mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ || exit 1 ; \
|
||||
COMPONENTS=( \
|
||||
"envoy-1.37.0-0-linux-${OS_ARCH}-debian-12" \
|
||||
"kube-arangodb-1.4.1-0-linux-${OS_ARCH}-debian-12" \
|
||||
"kube-arangodb-1.4.1-1-linux-${OS_ARCH}-debian-12" \
|
||||
) ; \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||
@@ -46,7 +46,7 @@ RUN uninstall_packages curl
|
||||
|
||||
ENV APP_VERSION="1.4.1" \
|
||||
BITNAMI_APP_NAME="kube-arangodb" \
|
||||
IMAGE_REVISION="1" \
|
||||
IMAGE_REVISION="2" \
|
||||
PATH="/opt/bitnami/envoy/bin:/opt/bitnami/kube-arangodb/bin:$PATH"
|
||||
|
||||
ENTRYPOINT [ "/opt/bitnami/kube-arangodb/bin/arangodb_operator" ]
|
||||
|
||||
Reference in New Issue
Block a user