Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[bitnami/fluentd] Release 1.16.2-debian-11-r0 #41118

Merged
merged 1 commit into from
Jul 14, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions bitnami/fluentd/1/debian-11/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ FROM docker.io/bitnami/minideb:bullseye
ARG TARGETARCH

LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bullseye" \
org.opencontainers.image.created="2023-07-11T17:16:50Z" \
org.opencontainers.image.created="2023-07-14T11:23:00Z" \
org.opencontainers.image.description="Application packaged by VMware, Inc" \
org.opencontainers.image.licenses="Apache-2.0" \
org.opencontainers.image.ref.name="1.16.1-debian-11-r29" \
org.opencontainers.image.ref.name="1.16.2-debian-11-r0" \
org.opencontainers.image.title="fluentd" \
org.opencontainers.image.vendor="VMware, Inc." \
org.opencontainers.image.version="1.16.1"
org.opencontainers.image.version="1.16.2"

ENV HOME="/" \
OS_ARCH="${TARGETARCH:-amd64}" \
Expand All @@ -26,7 +26,7 @@ RUN install_packages ca-certificates curl libcrypt1 libgcc-s1 libjemalloc-dev li
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
COMPONENTS=( \
"ruby-3.1.4-3-linux-${OS_ARCH}-debian-11" \
"fluentd-1.16.1-3-linux-${OS_ARCH}-debian-11" \
"fluentd-1.16.2-0-linux-${OS_ARCH}-debian-11" \
) && \
for COMPONENT in "${COMPONENTS[@]}"; do \
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
Expand All @@ -44,7 +44,7 @@ RUN chmod g+rwX /opt/bitnami

COPY rootfs /
RUN /opt/bitnami/scripts/fluentd/postunpack.sh
ENV APP_VERSION="1.16.1" \
ENV APP_VERSION="1.16.2" \
BITNAMI_APP_NAME="fluentd" \
GEM_HOME="/opt/bitnami/fluentd" \
PATH="/opt/bitnami/ruby/bin:/opt/bitnami/fluentd/bin:$PATH"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"arch": "amd64",
"distro": "debian-11",
"type": "NAMI",
"version": "1.16.1-3"
"version": "1.16.2-0"
},
"ruby": {
"arch": "amd64",
Expand Down
2 changes: 1 addition & 1 deletion bitnami/fluentd/1/debian-11/tags-info.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
rolling-tags:
- "1"
- 1-debian-11
- 1.16.1
- 1.16.2
- latest
Loading