(simatec) Piler v1.4.4 added

This commit is contained in:
simatec 2023-09-19 12:43:04 +02:00
parent e6a0e4e950
commit 95c455f371
5 changed files with 7 additions and 6 deletions

View file

@ -152,6 +152,9 @@ To leave the container on the console you have to execute 2x `exit`.
## Changelog
### 0.9.2 (19.09.2023)
* (simatec) Piler v1.4.4 updated
### 0.9.1 (23.01.2023)
* (simatec) Piler updated

View file

@ -15,7 +15,7 @@ COPY ${PACKAGE} /
RUN apt-get update && \
apt-get -y --no-install-recommends install \
wget rsyslog openssl sysstat php8.1-cli php8.1-cgi php8.1-mysql php8.1-fpm php8.1-zip php8.1-ldap \
wget openssl sysstat php8.1-cli php8.1-cgi php8.1-mysql php8.1-fpm php8.1-zip php8.1-ldap \
php8.1-gd php8.1-curl php8.1-xml php8.1-memcached catdoc unrtf poppler-utils nginx tnef sudo libzip4 \
libtre5 cron libmariadb-dev mariadb-client-core-10.6 python3 python3-mysqldb ca-certificates curl && \
wget https://repo.manticoresearch.com/manticore-repo.noarch.deb && \
@ -25,7 +25,6 @@ RUN apt-get update && \
apt-get install -y manticore manticore-columnar-lib && \
apt-get clean && \
rm -rf /var/lib/apt/lists/* && \
sed -i 's/mail.[iwe].*//' /etc/rsyslog.conf && \
sed -i '/session required pam_loginuid.so/c\#session required pam_loginuid.so' /etc/pam.d/cron && \
dpkg -i ${PACKAGE} && \
touch /etc/piler/MANTICORE && \

View file

@ -1,10 +1,10 @@
# Piler Package
PILER_PACKAGE="piler_1.4.3-jammy-38d8b519_amd64.deb"
PILER_PACKAGE="piler_1.4.4-jammy-553ebb4f_amd64.deb"
# Piler Version
PILER_VERSION="1.4.3"
PILER_VERSION="1.4.4"
# MariaDB Version

View file

@ -170,7 +170,6 @@ create_my_cnf_files() {
start_services() {
rsyslogd
service cron start
service php8.1-fpm start
service nginx start

View file

@ -67,7 +67,7 @@ MAILCOW_HOST="mail.example.com"
# Piler Version
PILER_VERSION="1.4.3"
PILER_VERSION="1.4.4"
# MariaDB Version