mirror of
https://github.com/bitnami/containers.git
synced 2026-08-09 13:04:38 +08:00
[bitnami/kube-arangodb] Release 1.4.3-debian-12-r8 (#94580)
Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
@@ -3,11 +3,11 @@
|
||||
|
||||
FROM docker.io/bitnami/minideb:bookworm
|
||||
|
||||
ARG DOWNLOADS_URL="downloads.bitnami.com/files/stacksmith"
|
||||
ARG DOWNLOADS_URL="https://downloads.bitnami.com/files/stacksmith"
|
||||
ARG TARGETARCH
|
||||
|
||||
LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \
|
||||
org.opencontainers.image.created="2026-06-03T05:09:15Z" \
|
||||
org.opencontainers.image.created="2026-06-10T19:20:22Z" \
|
||||
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,12 +27,12 @@ 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.38.0-0-linux-${OS_ARCH}-debian-12" \
|
||||
"kube-arangodb-1.4.3-2-linux-${OS_ARCH}-debian-12" \
|
||||
"envoy-1.38.1-1-linux-${OS_ARCH}-debian-12" \
|
||||
"kube-arangodb-1.4.3-3-linux-${OS_ARCH}-debian-12" \
|
||||
) ; \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||
curl -SsLf "https://${DOWNLOADS_URL}/${COMPONENT}.tar.gz" -O ; \
|
||||
curl -SsLf "${DOWNLOADS_URL}/${COMPONENT}.tar.gz" -O ; \
|
||||
fi ; \
|
||||
sha256sum -c "/opt/bitnami/checksums/${COMPONENT}.tar.gz.sha256" ; \
|
||||
tar -zxf "${COMPONENT}.tar.gz" -C /opt/bitnami --strip-components=2 --no-same-owner ; \
|
||||
@@ -46,7 +46,7 @@ RUN uninstall_packages curl
|
||||
|
||||
ENV APP_VERSION="1.4.3" \
|
||||
BITNAMI_APP_NAME="kube-arangodb" \
|
||||
IMAGE_REVISION="7" \
|
||||
IMAGE_REVISION="8" \
|
||||
PATH="/opt/bitnami/envoy/bin:/opt/bitnami/kube-arangodb/bin:$PATH"
|
||||
|
||||
ENTRYPOINT [ "/opt/bitnami/kube-arangodb/bin/arangodb_operator" ]
|
||||
|
||||
-1
@@ -1 +0,0 @@
|
||||
c3bb093c9ea4fe450358aba718199db46142cd3ccebab198c143d3fc7ccc1824 envoy-1.38.0-0-linux-amd64-debian-12.tar.gz
|
||||
-1
@@ -1 +0,0 @@
|
||||
58fb5712c1070f18dbc5e9edf6793dd3df483e8836f41f6f4b0d0d687768ff49 envoy-1.38.0-0-linux-arm64-debian-12.tar.gz
|
||||
+1
@@ -0,0 +1 @@
|
||||
18bd6a22d3762eed682c3d0a46ffdb32807f3dce1704c7bcb4238ebfb2cdfd9d envoy-1.38.1-1-linux-amd64-debian-12.tar.gz
|
||||
+1
@@ -0,0 +1 @@
|
||||
1b5652c74516cfbb2db637ca42c3fa1abd4beef06f2e2d45ad6303bcaa1dbe4e envoy-1.38.1-1-linux-arm64-debian-12.tar.gz
|
||||
-1
@@ -1 +0,0 @@
|
||||
bdf66597f537818e93ab99a944998e2ca7c4d8a1690d1099509d186c8d9d1d59 kube-arangodb-1.4.3-2-linux-amd64-debian-12.tar.gz
|
||||
-1
@@ -1 +0,0 @@
|
||||
f0dd3fc88321c06eb755e1c4a842d2f1e80adae02c99511b9d96f63eeeb3ec07 kube-arangodb-1.4.3-2-linux-arm64-debian-12.tar.gz
|
||||
+1
@@ -0,0 +1 @@
|
||||
924507845c98e65e926b1bd17d4614736c7dbe2abb84d82780c6dc6d7b591bfe kube-arangodb-1.4.3-3-linux-amd64-debian-12.tar.gz
|
||||
+1
@@ -0,0 +1 @@
|
||||
edebfecc292d1252360f8c8ad4e8f118d813e1c2838fa7cedab28fc6e14de574 kube-arangodb-1.4.3-3-linux-arm64-debian-12.tar.gz
|
||||
Reference in New Issue
Block a user