feat: update nextcloud compose to v32.0.1
Some checks failed
OpenTofu deployments / authentik (push) Waiting to run
OpenTofu deployments / adguard (push) Waiting to run
checks / pre-commit (push) Failing after 12m33s
checks / k8s (push) Failing after 3s
checks / tflint (push) Failing after 1s

This commit is contained in:
cătălin 2025-11-02 13:02:28 +01:00
commit 24d65c75d9
No known key found for this signature in database
3 changed files with 8 additions and 8 deletions

View file

@ -1,18 +1,17 @@
FROM nextcloud:32.0.1-apache
RUN set -ex; \
\
apt-get update; \
apt-get install -y --no-install-recommends \
ffmpeg \
ghostscript \
libmagickcore-6.q16-6-extra \
libmagickcore-7.q16-10-extra \
procps \
smbclient \
supervisor \
vim \
clamav \
sudo \
libreoffice \
; \
rm -rf /var/lib/apt/lists/*
@ -23,15 +22,15 @@ RUN set -ex; \
apt-get update; \
apt-get install -y --no-install-recommends \
libbz2-dev \
libc-client-dev \
#libc-client-dev \
libkrb5-dev \
libsmbclient-dev \
; \
\
docker-php-ext-configure imap --with-kerberos --with-imap-ssl; \
#docker-php-ext-configure imap --with-kerberos --with-imap-ssl; \
docker-php-ext-install \
bz2 \
imap \
# imap \
; \
pecl install smbclient; \
docker-php-ext-enable smbclient; \

View file

@ -14,7 +14,7 @@ services:
- nextcloud
nextcloud:
image: git.roboces.dev/catalin/fukuops:nextcloud-31.0.6
image: git.roboces.dev/catalin/fukuops:nextcloud-32.0.1
volumes:
- /mnt/nas1/legacy-storage/cloud/cloud/data:/var/www/html/data
- /mnt/nas1/legacy-storage/cloud/cloud/config:/var/www/html/config

View file

@ -30,3 +30,4 @@ spec:
- https://kubetail-org.github.io/helm-charts/
- https://groundhog2k.github.io/helm-charts/
- registry-1.docker.io/cloudpirates
- https://vmware-tanzu.github.io/helm-charts/