[bitnami/kapacitor] Release 1.6.5-debian-11-r0 (#4031)

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot
2022-08-23 12:13:40 +02:00
committed by GitHub
parent d92583caba
commit 55b3641c80
4 changed files with 11 additions and 11 deletions

View File

@@ -6,26 +6,26 @@ ENV HOME="/" \
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \ LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
org.opencontainers.image.description="Application packaged by Bitnami" \ org.opencontainers.image.description="Application packaged by Bitnami" \
org.opencontainers.image.ref.name="1.6.4-debian-11-r28" \ org.opencontainers.image.ref.name="1.6.5-debian-11-r0" \
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/kapacitor" \ org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/kapacitor" \
org.opencontainers.image.title="kapacitor" \ org.opencontainers.image.title="kapacitor" \
org.opencontainers.image.vendor="VMware, Inc." \ org.opencontainers.image.vendor="VMware, Inc." \
org.opencontainers.image.version="1.6.4" org.opencontainers.image.version="1.6.5"
COPY prebuildfs / COPY prebuildfs /
SHELL ["/bin/bash", "-o", "pipefail", "-c"] SHELL ["/bin/bash", "-o", "pipefail", "-c"]
# Install required system packages and dependencies # Install required system packages and dependencies
RUN install_packages ca-certificates curl gzip procps tar wget RUN install_packages ca-certificates curl gzip procps tar wget
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/kapacitor-1.6.4-152-linux-amd64-debian-11.tar.gz && \ RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/kapacitor-1.6.5-0-linux-amd64-debian-11.tar.gz && \
echo "321e72c79fdc169a7e0fa4e77eef76a9cc0bf4b52c9048fed16ab27f2ae22802 /tmp/bitnami/pkg/cache/kapacitor-1.6.4-152-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \ echo "11af3306192d2d6dc87cdf718ce16cbb602bfc25d40f1a98eaa5629c9b075979 /tmp/bitnami/pkg/cache/kapacitor-1.6.5-0-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
tar -zxf /tmp/bitnami/pkg/cache/kapacitor-1.6.4-152-linux-amd64-debian-11.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \ tar -zxf /tmp/bitnami/pkg/cache/kapacitor-1.6.5-0-linux-amd64-debian-11.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
rm -rf /tmp/bitnami/pkg/cache/kapacitor-1.6.4-152-linux-amd64-debian-11.tar.gz rm -rf /tmp/bitnami/pkg/cache/kapacitor-1.6.5-0-linux-amd64-debian-11.tar.gz
RUN apt-get update && apt-get upgrade -y && \ RUN apt-get update && apt-get upgrade -y && \
rm -r /var/lib/apt/lists /var/cache/apt/archives rm -r /var/lib/apt/lists /var/cache/apt/archives
RUN chmod g+rwX /opt/bitnami RUN chmod g+rwX /opt/bitnami
RUN mkdir -p /bitnami/kapacitor && chmod g+rwX /bitnami/kapacitor RUN mkdir -p /bitnami/kapacitor && chmod g+rwX /bitnami/kapacitor
ENV APP_VERSION="1.6.4" \ ENV APP_VERSION="1.6.5" \
BITNAMI_APP_NAME="kapacitor" \ BITNAMI_APP_NAME="kapacitor" \
KAPACITOR_DATA_DIR="/bitnami/kapacitor" \ KAPACITOR_DATA_DIR="/bitnami/kapacitor" \
KAPACITOR_LOAD_DIR="/bitnami/kapacitor/load" \ KAPACITOR_LOAD_DIR="/bitnami/kapacitor/load" \

View File

@@ -1,9 +1,9 @@
{ {
"kapacitor": { "kapacitor": {
"arch": "amd64", "arch": "amd64",
"digest": "321e72c79fdc169a7e0fa4e77eef76a9cc0bf4b52c9048fed16ab27f2ae22802", "digest": "11af3306192d2d6dc87cdf718ce16cbb602bfc25d40f1a98eaa5629c9b075979",
"distro": "debian-11", "distro": "debian-11",
"type": "NAMI", "type": "NAMI",
"version": "1.6.4-152" "version": "1.6.5-0"
} }
} }

View File

@@ -1,5 +1,5 @@
rolling-tags: rolling-tags:
- "1" - "1"
- "1-debian-11" - "1-debian-11"
- "1.6.4" - "1.6.5"
- "latest" - "latest"

View File

@@ -26,7 +26,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/). 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.6.4`, `1.6.4-debian-11-r28`, `latest` (1/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/kapacitor/1/debian-11/Dockerfile) * [`1`, `1-debian-11`, `1.6.5`, `1.6.5-debian-11-r0`, `latest` (1/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/kapacitor/1/debian-11/Dockerfile)
Subscribe to project updates by watching the [bitnami/containers GitHub repo](https://github.com/bitnami/containers). Subscribe to project updates by watching the [bitnami/containers GitHub repo](https://github.com/bitnami/containers).