realies/nextcloud

By realies

Updated about 9 hours ago

Official Nextcloud Images + FFmpeg

Image
0

50K+

realies/nextcloud repository overview

Nextcloud Docker with FFmpeg

GitHub Last Commit GitHub Workflow Status Docker Pulls Docker Image Size

Automated builds of official Nextcloud Docker images with FFmpeg pre-installed for video thumbnail generation and media processing (required by apps like Memories).

Features

  • 🔄 Automated builds — rebuilds only when upstream Nextcloud images change
  • 🏷️ All official tagslatest, fpm, apache, stable, production, alpine variants, etc.
  • 🎬 FFmpeg included — enables video previews and transcoding
  • 🖥️ Multi-architecture — supports all architectures where FFmpeg is available

Usage

Drop-in replacement for the official image:

docker pull realies/nextcloud:latest

Or in your docker-compose.yml:

services:
  nextcloud:
    image: realies/nextcloud:fpm
    # ... rest of your config

Available Tags

All non-versioned tags from the official Nextcloud image are available:

TagBaseDescription
latestDebianLatest stable with Apache
apacheDebianApache variant
fpmDebianPHP-FPM variant
fpm-alpineAlpinePHP-FPM on Alpine Linux
stableDebianStable release with Apache
stable-fpmDebianStable with PHP-FPM
stable-fpm-alpineAlpineStable PHP-FPM on Alpine
productionDebianProduction release with Apache
production-fpmDebianProduction with PHP-FPM
production-fpm-alpineAlpineProduction PHP-FPM on Alpine

How It Works

A GitHub Actions workflow runs daily and:

  1. Checks each upstream Nextcloud tag for changes
  2. Tests FFmpeg package availability per architecture
  3. Builds only for architectures where FFmpeg is available
  4. Pushes multi-arch images to Docker Hub

Images are only rebuilt when the upstream base image actually changes, so Portainer and similar tools won't show false update notifications.

Tag summary

Content type

Image

Digest

sha256:640967ff6

Size

633.4 MB

Last updated

about 9 hours ago

docker pull realies/nextcloud:production