1.0.5-debian-10-r86 release
This commit is contained in:
parent
8bde51e127
commit
3ebaab45af
|
|
@ -9,16 +9,16 @@ ENV HOME="/" \
|
|||
COPY prebuildfs /
|
||||
# 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/wavefront-prometheus-storage-adapter-1.0.5-3-linux-amd64-debian-10.tar.gz && \
|
||||
echo "758103d56d0f19d71ad10b5962a0b5ce4f5945349a3acaf41dee45e6a393ae68 /tmp/bitnami/pkg/cache/wavefront-prometheus-storage-adapter-1.0.5-3-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/wavefront-prometheus-storage-adapter-1.0.5-3-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/wavefront-prometheus-storage-adapter-1.0.5-3-linux-amd64-debian-10.tar.gz
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/wavefront-prometheus-storage-adapter-1.0.5-4-linux-amd64-debian-10.tar.gz && \
|
||||
echo "13d0b7612cc0e577c5d6f74bb25103cd4374fcc6a7ac2998a9d4d00136ab9f37 /tmp/bitnami/pkg/cache/wavefront-prometheus-storage-adapter-1.0.5-4-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/wavefront-prometheus-storage-adapter-1.0.5-4-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/wavefront-prometheus-storage-adapter-1.0.5-4-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="wavefront-prometheus-storage-adapter" \
|
||||
BITNAMI_IMAGE_VERSION="1.0.5-debian-10-r85" \
|
||||
BITNAMI_IMAGE_VERSION="1.0.5-debian-10-r86" \
|
||||
PATH="/opt/bitnami/wavefront-prometheus-storage-adapter/bin:$PATH"
|
||||
|
||||
USER 1001
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"wavefront-prometheus-storage-adapter": {
|
||||
"arch": "amd64",
|
||||
"digest": "758103d56d0f19d71ad10b5962a0b5ce4f5945349a3acaf41dee45e6a393ae68",
|
||||
"digest": "13d0b7612cc0e577c5d6f74bb25103cd4374fcc6a7ac2998a9d4d00136ab9f37",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "1.0.5-3"
|
||||
"version": "1.0.5-4"
|
||||
}
|
||||
}
|
||||
|
|
@ -31,7 +31,7 @@ $ docker run --name wavefront-prometheus-storage-adapter bitnami/wavefront-prome
|
|||
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/).
|
||||
|
||||
|
||||
* [`1`, `1-debian-10`, `1.0.5`, `1.0.5-debian-10-r85`, `latest` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-wavefront-prometheus-storage-adapter/blob/1.0.5-debian-10-r85/1/debian-10/Dockerfile)
|
||||
* [`1`, `1-debian-10`, `1.0.5`, `1.0.5-debian-10-r86`, `latest` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-wavefront-prometheus-storage-adapter/blob/1.0.5-debian-10-r86/1/debian-10/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/wavefront-prometheus-storage-adapter GitHub repo](https://github.com/bitnami/bitnami-docker-wavefront-prometheus-storage-adapter).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue