mirror of
https://github.com/bitnami/containers.git
synced 2026-03-06 06:58:01 +08:00
[bitnami/cassandra-exporter] Release 2.3.8-debian-11-r32 (#4396)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
@@ -6,7 +6,7 @@ ENV HOME="/" \
|
||||
|
||||
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
|
||||
org.opencontainers.image.description="Application packaged by Bitnami" \
|
||||
org.opencontainers.image.ref.name="2.3.8-debian-11-r31" \
|
||||
org.opencontainers.image.ref.name="2.3.8-debian-11-r32" \
|
||||
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/cassandra-exporter" \
|
||||
org.opencontainers.image.title="cassandra-exporter" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
@@ -15,15 +15,21 @@ LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
|
||||
COPY prebuildfs /
|
||||
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
||||
# Install required system packages and dependencies
|
||||
RUN install_packages ca-certificates curl gzip libc6 procps tar wget zlib1g
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/java-11.0.15-1-2-linux-amd64-debian-11.tar.gz && \
|
||||
echo "1a5468c7b552dfc8a33c5c9b214dbf7dd143a5f008cc3aa2e0418fab5eb16c5c /tmp/bitnami/pkg/cache/java-11.0.15-1-2-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/java-11.0.15-1-2-linux-amd64-debian-11.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/java-11.0.15-1-2-linux-amd64-debian-11.tar.gz
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/cassandra-exporter-2.3.8-153-linux-amd64-debian-11.tar.gz && \
|
||||
echo "4f8ff2ef681c745531fe41abd23e1603fa300b37d924564f0e0e66af41d7a745 /tmp/bitnami/pkg/cache/cassandra-exporter-2.3.8-153-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/cassandra-exporter-2.3.8-153-linux-amd64-debian-11.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/cassandra-exporter-2.3.8-153-linux-amd64-debian-11.tar.gz
|
||||
RUN install_packages ca-certificates curl gzip libc6 procps tar zlib1g
|
||||
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
|
||||
if [ ! -f java-11.0.15-1-3-linux-amd64-debian-11.tar.gz ]; then \
|
||||
curl -SsLf https://downloads.bitnami.com/files/stacksmith/java-11.0.15-1-3-linux-amd64-debian-11.tar.gz -O ; \
|
||||
fi && \
|
||||
echo "7214b8ab81c9d919f87f027590ca80c198f65fe50c5e2886d8e5e20691aee8d7 java-11.0.15-1-3-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf java-11.0.15-1-3-linux-amd64-debian-11.tar.gz -C /opt/bitnami --strip-components=2 --wildcards '*/files' && \
|
||||
rm -rf java-11.0.15-1-3-linux-amd64-debian-11.tar.gz
|
||||
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
|
||||
if [ ! -f cassandra-exporter-2.3.8-154-linux-amd64-debian-11.tar.gz ]; then \
|
||||
curl -SsLf https://downloads.bitnami.com/files/stacksmith/cassandra-exporter-2.3.8-154-linux-amd64-debian-11.tar.gz -O ; \
|
||||
fi && \
|
||||
echo "d6c196123e9c463c1faef12fb1d72484229a9e24806c7dccf60c126221c4e81b cassandra-exporter-2.3.8-154-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf cassandra-exporter-2.3.8-154-linux-amd64-debian-11.tar.gz -C /opt/bitnami --strip-components=2 --wildcards '*/files' && \
|
||||
rm -rf cassandra-exporter-2.3.8-154-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
|
||||
|
||||
@@ -1,16 +1,16 @@
|
||||
{
|
||||
"cassandra-exporter": {
|
||||
"arch": "amd64",
|
||||
"digest": "4f8ff2ef681c745531fe41abd23e1603fa300b37d924564f0e0e66af41d7a745",
|
||||
"digest": "d6c196123e9c463c1faef12fb1d72484229a9e24806c7dccf60c126221c4e81b",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "2.3.8-153"
|
||||
"version": "2.3.8-154"
|
||||
},
|
||||
"java": {
|
||||
"arch": "amd64",
|
||||
"digest": "1a5468c7b552dfc8a33c5c9b214dbf7dd143a5f008cc3aa2e0418fab5eb16c5c",
|
||||
"digest": "7214b8ab81c9d919f87f027590ca80c198f65fe50c5e2886d8e5e20691aee8d7",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "11.0.15-1-2"
|
||||
"version": "11.0.15-1-3"
|
||||
}
|
||||
}
|
||||
@@ -32,7 +32,7 @@ Non-root container images add an extra layer of security and are generally recom
|
||||
Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://docs.bitnami.com/tutorials/understand-rolling-tags-containers/).
|
||||
|
||||
|
||||
* [`2`, `2-debian-11`, `2.3.8`, `2.3.8-debian-11-r31`, `latest` (2/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/cassandra-exporter/2/debian-11/Dockerfile)
|
||||
* [`2`, `2-debian-11`, `2.3.8`, `2.3.8-debian-11-r32`, `latest` (2/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/cassandra-exporter/2/debian-11/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/containers GitHub repo](https://github.com/bitnami/containers).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user