Skip to content

Commit

Permalink
Release 7.7.9 - See CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tiredofit committed Aug 30, 2022
1 parent 9ecfda8 commit a87f2bd
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 7.7.9 2022-08-30 <dave at tiredofit dot ca>

### Added
- Zabbix Agent 6.2.2
- S6 Overlay 3.1.2.1
- GO Build 1.19


## 7.7.8 2022-08-17 <dave at tiredofit dot ca>

### Changed
Expand Down
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ ARG DEBIAN_VERSION=bullseye
FROM docker.io/debian:${DEBIAN_VERSION}
LABEL maintainer="Dave Conroy (github.com/tiredofit)"

ARG GOLANG_VERSION=1.18.5
ARG GOLANG_VERSION=1.19
ARG DOAS_VERSION
ARG FLUENTBIT_VERSION
ARG S6_OVERLAY_VERSION
ARG ZABBIX_VERSION

ENV FLUENTBIT_VERSION=${FLUENTBIT_VERSION:-"1.9.7"} \
S6_OVERLAY_VERSION=${S6_OVERLAY_VERSION:-"3.1.1.2"} \
ZABBIX_VERSION=${ZABBIX_VERSION:-"6.2.1"} \
S6_OVERLAY_VERSION=${S6_OVERLAY_VERSION:-"3.1.2.1"} \
ZABBIX_VERSION=${ZABBIX_VERSION:-"6.2.2"} \
DOAS_VERSION=${DOAS_VERSION:-"v6.8.2"} \
DEBUG_MODE=FALSE \
TIMEZONE=Etc/GMT \
Expand Down Expand Up @@ -52,7 +52,7 @@ RUN debArch=$(dpkg --print-architecture) && \
apt-get install -y --no-install-recommends \
apt-transport-https \
apt-utils \
# acl \
acl \
aptitude \
bash \
busybox-static \
Expand Down

0 comments on commit a87f2bd

Please sign in to comment.