mirror of
https://github.com/bitnami/containers.git
synced 2026-03-05 07:29:11 +08:00
1.0.5-debian-10-r54 release
This commit is contained in:
@@ -9,14 +9,14 @@ 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-0-linux-amd64-debian-10.tar.gz && \
|
||||
echo "e9e3929a8880aa68559292cb54180425b17a51fbac6586bd151ef892dd864632 /tmp/bitnami/pkg/cache/wavefront-prometheus-storage-adapter-1.0.5-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/wavefront-prometheus-storage-adapter-1.0.5-0-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-0-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-1-linux-amd64-debian-10.tar.gz && \
|
||||
echo "5923abf2bededaf07decfd62167d3afba3ab4aa5037632ff208cf94e2d153360 /tmp/bitnami/pkg/cache/wavefront-prometheus-storage-adapter-1.0.5-1-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/wavefront-prometheus-storage-adapter-1.0.5-1-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-1-linux-amd64-debian-10.tar.gz
|
||||
RUN chmod g+rwX /opt/bitnami
|
||||
|
||||
ENV BITNAMI_APP_NAME="wavefront-prometheus-storage-adapter" \
|
||||
BITNAMI_IMAGE_VERSION="1.0.5-debian-10-r53" \
|
||||
BITNAMI_IMAGE_VERSION="1.0.5-debian-10-r54" \
|
||||
PATH="/opt/bitnami/wavefront-prometheus-storage-adapter/bin:$PATH"
|
||||
|
||||
USER 1001
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"wavefront-prometheus-storage-adapter": {
|
||||
"arch": "amd64",
|
||||
"digest": "e9e3929a8880aa68559292cb54180425b17a51fbac6586bd151ef892dd864632",
|
||||
"digest": "5923abf2bededaf07decfd62167d3afba3ab4aa5037632ff208cf94e2d153360",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "1.0.5-0"
|
||||
"version": "1.0.5-1"
|
||||
}
|
||||
}
|
||||
@@ -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-r53`, `latest` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-wavefront-prometheus-storage-adapter/blob/1.0.5-debian-10-r53/1/debian-10/Dockerfile)
|
||||
* [`1`, `1-debian-10`, `1.0.5`, `1.0.5-debian-10-r54`, `latest` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-wavefront-prometheus-storage-adapter/blob/1.0.5-debian-10-r54/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).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user