nextcloud (sha256:6829cb44e7dd7aa4602b2377ecb27eafa533ea8e325b541f3e6862a9ee4701f4)
Installation
docker pull git.ami.sc/ami/nextcloud@sha256:6829cb44e7dd7aa4602b2377ecb27eafa533ea8e325b541f3e6862a9ee4701f4sha256:6829cb44e7dd7aa4602b2377ecb27eafa533ea8e325b541f3e6862a9ee4701f4Image layers
| KIWI 10.3.0 |
| ARG FEDORA_VERSION=44 |
| ARG PHP_VERSION=8.5 |
| RUN |2 FEDORA_VERSION=44 PHP_VERSION=8.5 /bin/sh -c dnf -y install "https://rpms.remirepo.net/fedora/remi-release-${FEDORA_VERSION}.rpm" && dnf -y config-manager setopt remi.enabled=1 && dnf -y module reset php && dnf -y module enable php:remi-${PHP_VERSION} # buildkit |
| RUN |2 FEDORA_VERSION=44 PHP_VERSION=8.5 /bin/sh -c dnf -y install "https://mirrors.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm" "https://mirrors.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm" && dnf -y config-manager setopt fedora-cisco-openh264.enabled=1 && dnf -y swap ffmpeg-free ffmpeg --allowerasing # buildkit |
| RUN |2 FEDORA_VERSION=44 PHP_VERSION=8.5 /bin/sh -c dnf -y update && dnf -y install which bind-utils ImageMagick php-cli php-fpm php-ctype php-curl php-dom php-fileinfo php-gd php-xml php-mbstring php-openssl php-posix php-session php-zip php-zlib php-pdo_pgsql php-intl php-sodium php-process php-apcu php-redis php-memcached php-pcntl php-phar php-exif php-imagick php-ldap php-smbclient php-ftp php-imap php-gmp php-opcache perl-Image-ExifTool && dnf clean all # buildkit |
| WORKDIR /app |
| RUN |2 FEDORA_VERSION=44 PHP_VERSION=8.5 /bin/sh -c sed -i "/memory_limit = 128M/c\memory_limit = 2G" /etc/php.ini && sed -i "/post_max_size = 8M/c\post_max_size = 16G" /etc/php.ini && sed -i "/upload_max_filesize = 2M/c\upload_max_filesize = 16G" /etc/php.ini && sed -i "/max_execution_time = 30/c\max_execution_time = 3600" /etc/php.ini && sed -i "/max_input_time = 60/c\max_input_time = 3600" /etc/php.ini && sed -i "/default_socket_timeout = 60/c\default_socket_timeout = 600" /etc/php.ini # buildkit |
| RUN |2 FEDORA_VERSION=44 PHP_VERSION=8.5 /bin/sh -c sed -i "/;opcache.memory_consumption=128/c\opcache.memory_consumption=256" /etc/php.d/10-opcache.ini && sed -i "/;opcache.interned_strings_buffer=8/c\opcache.interned_strings_buffer=64" /etc/php.d/10-opcache.ini && sed -i "/;opcache.revalidate_freq=2/c\opcache.revalidate_freq=60" /etc/php.d/10-opcache.ini && sed -i "/;opcache.max_accelerated_files=10000/c\opcache.max_accelerated_files=10000" /etc/php.d/10-opcache.ini && sed -i "/;opcache.save_comments=1/c\opcache.save_comments=1" /etc/php.d/10-opcache.ini && echo "opcache.jit = 1255" >> /etc/php.d/10-opcache.ini && echo "opcache.jit_buffer_size = 8M" >> /etc/php.d/10-opcache.ini # buildkit |
| RUN |2 FEDORA_VERSION=44 PHP_VERSION=8.5 /bin/sh -c sed -i "/;apc.enable_cli=0/c\apc.enable_cli=1" /etc/php.d/40-apcu.ini # buildkit |
| RUN |2 FEDORA_VERSION=44 PHP_VERSION=8.5 /bin/sh -c sed -i "/;redis.session.locking_enabled = 0/c\redis.session.locking_enabled = 1" /etc/php.d/50-redis.ini && sed -i "/;redis.session.lock_retries = 100/c\redis.session.lock_retries = -1" /etc/php.d/50-redis.ini && sed -i "/;redis.session.lock_wait_time = 20000/c\redis.session.lock_wait_time = 10000" /etc/php.d/50-redis.ini # buildkit |
| RUN |2 FEDORA_VERSION=44 PHP_VERSION=8.5 /bin/sh -c mkdir -p /run/php-fpm # buildkit |
| COPY nextcloud.conf /etc/php-fpm.d/nextcloud.conf # buildkit |
| COPY start.sh /app/start.sh # buildkit |
Labels
| Key | Value |
|---|---|
| io.buildah.version | 1.43.1 |
| org.opencontainers.image.licenses | MIT |
| org.opencontainers.image.title | fedora |
| org.opencontainers.image.url | https://fedoraproject.org/ |
| org.opencontainers.image.vendor | Fedora Project |
| org.opencontainers.image.version | 44 |
Details
2026-05-17 19:52:33 +00:00
Versions (1)
View all
Container
0
OCI / Docker
linux/amd64
MIT
536 MiB
2026-05-17
2026-05-17