Skip to content

Commit

Permalink
Release 7.7.53 - See CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tiredofit committed Mar 16, 2023
1 parent aa35e4e commit 87283b7
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 7.7.53 2023-03-16 <dave at tiredofit dot ca>

### Added
- Fluent-bit 2.0.10
- Use Golang 1.20.1 for building again


## 7.7.52 2023-03-07 <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 @@ -3,15 +3,15 @@ ARG ALPINE_VERSION=3.17
FROM docker.io/alpine:${ALPINE_VERSION}
LABEL maintainer="Dave Conroy (github.com/tiredofit)"

ARG GOLANG_VERSION=1.19.6
ARG GOLANG_VERSION=1.20.1
ARG DOAS_VERSION
ARG FLUENTBIT_VERSION
ARG S6_OVERLAY_VERSION
ARG YQ_VERSION
ARG ZABBIX_VERSION

### Set defaults
ENV FLUENTBIT_VERSION=${FLUENTBIT_VERSION:-"2.0.9"} \
ENV FLUENTBIT_VERSION=${FLUENTBIT_VERSION:-"2.0.10"} \
S6_OVERLAY_VERSION=${S6_OVERLAY_VERSION:-"3.1.4.1"} \
YQ_VERSION=${YQ_VERSION:-"v4.31.2"} \
ZABBIX_VERSION=${ZABBIX_VERSION:-"6.4.0"} \
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -364,6 +364,8 @@ FIREWALL_RULE_01=-I INPUT -p tcp -m tcp -s 0.0.0.0/0 --dport 389 -j DROP

Instead of relying on environment variables one can put a `iptables-restore` compatible ruleset below and it will be imported on container start.

| Parameter | Description | Default |
| --------------------------- | ---------------------------------------------------------------------------------- | ---------------------------------------------- |
| `IPTABLES_RULES_PATH` | Path for IPTables Rules | `/assets/iptables/` |
| `IPTABLES_RULES_FILE` | IPTables Rules File to restore if exists on container start | `iptables.rules` |

Expand Down

0 comments on commit 87283b7

Please sign in to comment.