1
0
Fork 0
mirror of https://github.com/yavook/kiwi-nextcloud.git synced 2026-02-24 19:50:16 +00:00

Update for Nextcloud version 32

- adjusted drone YML
- upgrade s6 overlay 3.2.1.0 -> 3.2.2.0
This commit is contained in:
Jörn-Michael Miehe 2026-02-05 21:27:56 +01:00
parent 68300c5bae
commit b86f2d92eb
2 changed files with 17 additions and 1 deletions

View file

@ -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

View file

@ -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; \