[bitnami/kapacitor] Release 1.6.5-debian-11-r61 (#24229)

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot
2023-02-17 16:05:35 +01:00
committed by GitHub
parent 53551b4d83
commit ad47e2ee52
3 changed files with 8 additions and 8 deletions

View File

@@ -2,11 +2,11 @@ FROM docker.io/bitnami/minideb:bullseye
ARG TARGETARCH
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
org.opencontainers.image.description="Application packaged by Bitnami" \
LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bullseye" \
org.opencontainers.image.created="2023-02-17T14:55:59Z" \
org.opencontainers.image.description="Application packaged by VMware, Inc" \
org.opencontainers.image.licenses="Apache-2.0" \
org.opencontainers.image.ref.name="1.6.5-debian-11-r60" \
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/kapacitor" \
org.opencontainers.image.ref.name="1.6.5-debian-11-r61" \
org.opencontainers.image.title="kapacitor" \
org.opencontainers.image.vendor="VMware, Inc." \
org.opencontainers.image.version="1.6.5"
@@ -22,7 +22,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
RUN install_packages ca-certificates curl procps
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
COMPONENTS=( \
"kapacitor-1.6.5-3-linux-${OS_ARCH}-debian-11" \
"kapacitor-1.6.5-4-linux-${OS_ARCH}-debian-11" \
) && \
for COMPONENT in "${COMPONENTS[@]}"; do \
if [ ! -f "${COMPONENT}.tar.gz" ]; then \

View File

@@ -1,9 +1,9 @@
{
"kapacitor": {
"arch": "amd64",
"digest": "a94190fb4fd76a9a5e935b29bc16896206ca8fda3790aedc3e7f8ee8880e1367",
"digest": "9e298ebea32f539a5032e7a50080f4406984aa7dd00868b7d2fb004ba2001b2e",
"distro": "debian-11",
"type": "NAMI",
"version": "1.6.5-3"
"version": "1.6.5-4"
}
}

View File

@@ -65,7 +65,7 @@ docker run \
## Configuration
## Running commands
### Running commands
The container has the `kapacitor`, `kapacitord` and `tickfmt` commands available. To run commands inside this container you can use `docker run`, for example to execute `kapacitord --help` you can follow the example below: