mirror of
https://github.com/bitnami/containers.git
synced 2026-03-16 06:49:12 +08:00
[bitnami/attu] Release 2.5.12-debian-12-r21 (#85889)
Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
@@ -6,9 +6,8 @@ FROM docker.io/bitnami/minideb:bookworm
|
|||||||
ARG DOWNLOADS_URL="downloads.bitnami.com/files/stacksmith"
|
ARG DOWNLOADS_URL="downloads.bitnami.com/files/stacksmith"
|
||||||
ARG TARGETARCH
|
ARG TARGETARCH
|
||||||
|
|
||||||
LABEL com.vmware.cp.artifact.flavor="sha256:c50c90cfd9d12b445b011e6ad529f1ad3daea45c26d20b00732fae3cd71f6a83" \
|
LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \
|
||||||
org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \
|
org.opencontainers.image.created="2025-09-07T00:20:40Z" \
|
||||||
org.opencontainers.image.created="2025-08-19T07:34:15Z" \
|
|
||||||
org.opencontainers.image.description="Application packaged by Broadcom, Inc." \
|
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.documentation="https://github.com/bitnami/containers/tree/main/bitnami/attu/README.md" \
|
||||||
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/attu" \
|
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/attu" \
|
||||||
@@ -30,7 +29,7 @@ RUN --mount=type=secret,id=downloads_url,env=SECRET_DOWNLOADS_URL \
|
|||||||
mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ || exit 1 ; \
|
mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ || exit 1 ; \
|
||||||
COMPONENTS=( \
|
COMPONENTS=( \
|
||||||
"python-3.13.7-0-linux-${OS_ARCH}-debian-12" \
|
"python-3.13.7-0-linux-${OS_ARCH}-debian-12" \
|
||||||
"node-24.6.0-0-linux-${OS_ARCH}-debian-12" \
|
"node-24.7.0-0-linux-${OS_ARCH}-debian-12" \
|
||||||
"attu-2.5.12-0-linux-${OS_ARCH}-debian-12" \
|
"attu-2.5.12-0-linux-${OS_ARCH}-debian-12" \
|
||||||
) ; \
|
) ; \
|
||||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||||
@@ -51,7 +50,7 @@ RUN uninstall_packages curl
|
|||||||
|
|
||||||
ENV APP_VERSION="2.5.12" \
|
ENV APP_VERSION="2.5.12" \
|
||||||
BITNAMI_APP_NAME="attu" \
|
BITNAMI_APP_NAME="attu" \
|
||||||
IMAGE_REVISION="20" \
|
IMAGE_REVISION="21" \
|
||||||
PATH="/opt/bitnami/python/bin:/opt/bitnami/node/bin:$PATH"
|
PATH="/opt/bitnami/python/bin:/opt/bitnami/node/bin:$PATH"
|
||||||
|
|
||||||
EXPOSE 3000
|
EXPOSE 3000
|
||||||
|
|||||||
@@ -1,20 +0,0 @@
|
|||||||
{
|
|
||||||
"attu": {
|
|
||||||
"arch": "amd64",
|
|
||||||
"distro": "debian-12",
|
|
||||||
"type": "NAMI",
|
|
||||||
"version": "2.5.12-0"
|
|
||||||
},
|
|
||||||
"node": {
|
|
||||||
"arch": "amd64",
|
|
||||||
"distro": "debian-12",
|
|
||||||
"type": "NAMI",
|
|
||||||
"version": "24.6.0-0"
|
|
||||||
},
|
|
||||||
"python": {
|
|
||||||
"arch": "amd64",
|
|
||||||
"distro": "debian-12",
|
|
||||||
"type": "NAMI",
|
|
||||||
"version": "3.13.7-0"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user