File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 1+ ## 15-3.2.1 2023-06-16 <dave at tiredofit dot ca >
2+
3+ ### Reverted
4+ - Stop including llvm dependencies
5+
6+
17## 15-3.2.0 2023-05-10 <dave at tiredofit dot ca >
28
39 ### Added
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ LABEL maintainer="Dave Conroy (github.com/tiredofit)"
77ARG POSTGRES_VERSION
88ARG POSTGRES_ZABBIX_PLUGIN_VERSION
99ENV POSTGRES_VERSION=${POSTGRES_VERSION:-"15.3" } \
10- POSTGRES_ZABBIX_PLUGIN_VERSION=${POSTGRES_ZABBIX_PLUGIN_VERSION:-"6.4.2 " } \
10+ POSTGRES_ZABBIX_PLUGIN_VERSION=${POSTGRES_ZABBIX_PLUGIN_VERSION:-"6.4.3 " } \
1111 CONTAINER_ENABLE_MESSAGING=FALSE \
1212 IMAGE_NAME="tiredofit/postgres:15" \
1313 IMAGE_REPO_URL="https://github.com/tiredofit/docker-postgres/"
@@ -36,7 +36,7 @@ RUN source /assets/functions/00-container && \
3636 libxml2-dev \
3737 libxslt-dev \
3838 linux-headers \
39- llvm-dev \
39+ # llvm-dev \
4040 lz4-dev \
4141 make \
4242 openldap-dev \
@@ -94,7 +94,7 @@ RUN source /assets/functions/00-container && \
9494 --with-ldap \
9595 --with-libxml \
9696 --with-libxslt \
97- --with-llvm \
97+ # --with-llvm \
9898 --with-lz4 \
9999 --with-openssl \
100100 --with-perl \
You can’t perform that action at this time.
0 commit comments