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

View file

@ -14,7 +14,7 @@ services:
- nextcloud - nextcloud
nextcloud: nextcloud:
image: git.roboces.dev/catalin/fukuops:nextcloud-31.0.6 image: git.roboces.dev/catalin/fukuops:nextcloud-32.0.1
volumes: volumes:
- /mnt/nas1/legacy-storage/cloud/cloud/data:/var/www/html/data - /mnt/nas1/legacy-storage/cloud/cloud/data:/var/www/html/data
- /mnt/nas1/legacy-storage/cloud/cloud/config:/var/www/html/config - /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://kubetail-org.github.io/helm-charts/
- https://groundhog2k.github.io/helm-charts/ - https://groundhog2k.github.io/helm-charts/
- registry-1.docker.io/cloudpirates - registry-1.docker.io/cloudpirates
- https://vmware-tanzu.github.io/helm-charts/