mirror of
https://github.com/bitnami/containers.git
synced 2026-03-16 06:49:12 +08:00
[bitnami/fluent-bit] Release 2.0.8-debian-11-r0 (#17884)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
@@ -4,11 +4,11 @@ ARG TARGETARCH
|
|||||||
|
|
||||||
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="2.0.7-debian-11-r0" \
|
org.opencontainers.image.ref.name="2.0.8-debian-11-r0" \
|
||||||
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/fluent-bit" \
|
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/fluent-bit" \
|
||||||
org.opencontainers.image.title="fluent-bit" \
|
org.opencontainers.image.title="fluent-bit" \
|
||||||
org.opencontainers.image.vendor="VMware, Inc." \
|
org.opencontainers.image.vendor="VMware, Inc." \
|
||||||
org.opencontainers.image.version="2.0.7"
|
org.opencontainers.image.version="2.0.8"
|
||||||
|
|
||||||
ENV HOME="/" \
|
ENV HOME="/" \
|
||||||
OS_ARCH="${TARGETARCH:-amd64}" \
|
OS_ARCH="${TARGETARCH:-amd64}" \
|
||||||
@@ -21,7 +21,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
|||||||
RUN install_packages ca-certificates curl libgcc-s1 libgcrypt20 libgpg-error0 liblz4-1 liblzma5 libsasl2-2 libssl1.1 libsystemd0 libyaml-0-2 libzstd1 procps zlib1g
|
RUN install_packages ca-certificates curl libgcc-s1 libgcrypt20 libgpg-error0 liblz4-1 liblzma5 libsasl2-2 libssl1.1 libsystemd0 libyaml-0-2 libzstd1 procps zlib1g
|
||||||
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
|
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
|
||||||
COMPONENTS=( \
|
COMPONENTS=( \
|
||||||
"fluent-bit-2.0.7-0-linux-${OS_ARCH}-debian-11" \
|
"fluent-bit-2.0.8-0-linux-${OS_ARCH}-debian-11" \
|
||||||
) && \
|
) && \
|
||||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||||
@@ -38,7 +38,7 @@ RUN apt-get autoremove --purge -y curl && \
|
|||||||
RUN chmod g+rwX /opt/bitnami
|
RUN chmod g+rwX /opt/bitnami
|
||||||
RUN chown -R 1001:1001 /opt/bitnami/fluent-bit
|
RUN chown -R 1001:1001 /opt/bitnami/fluent-bit
|
||||||
|
|
||||||
ENV APP_VERSION="2.0.7" \
|
ENV APP_VERSION="2.0.8" \
|
||||||
BITNAMI_APP_NAME="fluent-bit" \
|
BITNAMI_APP_NAME="fluent-bit" \
|
||||||
PATH="/opt/bitnami/fluent-bit/bin:$PATH"
|
PATH="/opt/bitnami/fluent-bit/bin:$PATH"
|
||||||
|
|
||||||
|
|||||||
@@ -1,9 +1,9 @@
|
|||||||
{
|
{
|
||||||
"fluent-bit": {
|
"fluent-bit": {
|
||||||
"arch": "amd64",
|
"arch": "amd64",
|
||||||
"digest": "ce1dfdefab5b6801554c4398e7b0abad8f68ade27f050c39703426c2107e066e",
|
"digest": "9b86e4081f1354536fac1c939fcb5e722df68f9acdd5af4207b266d5ca488171",
|
||||||
"distro": "debian-11",
|
"distro": "debian-11",
|
||||||
"type": "NAMI",
|
"type": "NAMI",
|
||||||
"version": "2.0.7-0"
|
"version": "2.0.8-0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
rolling-tags:
|
rolling-tags:
|
||||||
- "2"
|
- "2"
|
||||||
- "2-debian-11"
|
- "2-debian-11"
|
||||||
- "2.0.7"
|
- "2.0.8"
|
||||||
- "latest"
|
- "latest"
|
||||||
|
|||||||
Reference in New Issue
Block a user