mirror of
https://github.com/bitnami/containers.git
synced 2026-03-21 15:29:05 +08:00
0.21.1-debian-11-r0 release
This commit is contained in:
committed by
Bitnami Containers
parent
57e158b389
commit
c2e5ebd767
@@ -1,23 +1,22 @@
|
||||
FROM docker.io/bitnami/minideb:bullseye
|
||||
LABEL maintainer "Bitnami <containers@bitnami.com>"
|
||||
|
||||
ENV HOME="/" \
|
||||
OS_ARCH="amd64" \
|
||||
OS_FLAVOUR="debian-11" \
|
||||
OS_NAME="linux"
|
||||
|
||||
COPY prebuildfs /
|
||||
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
||||
# Install required system packages and dependencies
|
||||
RUN install_packages ca-certificates curl gzip procps tar wget
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/blackbox-exporter-0.21.0-150-linux-amd64-debian-11.tar.gz && \
|
||||
echo "66656b4e230a3bdc827ae290e7a8f006019790ff578bec67a87476a8119f25eb /tmp/bitnami/pkg/cache/blackbox-exporter-0.21.0-150-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/blackbox-exporter-0.21.0-150-linux-amd64-debian-11.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/blackbox-exporter-0.21.0-150-linux-amd64-debian-11.tar.gz
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/blackbox-exporter-0.21.1-0-linux-amd64-debian-11.tar.gz && \
|
||||
echo "f6910b6da535643fe624e641a7562e5e61513aa7b4e2854dac541220246f3279 /tmp/bitnami/pkg/cache/blackbox-exporter-0.21.1-0-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/blackbox-exporter-0.21.1-0-linux-amd64-debian-11.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/blackbox-exporter-0.21.1-0-linux-amd64-debian-11.tar.gz
|
||||
RUN apt-get update && apt-get upgrade -y && \
|
||||
rm -r /var/lib/apt/lists /var/cache/apt/archives
|
||||
RUN chmod g+rwX /opt/bitnami
|
||||
|
||||
ENV APP_VERSION="0.21.0" \
|
||||
ENV APP_VERSION="0.21.1" \
|
||||
BITNAMI_APP_NAME="blackbox-exporter" \
|
||||
PATH="/opt/bitnami/blackbox-exporter/bin:$PATH"
|
||||
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"blackbox-exporter": {
|
||||
"arch": "amd64",
|
||||
"digest": "66656b4e230a3bdc827ae290e7a8f006019790ff578bec67a87476a8119f25eb",
|
||||
"digest": "f6910b6da535643fe624e641a7562e5e61513aa7b4e2854dac541220246f3279",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "0.21.0-150"
|
||||
"version": "0.21.1-0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user