1.5.8-debian-10-r5 release
This commit is contained in:
parent
2b41f47627
commit
cc4e541f6b
|
|
@ -9,17 +9,17 @@ 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/kapacitor-1.5.8-0-linux-amd64-debian-10.tar.gz && \
|
||||
echo "297545d7e1feed98a9d3eac084c332e2156086992d64deedd476bcb28f8aebf4 /tmp/bitnami/pkg/cache/kapacitor-1.5.8-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/kapacitor-1.5.8-0-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/kapacitor-1.5.8-0-linux-amd64-debian-10.tar.gz
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/kapacitor-1.5.8-1-linux-amd64-debian-10.tar.gz && \
|
||||
echo "7a64d02f081af68f53084d987e297dee5b04a54c02163914d0e955c199fbf54d /tmp/bitnami/pkg/cache/kapacitor-1.5.8-1-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/kapacitor-1.5.8-1-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/kapacitor-1.5.8-1-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 mkdir -p /bitnami/kapacitor && chmod g+rwX /bitnami/kapacitor
|
||||
|
||||
ENV BITNAMI_APP_NAME="kapacitor" \
|
||||
BITNAMI_IMAGE_VERSION="1.5.8-debian-10-r4" \
|
||||
BITNAMI_IMAGE_VERSION="1.5.8-debian-10-r5" \
|
||||
KAPACITOR_DATA_DIR="/bitnami/kapacitor" \
|
||||
KAPACITOR_LOAD_DIR="/bitnami/kapacitor/load" \
|
||||
KAPACITOR_REPLAY_DIR="/bitnami/kapacitor/replay" \
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"kapacitor": {
|
||||
"arch": "amd64",
|
||||
"digest": "297545d7e1feed98a9d3eac084c332e2156086992d64deedd476bcb28f8aebf4",
|
||||
"digest": "7a64d02f081af68f53084d987e297dee5b04a54c02163914d0e955c199fbf54d",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "1.5.8-0"
|
||||
"version": "1.5.8-1"
|
||||
}
|
||||
}
|
||||
|
|
@ -28,7 +28,7 @@ $ docker run --name kapacitor bitnami/kapacitor: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-10`, `1.5.8`, `1.5.8-debian-10-r4`, `latest` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-kapacitor/blob/1.5.8-debian-10-r4/1/debian-10/Dockerfile)
|
||||
* [`1`, `1-debian-10`, `1.5.8`, `1.5.8-debian-10-r5`, `latest` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-kapacitor/blob/1.5.8-debian-10-r5/1/debian-10/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/kapacitor GitHub repo](https://github.com/bitnami/bitnami-docker-kapacitor).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue