Skip to content

Add Nextcloud 35 development image workflow - #46

Draft
henmohr wants to merge 1 commit into
mainfrom
agent/nextcloud-35-development
Draft

Add Nextcloud 35 development image workflow#46
henmohr wants to merge 1 commit into
mainfrom
agent/nextcloud-35-development

Conversation

@henmohr

@henmohr henmohr commented Aug 17, 2026

Copy link
Copy Markdown
Contributor

What changed

  • adds a dedicated Dockerfile for the Nextcloud 35 development build
  • downloads the official latest-master daily archive and verifies its SHA-512 checksum
  • refuses to build if the archive is no longer major version 35
  • includes postgresql-client, which provides pg_dump
  • adds an isolated GitHub Actions workflow that publishes only ghcr.io/librecodecoop/nextcloud-docker-app:35 for linux/amd64

Why

Nextcloud 35 is still a development release and does not have an official nextcloud:35-fpm image. This keeps the development image separate from the existing release workflow and prevents changes to the web image or current tags.

Validation

  • actionlint .github/workflows/nextcloud-35-development.yml
  • complete BuildKit build for linux/amd64 with cache-only output
  • SHA-512 validation succeeded
  • downloaded archive reported major version 35

Signed-off-by: henmohr <henriquemohr@redes.ufsm.br>
@henmohr
henmohr force-pushed the agent/nextcloud-35-development branch from b5ecbf4 to 563b391 Compare August 17, 2026 20:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant