[bitnami/attu] Release 2.5.12-debian-12-r0 (#82578)

Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
Bitnami Bot
2025-06-25 17:34:51 +02:00
committed by GitHub
parent af2b0aa723
commit 7e298620ae
3 changed files with 14 additions and 13 deletions

View File

@@ -8,14 +8,13 @@ ARG TARGETARCH
LABEL com.vmware.cp.artifact.flavor="sha256:c50c90cfd9d12b445b011e6ad529f1ad3daea45c26d20b00732fae3cd71f6a83" \
org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \
org.opencontainers.image.created="2025-06-13T10:32:06Z" \
org.opencontainers.image.created="2025-06-25T14:57:09Z" \
org.opencontainers.image.description="Application packaged by Broadcom, Inc." \
org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/attu/README.md" \
org.opencontainers.image.ref.name="2.5.11-debian-12-r1" \
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/attu" \
org.opencontainers.image.title="attu" \
org.opencontainers.image.vendor="Broadcom, Inc." \
org.opencontainers.image.version="2.5.11"
org.opencontainers.image.version="2.5.12"
ENV HOME="/" \
OS_ARCH="${TARGETARCH:-amd64}" \
@@ -26,11 +25,13 @@ COPY prebuildfs /
SHELL ["/bin/bash", "-o", "errexit", "-o", "nounset", "-o", "pipefail", "-c"]
# Install required system packages and dependencies
RUN install_packages ca-certificates curl libbz2-1.0 libffi8 libgcc-s1 liblzma5 libncursesw6 libreadline8 libsqlite3-0 libssl3 libstdc++6 libtinfo6 procps zlib1g
RUN mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ || exit 1 ; \
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=( \
"python-3.13.5-1-linux-${OS_ARCH}-debian-12" \
"node-24.2.0-0-linux-${OS_ARCH}-debian-12" \
"attu-2.5.11-0-linux-${OS_ARCH}-debian-12" \
"node-24.3.0-0-linux-${OS_ARCH}-debian-12" \
"attu-2.5.12-0-linux-${OS_ARCH}-debian-12" \
) ; \
for COMPONENT in "${COMPONENTS[@]}"; do \
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
@@ -48,7 +49,7 @@ RUN find / -perm /6000 -type f -exec chmod a-s {} \; || true
RUN ln -s /opt/bitnami/attu /app && mkdir -p /.cache/yarn && chmod g+rwX /.cache && mkdir -p /.yarn && chmod g+rwX /.yarn && mkdir /.npm && chmod g+rwX /.npm
RUN uninstall_packages curl
ENV APP_VERSION="2.5.11" \
ENV APP_VERSION="2.5.12" \
BITNAMI_APP_NAME="attu" \
PATH="/opt/bitnami/python/bin:/opt/bitnami/node/bin:$PATH"

View File

@@ -3,13 +3,13 @@
"arch": "amd64",
"distro": "debian-12",
"type": "NAMI",
"version": "2.5.11-0"
"version": "2.5.12-0"
},
"node": {
"arch": "amd64",
"distro": "debian-12",
"type": "NAMI",
"version": "24.2.0-0"
"version": "24.3.0-0"
},
"python": {
"arch": "amd64",

View File

@@ -1,5 +1,5 @@
rolling-tags:
- "2"
- 2-debian-12
- 2.5.11
- latest
- "2"
- 2-debian-12
- 2.5.12
- latest