Skip to content

Commit

Permalink
Release 7.6.6 - See CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tiredofit committed Jun 15, 2022
1 parent 80f287d commit 2fffb22
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 7.6.6 2022-06-15 <dave at tiredofit dot ca>

### Added
- Fluent-bit 1.9.4


## 7.6.5 2022-06-03 <dave at tiredofit dot ca>

### Added
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ARG S6_OVERLAY_VERSION
ARG ZABBIX_VERSION

### Set defaults
ENV FLUENTBIT_VERSION=${FLUENTBIT_VERSION:-"1.8.15"} \
ENV FLUENTBIT_VERSION=${FLUENTBIT_VERSION:-"1.9.4"} \
S6_OVERLAY_VERSION=${S6_OVERLAY_VERSION:-"3.1.0.1"} \
ZABBIX_VERSION=${ZABBIX_VERSION:-"6.0.5"} \
DOAS_VERSION=${DOAS_VERSION:-"v6.8.2"} \
Expand Down Expand Up @@ -187,7 +187,7 @@ RUN case "$(cat /etc/os-release | grep VERSION_ID | cut -d = -f 2 | cut -d . -f
curl -sSL https://github.com/fluent/fluent-bit/archive/v${FLUENTBIT_VERSION}.tar.gz | tar xfz - --strip 1 -C /usr/src/fluentbit && \
cd /usr/src/fluentbit && \
curl -sSL https://git.alpinelinux.org/aports/plain/testing/fluent-bit/chunkio-static-lib-fts.patch | patch -p1 && \
curl -sSL https://git.alpinelinux.org/aports/plain/testing/fluent-bit/10-def-core-stack-size.patch | patch -p1 && \
# curl -sSL https://git.alpinelinux.org/aports/plain/testing/fluent-bit/10-def-core-stack-size.patch | patch -p1 && \
cmake \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=lib \
Expand Down

0 comments on commit 2fffb22

Please sign in to comment.