From 63d1a55cf86014fb251a5c4ef23a17e353a1e1fe Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Mon, 31 Mar 2025 13:48:57 +0200 Subject: [PATCH] [bitnami/attu] Release attu-2.5.6-debian-12-r0 (#79213) Signed-off-by: Bitnami Bot --- bitnami/attu/2/debian-12/Dockerfile | 16 ++++++++-------- .../opt/bitnami/.bitnami_components.json | 4 ++-- bitnami/attu/2/debian-12/tags-info.yaml | 2 +- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/bitnami/attu/2/debian-12/Dockerfile b/bitnami/attu/2/debian-12/Dockerfile index d776445d3342..fb8ad125d950 100644 --- a/bitnami/attu/2/debian-12/Dockerfile +++ b/bitnami/attu/2/debian-12/Dockerfile @@ -8,14 +8,14 @@ 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-03-15T18:28:51Z" \ + org.opencontainers.image.created="2025-03-31T11:26:57Z" \ 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.5-debian-12-r1" \ + org.opencontainers.image.ref.name="2.5.6-debian-12-r0" \ 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.5" + org.opencontainers.image.version="2.5.6" ENV HOME="/" \ OS_ARCH="${TARGETARCH:-amd64}" \ @@ -26,11 +26,11 @@ 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/ ; \ +RUN mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ || exit 1 ; \ COMPONENTS=( \ - "python-3.13.2-8-linux-${OS_ARCH}-debian-12" \ + "python-3.13.2-9-linux-${OS_ARCH}-debian-12" \ "node-22.14.0-2-linux-${OS_ARCH}-debian-12" \ - "attu-2.5.5-0-linux-${OS_ARCH}-debian-12" \ + "attu-2.5.6-0-linux-${OS_ARCH}-debian-12" \ ) ; \ for COMPONENT in "${COMPONENTS[@]}"; do \ if [ ! -f "${COMPONENT}.tar.gz" ]; then \ @@ -38,7 +38,7 @@ RUN mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ ; \ curl -SsLf "https://${DOWNLOADS_URL}/${COMPONENT}.tar.gz.sha256" -O ; \ fi ; \ sha256sum -c "${COMPONENT}.tar.gz.sha256" ; \ - tar -zxf "${COMPONENT}.tar.gz" -C /opt/bitnami --strip-components=2 --no-same-owner --wildcards '*/files' ; \ + tar -zxf "${COMPONENT}.tar.gz" -C /opt/bitnami --strip-components=2 --no-same-owner ; \ rm -rf "${COMPONENT}".tar.gz{,.sha256} ; \ done RUN apt-get autoremove --purge -y curl && \ @@ -48,7 +48,7 @@ RUN useradd -r -u 1001 -g root attu 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 -ENV APP_VERSION="2.5.5" \ +ENV APP_VERSION="2.5.6" \ BITNAMI_APP_NAME="attu" \ PATH="/opt/bitnami/python/bin:/opt/bitnami/node/bin:$PATH" diff --git a/bitnami/attu/2/debian-12/prebuildfs/opt/bitnami/.bitnami_components.json b/bitnami/attu/2/debian-12/prebuildfs/opt/bitnami/.bitnami_components.json index e682c7a2efac..e58cdabb86f5 100644 --- a/bitnami/attu/2/debian-12/prebuildfs/opt/bitnami/.bitnami_components.json +++ b/bitnami/attu/2/debian-12/prebuildfs/opt/bitnami/.bitnami_components.json @@ -3,7 +3,7 @@ "arch": "amd64", "distro": "debian-12", "type": "NAMI", - "version": "2.5.5-0" + "version": "2.5.6-0" }, "node": { "arch": "amd64", @@ -15,6 +15,6 @@ "arch": "amd64", "distro": "debian-12", "type": "NAMI", - "version": "3.13.2-8" + "version": "3.13.2-9" } } \ No newline at end of file diff --git a/bitnami/attu/2/debian-12/tags-info.yaml b/bitnami/attu/2/debian-12/tags-info.yaml index b241caf16e93..4e18330bea58 100644 --- a/bitnami/attu/2/debian-12/tags-info.yaml +++ b/bitnami/attu/2/debian-12/tags-info.yaml @@ -1,5 +1,5 @@ rolling-tags: - "2" - 2-debian-12 -- 2.5.5 +- 2.5.6 - latest