mirror of
https://github.com/bitnami/containers.git
synced 2026-03-16 06:49:12 +08:00
2.3.8-debian-11-r13 release
This commit is contained in:
committed by
Bitnami Containers
parent
bcb6c5083b
commit
c37919ec8e
@@ -12,10 +12,10 @@ RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stac
|
||||
echo "fe6b65886a6b1f545508e272efbf422054ee030c867f94ebec2f93c5518252de /tmp/bitnami/pkg/cache/java-11.0.15-150-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/java-11.0.15-150-linux-amd64-debian-11.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/java-11.0.15-150-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-150-linux-amd64-debian-11.tar.gz && \
|
||||
echo "bdf7de15220ca8077a59d5c610a80c7a022c877bd694fb2228fb7d1ff6fe9ff8 /tmp/bitnami/pkg/cache/cassandra-exporter-2.3.8-150-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/cassandra-exporter-2.3.8-150-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-150-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-151-linux-amd64-debian-11.tar.gz && \
|
||||
echo "423687ae63488cea275ec00ff94522a358ff923a7b633d108b28a4117a3276b6 /tmp/bitnami/pkg/cache/cassandra-exporter-2.3.8-151-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/cassandra-exporter-2.3.8-151-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-151-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,10 +1,10 @@
|
||||
{
|
||||
"cassandra-exporter": {
|
||||
"arch": "amd64",
|
||||
"digest": "bdf7de15220ca8077a59d5c610a80c7a022c877bd694fb2228fb7d1ff6fe9ff8",
|
||||
"digest": "423687ae63488cea275ec00ff94522a358ff923a7b633d108b28a4117a3276b6",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "2.3.8-150"
|
||||
"version": "2.3.8-151"
|
||||
},
|
||||
"java": {
|
||||
"arch": "amd64",
|
||||
|
||||
@@ -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-r12`, `latest` (2/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-cassandra-exporter/blob/2.3.8-debian-11-r12/2/debian-11/Dockerfile)
|
||||
* [`2`, `2-debian-11`, `2.3.8`, `2.3.8-debian-11-r13`, `latest` (2/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-cassandra-exporter/blob/2.3.8-debian-11-r13/2/debian-11/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/cassandra-exporter GitHub repo](https://github.com/bitnami/bitnami-docker-cassandra-exporter).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user