0.1.5-debian-10-r316 release
This commit is contained in:
parent
e70b0fc98d
commit
1c6ec4e921
|
|
@ -9,16 +9,16 @@ ENV HOME="/" \
|
|||
COPY prebuildfs /
|
||||
# Install required system packages and dependencies
|
||||
RUN install_packages ca-certificates curl gzip libc6 procps tar wget
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/wavefront-adapter-for-istio-0.1.5-6-linux-amd64-debian-10.tar.gz && \
|
||||
echo "28aae926b45b143e3c4816ca6be4cbd9e36cf20d9a993397d459f119336a2f3b /tmp/bitnami/pkg/cache/wavefront-adapter-for-istio-0.1.5-6-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/wavefront-adapter-for-istio-0.1.5-6-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/wavefront-adapter-for-istio-0.1.5-6-linux-amd64-debian-10.tar.gz
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/wavefront-adapter-for-istio-0.1.5-7-linux-amd64-debian-10.tar.gz && \
|
||||
echo "dc1a136004b7980e766afeab261b5e400f62169bcdc14822a89faf1ac8450eec /tmp/bitnami/pkg/cache/wavefront-adapter-for-istio-0.1.5-7-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/wavefront-adapter-for-istio-0.1.5-7-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/wavefront-adapter-for-istio-0.1.5-7-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-adapter-for-istio" \
|
||||
BITNAMI_IMAGE_VERSION="0.1.5-debian-10-r315" \
|
||||
BITNAMI_IMAGE_VERSION="0.1.5-debian-10-r316" \
|
||||
PATH="/opt/bitnami/wavefront-adapter-for-istio/bin:$PATH"
|
||||
|
||||
EXPOSE 37671
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"wavefront-adapter-for-istio": {
|
||||
"arch": "amd64",
|
||||
"digest": "28aae926b45b143e3c4816ca6be4cbd9e36cf20d9a993397d459f119336a2f3b",
|
||||
"digest": "dc1a136004b7980e766afeab261b5e400f62169bcdc14822a89faf1ac8450eec",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "0.1.5-6"
|
||||
"version": "0.1.5-7"
|
||||
}
|
||||
}
|
||||
|
|
@ -31,7 +31,7 @@ $ docker run --name wavefront-adapter-for-istio bitnami/wavefront-adapter-for-is
|
|||
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.1.5`, `0.1.5-debian-10-r315`, `latest` (0/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-wavefront-adapter-for-istio/blob/0.1.5-debian-10-r315/0/debian-10/Dockerfile)
|
||||
* [`0`, `0-debian-10`, `0.1.5`, `0.1.5-debian-10-r316`, `latest` (0/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-wavefront-adapter-for-istio/blob/0.1.5-debian-10-r316/0/debian-10/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/wavefront-adapter-for-istio GitHub repo](https://github.com/bitnami/bitnami-docker-wavefront-adapter-for-istio).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue