Sign inSign up

anym001/docker-nextcloud

By anym001

Updated 6 days ago

Official Nextcloud (apache) image with ffmpeg added — drop-in replacement, auto-updated.

Image
Content management system
0

973

anym001/docker-nextcloud repository overview

Nextcloud Docker Images (with ffmpeg)

Tests Build License: MIT Release GHCR Docker Hub

The official Nextcloud image (apache variant) with ffmpeg added — nothing else is changed.

Everything else is the original image, so all usage, configuration, environment variables and volumes are exactly as documented upstream. Please refer to the official documentation:

Usage

Use this image as a drop-in replacement for nextcloud — same tags, same configuration. Images are published to both GHCR and Docker Hub:

docker pull ghcr.io/anym001/docker-nextcloud:latest
docker pull anym001/docker-nextcloud:latest      # Docker Hub

Tags:

  • <version> — e.g. 34.0.0 (fixed, built for each official version)
  • <major> — e.g. 34 (rolling; tracks the newest patch of that major, like the official nextcloud:34)
  • latest — points to the newest official version

To confirm ffmpeg is available inside the container:

docker exec <container> ffmpeg -version

Automated Build System

New official Nextcloud versions are detected automatically on Docker Hub and rebuilt with ffmpeg; latest always points to the newest version.

  • release-check.yml — daily check of the official image tags; triggers a build when a newer stable apache version appears
  • build-docker.yml — builds the image and pushes it to GHCR and Docker Hub, then creates a GitHub Release
  • ci.yml — lints the Dockerfile and workflows and verifies that ffmpeg is present and runnable

Contributing

PRs are welcome — see CONTRIBUTING.md. Security issues: please report them privately, see SECURITY.md.

License

The contents of this repository (Dockerfile, workflows, and documentation) are licensed under the MIT License.

This project only packages the official Nextcloud image with an additional package; it does not modify or redistribute Nextcloud's source. Nextcloud and ffmpeg are distributed under their own licenses, and all upstream copyrights and trademarks remain with their respective owners.


Built with Claude Code.

Tag summary

Content type

Image

Digest

sha256:80769a428

Size

647.8 MB

Last updated

6 days ago

docker pull anym001/docker-nextcloud