Skip to content

Commit

Permalink
Release 7.6.9 - See CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tiredofit committed Jun 23, 2022
1 parent 4904b28 commit b0e799d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 7.6.9 2022-06-23 <dave at tiredofit dot ca>

### Added
- S6 Overlay 3.1.1.1
- Fluent Bit 1.9.5


## 7.6.8 2022-06-22 <dave at tiredofit dot ca>

### Changed
Expand Down
11 changes: 5 additions & 6 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ ARG S6_OVERLAY_VERSION
ARG ZABBIX_VERSION

### Set defaults
ENV FLUENTBIT_VERSION=${FLUENTBIT_VERSION:-"1.9.4"} \
S6_OVERLAY_VERSION=${S6_OVERLAY_VERSION:-"3.1.0.1"} \
ENV FLUENTBIT_VERSION=${FLUENTBIT_VERSION:-"1.9.5"} \
S6_OVERLAY_VERSION=${S6_OVERLAY_VERSION:-"3.1.1.1"} \
ZABBIX_VERSION=${ZABBIX_VERSION:-"6.0.5"} \
DOAS_VERSION=${DOAS_VERSION:-"v6.8.2"} \
DEBUG_MODE=FALSE \
Expand Down Expand Up @@ -289,13 +289,12 @@ RUN case "$(cat /etc/os-release | grep VERSION_ID | cut -d = -f 2 | cut -d . -f
chown -R 0755 /etc/cont-init.d && \
chown -R 0755 /etc/cont-finish.d && \
chmod -R 0755 /etc/services.d && \
sed -i "s|s6-rc -v2|s6-rc -v1|g" /package/admin/s6-overlay/etc/s6-linux-init/skel/rc.init && \
sed -i "s|s6-rc -v2|s6-rc -v1|g" /package/admin/s6-overlay/etc/s6-linux-init/skel/rc.shutdown && \
sed -i "s|echo|# echo |g" /package/admin/s6-overlay/etc/s6-rc/scripts/cont-init && \
sed -i "s|echo|# echo |g" /package/admin/s6-overlay/etc/s6-rc/scripts/cont-finish && \
sed -i "s|echo ' (no readiness notification)'|# echo ' (no readiness notification)'|g" /package/admin/s6-overlay/etc/s6-rc/scripts/services-up && \
sed -i "s|s6-echo -n|# s6-echo -n|g" /package/admin/s6-overlay/etc/s6-rc/scripts/services-up

sed -i "s|s6-echo -n|# s6-echo -n|g" /package/admin/s6-overlay/etc/s6-rc/scripts/services-up && \
sed -i "s|v=2|v=1|g" /package/admin/s6-overlay/etc/s6-linux-init/skel/rc.init && \
sed -i "s|v=2|v=1|g" /package/admin/s6-overlay/etc/s6-linux-init/skel/rc.shutdown

### Networking configuration
EXPOSE 2020/TCP 10050/TCP
Expand Down

0 comments on commit b0e799d

Please sign in to comment.