mirror of
https://github.com/bitnami/containers.git
synced 2026-08-09 13:04:38 +08:00
[bitnami/kube-arangodb] Release 1.4.2-debian-12-r1 (#92438)
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-04-08T21:57:32Z" \
|
||||
org.opencontainers.image.created="2026-04-14T08:07:42Z" \
|
||||
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" \
|
||||
@@ -27,8 +27,8 @@ 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=( \
|
||||
"envoy-1.37.1-0-linux-${OS_ARCH}-debian-12" \
|
||||
"kube-arangodb-1.4.2-0-linux-${OS_ARCH}-debian-12" \
|
||||
"envoy-1.37.2-0-linux-${OS_ARCH}-debian-12" \
|
||||
"kube-arangodb-1.4.2-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.2" \
|
||||
BITNAMI_APP_NAME="kube-arangodb" \
|
||||
IMAGE_REVISION="0" \
|
||||
IMAGE_REVISION="1" \
|
||||
PATH="/opt/bitnami/envoy/bin:/opt/bitnami/kube-arangodb/bin:$PATH"
|
||||
|
||||
ENTRYPOINT [ "/opt/bitnami/kube-arangodb/bin/arangodb_operator" ]
|
||||
|
||||
@@ -7,8 +7,6 @@ Trademarks: This software listing is packaged by Bitnami. The respective tradema
|
||||
|
||||
## TL;DR
|
||||
|
||||
Use this quick command to run the container.
|
||||
|
||||
```console
|
||||
docker run --name kube-arangodb bitnami/kube-arangodb:latest
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user