File tree Expand file tree Collapse file tree 6 files changed +18
-18
lines changed
Expand file tree Collapse file tree 6 files changed +18
-18
lines changed Original file line number Diff line number Diff line change 33
44FROM alpine:3.19
55LABEL maintainer
"Fluentd developers <[email protected] >" 6- LABEL Description="Fluentd docker image" Vendor="Fluent Organization" Version="1.16.10 "
6+ LABEL Description="Fluentd docker image" Vendor="Fluent Organization" Version="1.16.11 "
77
88# Do not split this into multiple RUN!
99# Docker creates a layer for every RUN-Statement
@@ -19,10 +19,10 @@ RUN apk update \
1919 && echo 'gem: --no-document' >> /etc/gemrc \
2020 && gem install oj -v 3.16.1 \
2121 && gem install json -v 2.6.3 \
22- && gem install rexml -v 3.4.0 \
22+ && gem install rexml -v 3.4.4 \
2323 && gem install async -v 1.31.0 \
2424 && gem install async-http -v 0.60.2 \
25- && gem install fluentd -v 1.16.10 \
25+ && gem install fluentd -v 1.16.11 \
2626 && gem install bigdecimal -v 1.4.4 \
2727 && apk del .build-deps \
2828 && rm -rf /var/cache/apk/* \
Original file line number Diff line number Diff line change 55FROM golang:alpine AS builder
66FROM --platform=linux/arm64 arm64v8/ruby:3.2-slim-bookworm
77LABEL maintainer
"Fluentd developers <[email protected] >" 8- LABEL Description="Fluentd docker image" Vendor="Fluent Organization" Version="1.16.10 "
8+ LABEL Description="Fluentd docker image" Vendor="Fluent Organization" Version="1.16.11 "
99ENV TINI_VERSION=0.18.0
1010
1111# Do not split this into multiple RUN!
@@ -22,10 +22,10 @@ RUN apt-get update \
2222 && echo 'gem: --no-document' >> /etc/gemrc \
2323 && gem install oj -v 3.16.1 \
2424 && gem install json -v 2.6.3 \
25- && gem install rexml -v 3.4.0 \
25+ && gem install rexml -v 3.4.4 \
2626 && gem install async -v 1.31.0 \
2727 && gem install async-http -v 0.60.2 \
28- && gem install fluentd -v 1.16.10 \
28+ && gem install fluentd -v 1.16.11 \
2929 && dpkgArch="$(dpkg --print-architecture | awk -F- '{ print $NF }')" \
3030 && wget -O /usr/local/bin/tini "https://github.com/krallin/tini/releases/download/v$TINI_VERSION/tini-$dpkgArch" \
3131 && wget -O /usr/local/bin/tini.asc "https://github.com/krallin/tini/releases/download/v$TINI_VERSION/tini-$dpkgArch.asc" \
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ RUN curl -sL -o qemu-3.0.0+resin-arm.tar.gz https://github.com/balena-io/qemu/re
1111FROM --platform=linux/arm/v7 arm32v7/ruby:3.2-slim-bookworm
1212COPY --from=builder /go/qemu-arm-static /usr/bin/
1313LABEL maintainer
"Fluentd developers <[email protected] >" 14- LABEL Description="Fluentd docker image" Vendor="Fluent Organization" Version="1.16.10 "
14+ LABEL Description="Fluentd docker image" Vendor="Fluent Organization" Version="1.16.11 "
1515ARG CROSS_BUILD_START="cross-build-start"
1616ARG CROSS_BUILD_END="cross-build-end"
1717RUN [ ${CROSS_BUILD_START} ]
@@ -31,10 +31,10 @@ RUN apt-get update \
3131 && echo 'gem: --no-document' >> /etc/gemrc \
3232 && gem install oj -v 3.16.1 \
3333 && gem install json -v 2.6.3 \
34- && gem install rexml -v 3.4.0 \
34+ && gem install rexml -v 3.4.4 \
3535 && gem install async -v 1.31.0 \
3636 && gem install async-http -v 0.60.2 \
37- && gem install fluentd -v 1.16.10 \
37+ && gem install fluentd -v 1.16.11 \
3838 && dpkgArch="$(dpkg --print-architecture | awk -F- '{ print $NF }')" \
3939 && wget -O /usr/local/bin/tini "https://github.com/krallin/tini/releases/download/v$TINI_VERSION/tini-$dpkgArch" \
4040 && wget -O /usr/local/bin/tini.asc "https://github.com/krallin/tini/releases/download/v$TINI_VERSION/tini-$dpkgArch.asc" \
Original file line number Diff line number Diff line change 33
44FROM ruby:3.2-slim-bookworm
55LABEL maintainer
"Fluentd developers <[email protected] >" 6- LABEL Description="Fluentd docker image" Vendor="Fluent Organization" Version="1.16.10 "
6+ LABEL Description="Fluentd docker image" Vendor="Fluent Organization" Version="1.16.11 "
77ENV TINI_VERSION=0.18.0
88
99# Do not split this into multiple RUN!
@@ -20,10 +20,10 @@ RUN apt-get update \
2020 && echo 'gem: --no-document' >> /etc/gemrc \
2121 && gem install oj -v 3.16.1 \
2222 && gem install json -v 2.6.3 \
23- && gem install rexml -v 3.4.0 \
23+ && gem install rexml -v 3.4.4 \
2424 && gem install async -v 1.31.0 \
2525 && gem install async-http -v 0.60.2 \
26- && gem install fluentd -v 1.16.10 \
26+ && gem install fluentd -v 1.16.11 \
2727 && dpkgArch="$(dpkg --print-architecture | awk -F- '{ print $NF }')" \
2828 && wget -O /usr/local/bin/tini "https://github.com/krallin/tini/releases/download/v$TINI_VERSION/tini-$dpkgArch" \
2929 && wget -O /usr/local/bin/tini.asc "https://github.com/krallin/tini/releases/download/v$TINI_VERSION/tini-$dpkgArch.asc" \
Original file line number Diff line number Diff line change 33
44FROM mcr.microsoft.com/dotnet/framework/runtime:4.8-windowsservercore-ltsc2019
55LABEL maintainer
"Fluentd developers <[email protected] >" 6- LABEL Description="Fluentd docker image" Vendor="Fluent Organization" Version="1.16.10 "
6+ LABEL Description="Fluentd docker image" Vendor="Fluent Organization" Version="1.16.11 "
77
88# Do not split this into multiple RUN!
99# Docker creates a layer for every RUN-Statement
@@ -17,8 +17,8 @@ RUN refreshenv \
1717&& echo gem: --no-document >> C:\P rogramData\g emrc \
1818&& gem install oj -v 3.16.1 \
1919&& gem install json -v 2.6.3 \
20- && gem install rexml -v 3.4.0 \
21- && gem install fluentd -v 1.16.10 \
20+ && gem install rexml -v 3.4.4 \
21+ && gem install fluentd -v 1.16.11 \
2222&& gem install win32-service -v 2.3.2 \
2323&& gem install win32-ipc -v 0.7.0 \
2424&& gem install win32-event -v 0.6.3 \
Original file line number Diff line number Diff line change 33
44FROM mcr.microsoft.com/dotnet/framework/runtime:4.8-windowsservercore-ltsc2022
55LABEL maintainer
"Fluentd developers <[email protected] >" 6- LABEL Description="Fluentd docker image" Vendor="Fluent Organization" Version="1.16.10 "
6+ LABEL Description="Fluentd docker image" Vendor="Fluent Organization" Version="1.16.11 "
77
88# Do not split this into multiple RUN!
99# Docker creates a layer for every RUN-Statement
@@ -17,8 +17,8 @@ RUN refreshenv \
1717&& echo gem: --no-document >> C:\P rogramData\g emrc \
1818&& gem install oj -v 3.16.1 \
1919&& gem install json -v 2.6.3 \
20- && gem install rexml -v 3.4.0 \
21- && gem install fluentd -v 1.16.10 \
20+ && gem install rexml -v 3.4.4 \
21+ && gem install fluentd -v 1.16.11 \
2222&& gem install win32-service -v 2.3.2 \
2323&& gem install win32-ipc -v 0.7.0 \
2424&& gem install win32-event -v 0.6.3 \
You can’t perform that action at this time.
0 commit comments