Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions bitnami/alertmanager/0/debian-12/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ 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-06-03T03:53:19Z" \
org.opencontainers.image.created="2026-06-05T17:04:11Z" \
org.opencontainers.image.description="Application packaged by Broadcom, Inc." \
org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/alertmanager/README.md" \
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/alertmanager" \
org.opencontainers.image.title="alertmanager" \
org.opencontainers.image.vendor="Broadcom, Inc." \
org.opencontainers.image.version="0.32.1"
org.opencontainers.image.version="0.32.2"

ENV HOME="/" \
OS_ARCH="${TARGETARCH:-amd64}" \
Expand All @@ -28,7 +28,7 @@ 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=( \
"alertmanager-0.32.1-4-linux-${OS_ARCH}-debian-12" \
"alertmanager-0.32.2-0-linux-${OS_ARCH}-debian-12" \
) ; \
for COMPONENT in "${COMPONENTS[@]}"; do \
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
Expand All @@ -48,9 +48,9 @@ RUN find / -perm /6000 -type f -exec chmod a-s {} \; || true
RUN uninstall_packages curl

RUN mkdir -p /opt/bitnami/alertmanager/data/ && chmod g+rwX /opt/bitnami/alertmanager/data/
ENV APP_VERSION="0.32.1" \
ENV APP_VERSION="0.32.2" \
BITNAMI_APP_NAME="alertmanager" \
IMAGE_REVISION="7" \
IMAGE_REVISION="0" \
PATH="/opt/bitnami/alertmanager/bin:$PATH"

EXPOSE 9093
Expand Down

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1a414fcca4dae39f3b3bab46bf188982461180a5a4d1c51c01360cd4e8213b01 alertmanager-0.32.2-0-linux-amd64-debian-12.tar.gz
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
a5dfc370c6649462a8b8986dc0b797a16147778211f08ab59e8676162b0f8032 alertmanager-0.32.2-0-linux-arm64-debian-12.tar.gz
Loading