Sign inSign up

readystack/nextcloud

By readystack

Updated 3 days ago

Production-ready Nextcloud in one command. All-in-one with PostgreSQL, Redis.

Image
0

3.8K

readystack/nextcloud repository overview

Nextcloud

Docker Scout: Grade A Fixable Critical/High CVEs: 0 Signed: cosign

readystack/nextcloud:v34.0.1-CE-debian-bookworm-r1

A hardened, cosign-signed, offline-rebuildable build of github.com/nextcloud/server v34.0.1 (AGPL-3.0-or-later), built clean-room from official upstream source by ReadyStack.

What you get

  • Docker Scout Grade A — all 8 default policies pass, 0 fixable Critical/High.
  • Signed — cosign signature by the ReadyStack release key; verify with cosign verify --key <(curl -fsSL https://readystack.dev/keys/cosign.pub) readystack/nextcloud:v34.0.1-CE-debian-bookworm-r1.
  • Built from source, non-root, on the current toolchain.

Pulling

docker pull readystack/nextcloud:v34.0.1-CE-debian-bookworm-r1

Deployment

Single container (Apache + mod_php, one foreground process) running Nextcloud Server. SELF-CONTAINED: the default database is a self-managed EMBEDDED SQLite file under /var/www/html/data — the image IS the complete running instance, no external DB and no sidecar required. (Operators MAY instead point Nextcloud at an external MySQL/MariaDB or PostgreSQL for larger deployments, but the CE image ships SQLite-default.) NOT a multi-service cluster, NOT docker-compose/Kubernetes-only.

docker run -d --name nextcloud -p 8080:8080 -e NEXTCLOUD_ADMIN_USER=admin -e NEXTCLOUD_ADMIN_PASSWORD=YOUR_STRONG_PASSWORD -e NEXTCLOUD_TRUSTED_DOMAINS='localhost 127.0.0.1 cloud.example.com' -v nextcloud-data:/var/www/html/data -v nextcloud-config:/var/www/html/config readystack/nextcloud:v34.0.1-CE-debian-bookworm-r1   (or omit the admin env and complete the web setup wizard on first visit)

The full ReadyStack Agent-ready Archive

The complete --network=none build kit to recreate this exact image yourself — plus admin/DB/API handbooks, seed data, a validated test suite, and signed provenance — is at readystack.dev/buy.html.

— ReadyStack · readystack.dev

Tag summary

Content type

Image

Digest

sha256:c956fab4a

Size

356.9 MB

Last updated

3 days ago

docker pull readystack/nextcloud:v34.0.3-CE-debian-bookworm-r1