0.17.0-debian-10-r0 release
This commit is contained in:
parent
877012d42e
commit
7043d4fd70
|
|
@ -13,16 +13,16 @@ RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stac
|
|||
echo "ea45a7908b8a86363659aa7e3953a1308af86db3ffa1656e46036c8e1f7c659a /tmp/bitnami/pkg/cache/java-1.8.332-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/java-1.8.332-0-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/java-1.8.332-0-linux-amd64-debian-10.tar.gz
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/jmx-exporter-0.16.1-8-linux-amd64-debian-10.tar.gz && \
|
||||
echo "22365375b0cfe703dc915b947ec680b37390bebdcd627a408b16b296c16478b2 /tmp/bitnami/pkg/cache/jmx-exporter-0.16.1-8-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/jmx-exporter-0.16.1-8-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/jmx-exporter-0.16.1-8-linux-amd64-debian-10.tar.gz
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/jmx-exporter-0.17.0-0-linux-amd64-debian-10.tar.gz && \
|
||||
echo "11194c144de7f0dd4a7b90120c28bbe2c72144b84faf5b5a2e3f8f43b819a24e /tmp/bitnami/pkg/cache/jmx-exporter-0.17.0-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/jmx-exporter-0.17.0-0-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/jmx-exporter-0.17.0-0-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
|
||||
RUN chown -R 1001:1001 /opt/bitnami/jmx-exporter
|
||||
|
||||
ENV APP_VERSION="0.16.1" \
|
||||
ENV APP_VERSION="0.17.0" \
|
||||
BITNAMI_APP_NAME="jmx-exporter" \
|
||||
PATH="/opt/bitnami/java/bin:$PATH"
|
||||
|
||||
|
|
|
|||
|
|
@ -8,9 +8,9 @@
|
|||
},
|
||||
"jmx-exporter": {
|
||||
"arch": "amd64",
|
||||
"digest": "22365375b0cfe703dc915b947ec680b37390bebdcd627a408b16b296c16478b2",
|
||||
"digest": "11194c144de7f0dd4a7b90120c28bbe2c72144b84faf5b5a2e3f8f43b819a24e",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "0.16.1-8"
|
||||
"version": "0.17.0-0"
|
||||
}
|
||||
}
|
||||
|
|
@ -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/).
|
||||
|
||||
|
||||
* [`0`, `0-debian-10`, `0.16.1`, `0.16.1-debian-10-r308`, `latest` (0/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-jmx-exporter/blob/0.16.1-debian-10-r308/0/debian-10/Dockerfile)
|
||||
* [`0`, `0-debian-10`, `0.17.0`, `0.17.0-debian-10-r0`, `latest` (0/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-jmx-exporter/blob/0.17.0-debian-10-r0/0/debian-10/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/jmx-exporter GitHub repo](https://github.com/bitnami/bitnami-docker-jmx-exporter).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue