From b86f2d92ebcc5767f482ac36e625d1ac7c11cb90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn-Michael=20Miehe?= <40151420+ldericher@users.noreply.github.com> Date: Thu, 5 Feb 2026 21:27:56 +0100 Subject: [PATCH] Update for Nextcloud version 32 - adjusted drone YML - upgrade s6 overlay 3.2.1.0 -> 3.2.2.0 --- .drone.yml | 16 ++++++++++++++++ Dockerfile | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 369ec4f..36d7472 100644 --- a/.drone.yml +++ b/.drone.yml @@ -169,6 +169,21 @@ steps: build_args: - NC_VERSION=31-fpm-alpine +- name: nextcloud 32 + image: plugins/docker + when: + branch: + - master + settings: + repo: yavook/kiwi-nextcloud + tags: 32 + username: + from_secret: DOCKER_USERNAME + password: + from_secret: DOCKER_PASSWORD + build_args: + - NC_VERSION=32-fpm-alpine + - name: parallelism provider image: alpine depends_on: @@ -183,3 +198,4 @@ steps: - nextcloud 29 - nextcloud 30 - nextcloud 31 + - nextcloud 32 diff --git a/Dockerfile b/Dockerfile index 9af4edb..e43f1c0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ LABEL maintainer="jmm@yavook.de" # https://github.com/just-containers/s6-overlay ######### -ARG S6_OVERLAY_VERSION=3.2.1.0 +ARG S6_OVERLAY_VERSION=3.2.2.0 ENV PATH=/command:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin RUN set -ex; \