Skip to content

v2026.6.2

Latest

Choose a tag to compare

@joshtrichards joshtrichards released this 11 Jun 12:39
701b437

This release introduces Nextcloud Server 34.0.0 and promotes it to the default latest channel. It also updates Alpine-based FPM variants for maintained branches to Alpine 3.24. Please follow your usual best practices when evaluating deployment to production.

What's Changed

  • Add Nextcloud Server 34.0.0 images (apache, fpm, and fpm-alpine)
  • Promote latest (default) to Nextcloud 34.0.0 (34.0.0-apache)
  • Keep stable / production on Nextcloud 33.0.5
  • Update 32-fpm-alpine and 33-fpm-alpine base images from Alpine 3.23 to Alpine 3.24
    • The new 34-fpm-alpine uses Alpine 3.24 from initial release

Image channels

Channel Server Branch Server Version Apache FPM FPM Alpine
latest (default, Apache) 34 34.0.0 34.0.0-apache 34.0.0-fpm 34.0.0-fpm-alpine
stable / production 33 33.0.5 33.0.5-apache 33.0.5-fpm 33.0.5-fpm-alpine
34 / 34.0 34 34.0.0 34.0.0-apache 34.0.0-fpm 34.0.0-fpm-alpine
33 / 33.0 33 33.0.5 33.0.5-apache 33.0.5-fpm 33.0.5-fpm-alpine
32 / 32.0 32 32.0.11 32.0.11-apache 32.0.11-fpm 32.0.11-fpm-alpine

Additional details regarding image variants, tags, supported architectures, updating, and immutability are available here: https://github.com/nextcloud/docker/wiki#nextcloud-docker-image-variants

Details

Contributors