2.3.4-debian-10-r637 release
This commit is contained in:
parent
7b1e2c532a
commit
5a9e4f742c
|
|
@ -13,16 +13,16 @@ RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stac
|
|||
echo "cf2e298428d67fb30c376ee6638c055afe54cc1f282bab314abc53a34c37be44 /tmp/bitnami/pkg/cache/java-11.0.13-1-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/java-11.0.13-1-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/java-11.0.13-1-linux-amd64-debian-10.tar.gz
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/cassandra-exporter-2.3.4-4-linux-amd64-debian-10.tar.gz && \
|
||||
echo "161417579099ed61bd259bae0477e2901e4b69fe7850b2dc3d292678106dbb85 /tmp/bitnami/pkg/cache/cassandra-exporter-2.3.4-4-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/cassandra-exporter-2.3.4-4-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/cassandra-exporter-2.3.4-4-linux-amd64-debian-10.tar.gz
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/cassandra-exporter-2.3.4-5-linux-amd64-debian-10.tar.gz && \
|
||||
echo "5048d3b007873dcac5506c5310a649b10dc681a9f6fb1f8c28c31277889fdc63 /tmp/bitnami/pkg/cache/cassandra-exporter-2.3.4-5-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/cassandra-exporter-2.3.4-5-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/cassandra-exporter-2.3.4-5-linux-amd64-debian-10.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 BITNAMI_APP_NAME="cassandra-exporter" \
|
||||
BITNAMI_IMAGE_VERSION="2.3.4-debian-10-r636" \
|
||||
BITNAMI_IMAGE_VERSION="2.3.4-debian-10-r637" \
|
||||
PATH="/opt/bitnami/java/bin:$PATH"
|
||||
|
||||
EXPOSE 8080
|
||||
|
|
|
|||
|
|
@ -1,10 +1,10 @@
|
|||
{
|
||||
"cassandra-exporter": {
|
||||
"arch": "amd64",
|
||||
"digest": "161417579099ed61bd259bae0477e2901e4b69fe7850b2dc3d292678106dbb85",
|
||||
"digest": "5048d3b007873dcac5506c5310a649b10dc681a9f6fb1f8c28c31277889fdc63",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "2.3.4-4"
|
||||
"version": "2.3.4-5"
|
||||
},
|
||||
"java": {
|
||||
"arch": "amd64",
|
||||
|
|
|
|||
|
|
@ -34,7 +34,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-10`, `2.3.4`, `2.3.4-debian-10-r636`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-cassandra-exporter/blob/2.3.4-debian-10-r636/2/debian-10/Dockerfile)
|
||||
* [`2`, `2-debian-10`, `2.3.4`, `2.3.4-debian-10-r637`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-cassandra-exporter/blob/2.3.4-debian-10-r637/2/debian-10/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/cassandra-exporter GitHub repo](https://github.com/bitnami/bitnami-docker-cassandra-exporter).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue