[bitnami/grafana-tempo] Release 1.5.0-debian-11-r0 (#3407)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
1da42de704
commit
8409f280a7
|
|
@ -6,26 +6,26 @@ ENV HOME="/" \
|
|||
|
||||
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
|
||||
org.opencontainers.image.description="Application packaged by Bitnami" \
|
||||
org.opencontainers.image.ref.name="1.4.1-debian-11-r29" \
|
||||
org.opencontainers.image.ref.name="1.5.0-debian-11-r0" \
|
||||
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/grafana-tempo" \
|
||||
org.opencontainers.image.title="grafana-tempo" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
org.opencontainers.image.version="1.4.1"
|
||||
org.opencontainers.image.version="1.5.0"
|
||||
|
||||
COPY prebuildfs /
|
||||
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
||||
# 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/grafana-tempo-1.4.1-152-linux-amd64-debian-11.tar.gz && \
|
||||
echo "8c40ed2d45cdf16b4cbe05171ad342878fd91f8fa4cc41a7d8cbfea267c42e50 /tmp/bitnami/pkg/cache/grafana-tempo-1.4.1-152-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/grafana-tempo-1.4.1-152-linux-amd64-debian-11.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/grafana-tempo-1.4.1-152-linux-amd64-debian-11.tar.gz
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/grafana-tempo-1.5.0-0-linux-amd64-debian-11.tar.gz && \
|
||||
echo "1c0e3afda153a32fad68a3a88bc796ffe769bb7d8dd7529a1aa45d831eaf553d /tmp/bitnami/pkg/cache/grafana-tempo-1.5.0-0-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/grafana-tempo-1.5.0-0-linux-amd64-debian-11.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/grafana-tempo-1.5.0-0-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
|
||||
RUN mkdir -p /bitnami/grafana-tempo && chmod g+rwX /bitnami/grafana-tempo
|
||||
|
||||
ENV APP_VERSION="1.4.1" \
|
||||
ENV APP_VERSION="1.5.0" \
|
||||
BITNAMI_APP_NAME="grafana-tempo" \
|
||||
PATH="/opt/bitnami/grafana-tempo/bin:$PATH"
|
||||
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"grafana-tempo": {
|
||||
"arch": "amd64",
|
||||
"digest": "8c40ed2d45cdf16b4cbe05171ad342878fd91f8fa4cc41a7d8cbfea267c42e50",
|
||||
"digest": "1c0e3afda153a32fad68a3a88bc796ffe769bb7d8dd7529a1aa45d831eaf553d",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "1.4.1-152"
|
||||
"version": "1.5.0-0"
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
rolling-tags:
|
||||
- "1"
|
||||
- "1-debian-11"
|
||||
- "1.5.0"
|
||||
- "latest"
|
||||
|
|
@ -28,7 +28,7 @@ $ docker run --name grafana-tempo bitnami/grafana-tempo:latest
|
|||
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-11`, `1.4.1`, `1.4.1-debian-11-r29`, `latest` (1/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/grafana-tempo/1/debian-11/Dockerfile)
|
||||
* [`1`, `1-debian-11`, `1.5.0`, `1.5.0-debian-11-r0`, `latest` (1/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/grafana-tempo/1/debian-11/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/containers GitHub repo](https://github.com/bitnami/containers).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue