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-r7 (#94290)
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-05-23T08:53:29Z" \
|
||||
org.opencontainers.image.created="2026-06-03T05:09:15Z" \
|
||||
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,17 +28,17 @@ 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.38.0-0-linux-${OS_ARCH}-debian-12" \
|
||||
"kube-arangodb-1.4.3-1-linux-${OS_ARCH}-debian-12" \
|
||||
"kube-arangodb-1.4.3-2-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 "https://${DOWNLOADS_URL}/${COMPONENT}.tar.gz.sha256" -O ; \
|
||||
fi ; \
|
||||
sha256sum -c "${COMPONENT}.tar.gz.sha256" ; \
|
||||
sha256sum -c "/opt/bitnami/checksums/${COMPONENT}.tar.gz.sha256" ; \
|
||||
tar -zxf "${COMPONENT}.tar.gz" -C /opt/bitnami --strip-components=2 --no-same-owner ; \
|
||||
rm -rf "${COMPONENT}".tar.gz{,.sha256} ; \
|
||||
done
|
||||
rm -rf "${COMPONENT}".tar.gz ; \
|
||||
done ; \
|
||||
rm -rf /opt/bitnami/checksums ;
|
||||
RUN apt-get update && apt-get upgrade -y && \
|
||||
apt-get clean && rm -rf /var/lib/apt/lists /var/cache/apt/archives
|
||||
RUN find / -perm /6000 -type f -exec chmod a-s {} \; || true
|
||||
@@ -46,7 +46,7 @@ RUN uninstall_packages curl
|
||||
|
||||
ENV APP_VERSION="1.4.3" \
|
||||
BITNAMI_APP_NAME="kube-arangodb" \
|
||||
IMAGE_REVISION="6" \
|
||||
IMAGE_REVISION="7" \
|
||||
PATH="/opt/bitnami/envoy/bin:/opt/bitnami/kube-arangodb/bin:$PATH"
|
||||
|
||||
ENTRYPOINT [ "/opt/bitnami/kube-arangodb/bin/arangodb_operator" ]
|
||||
|
||||
+1
@@ -0,0 +1 @@
|
||||
c3bb093c9ea4fe450358aba718199db46142cd3ccebab198c143d3fc7ccc1824 envoy-1.38.0-0-linux-amd64-debian-12.tar.gz
|
||||
+1
@@ -0,0 +1 @@
|
||||
58fb5712c1070f18dbc5e9edf6793dd3df483e8836f41f6f4b0d0d687768ff49 envoy-1.38.0-0-linux-arm64-debian-12.tar.gz
|
||||
+1
@@ -0,0 +1 @@
|
||||
bdf66597f537818e93ab99a944998e2ca7c4d8a1690d1099509d186c8d9d1d59 kube-arangodb-1.4.3-2-linux-amd64-debian-12.tar.gz
|
||||
+1
@@ -0,0 +1 @@
|
||||
f0dd3fc88321c06eb755e1c4a842d2f1e80adae02c99511b9d96f63eeeb3ec07 kube-arangodb-1.4.3-2-linux-arm64-debian-12.tar.gz
|
||||
Reference in New Issue
Block a user