mirror of
https://github.com/yavook/kiwi-nextcloud.git
synced 2026-08-06 00:28:48 +00:00
Update for Nextcloud versions 33, 34
- removed NC 2x (use `nextcloud:2x-fpm-alpine` for updating old instances) - s6 overlay 3.2.2.0 -> 3.2.3.2
This commit is contained in:
parent
b86f2d92eb
commit
8118a1a362
2 changed files with 33 additions and 113 deletions
144
.drone.yml
144
.drone.yml
|
|
@ -34,111 +34,6 @@ steps:
|
||||||
build_args:
|
build_args:
|
||||||
- NC_VERSION=fpm-alpine
|
- NC_VERSION=fpm-alpine
|
||||||
|
|
||||||
- name: nextcloud 23
|
|
||||||
image: plugins/docker
|
|
||||||
when:
|
|
||||||
branch:
|
|
||||||
- master
|
|
||||||
settings:
|
|
||||||
repo: yavook/kiwi-nextcloud
|
|
||||||
tags: 23
|
|
||||||
username:
|
|
||||||
from_secret: DOCKER_USERNAME
|
|
||||||
password:
|
|
||||||
from_secret: DOCKER_PASSWORD
|
|
||||||
build_args:
|
|
||||||
- NC_VERSION=23-fpm-alpine
|
|
||||||
|
|
||||||
- name: nextcloud 24
|
|
||||||
image: plugins/docker
|
|
||||||
when:
|
|
||||||
branch:
|
|
||||||
- master
|
|
||||||
settings:
|
|
||||||
repo: yavook/kiwi-nextcloud
|
|
||||||
tags: 24
|
|
||||||
username:
|
|
||||||
from_secret: DOCKER_USERNAME
|
|
||||||
password:
|
|
||||||
from_secret: DOCKER_PASSWORD
|
|
||||||
build_args:
|
|
||||||
- NC_VERSION=24-fpm-alpine
|
|
||||||
|
|
||||||
- name: nextcloud 25
|
|
||||||
image: plugins/docker
|
|
||||||
when:
|
|
||||||
branch:
|
|
||||||
- master
|
|
||||||
settings:
|
|
||||||
repo: yavook/kiwi-nextcloud
|
|
||||||
tags: 25
|
|
||||||
username:
|
|
||||||
from_secret: DOCKER_USERNAME
|
|
||||||
password:
|
|
||||||
from_secret: DOCKER_PASSWORD
|
|
||||||
build_args:
|
|
||||||
- NC_VERSION=25-fpm-alpine
|
|
||||||
|
|
||||||
- name: nextcloud 26
|
|
||||||
image: plugins/docker
|
|
||||||
when:
|
|
||||||
branch:
|
|
||||||
- master
|
|
||||||
settings:
|
|
||||||
repo: yavook/kiwi-nextcloud
|
|
||||||
tags: 26
|
|
||||||
username:
|
|
||||||
from_secret: DOCKER_USERNAME
|
|
||||||
password:
|
|
||||||
from_secret: DOCKER_PASSWORD
|
|
||||||
build_args:
|
|
||||||
- NC_VERSION=26-fpm-alpine
|
|
||||||
|
|
||||||
- name: nextcloud 27
|
|
||||||
image: plugins/docker
|
|
||||||
when:
|
|
||||||
branch:
|
|
||||||
- master
|
|
||||||
settings:
|
|
||||||
repo: yavook/kiwi-nextcloud
|
|
||||||
tags: 27
|
|
||||||
username:
|
|
||||||
from_secret: DOCKER_USERNAME
|
|
||||||
password:
|
|
||||||
from_secret: DOCKER_PASSWORD
|
|
||||||
build_args:
|
|
||||||
- NC_VERSION=27-fpm-alpine
|
|
||||||
|
|
||||||
- name: nextcloud 28
|
|
||||||
image: plugins/docker
|
|
||||||
when:
|
|
||||||
branch:
|
|
||||||
- master
|
|
||||||
settings:
|
|
||||||
repo: yavook/kiwi-nextcloud
|
|
||||||
tags: 28
|
|
||||||
username:
|
|
||||||
from_secret: DOCKER_USERNAME
|
|
||||||
password:
|
|
||||||
from_secret: DOCKER_PASSWORD
|
|
||||||
build_args:
|
|
||||||
- NC_VERSION=28-fpm-alpine
|
|
||||||
|
|
||||||
- name: nextcloud 29
|
|
||||||
image: plugins/docker
|
|
||||||
when:
|
|
||||||
branch:
|
|
||||||
- master
|
|
||||||
settings:
|
|
||||||
repo: yavook/kiwi-nextcloud
|
|
||||||
tags: 29
|
|
||||||
username:
|
|
||||||
from_secret: DOCKER_USERNAME
|
|
||||||
password:
|
|
||||||
from_secret: DOCKER_PASSWORD
|
|
||||||
build_args:
|
|
||||||
- NC_VERSION=29-fpm-alpine
|
|
||||||
|
|
||||||
- name: nextcloud 30
|
- name: nextcloud 30
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
when:
|
when:
|
||||||
|
|
@ -184,18 +79,43 @@ steps:
|
||||||
build_args:
|
build_args:
|
||||||
- NC_VERSION=32-fpm-alpine
|
- NC_VERSION=32-fpm-alpine
|
||||||
|
|
||||||
|
- name: nextcloud 33
|
||||||
|
image: plugins/docker
|
||||||
|
when:
|
||||||
|
branch:
|
||||||
|
- master
|
||||||
|
settings:
|
||||||
|
repo: yavook/kiwi-nextcloud
|
||||||
|
tags: 33
|
||||||
|
username:
|
||||||
|
from_secret: DOCKER_USERNAME
|
||||||
|
password:
|
||||||
|
from_secret: DOCKER_PASSWORD
|
||||||
|
build_args:
|
||||||
|
- NC_VERSION=33-fpm-alpine
|
||||||
|
|
||||||
|
- name: nextcloud 34
|
||||||
|
image: plugins/docker
|
||||||
|
when:
|
||||||
|
branch:
|
||||||
|
- master
|
||||||
|
settings:
|
||||||
|
repo: yavook/kiwi-nextcloud
|
||||||
|
tags: 34
|
||||||
|
username:
|
||||||
|
from_secret: DOCKER_USERNAME
|
||||||
|
password:
|
||||||
|
from_secret: DOCKER_PASSWORD
|
||||||
|
build_args:
|
||||||
|
- NC_VERSION=34-fpm-alpine
|
||||||
|
|
||||||
- name: parallelism provider
|
- name: parallelism provider
|
||||||
image: alpine
|
image: alpine
|
||||||
depends_on:
|
depends_on:
|
||||||
- nextcloud stable
|
- nextcloud stable
|
||||||
- nextcloud latest
|
- nextcloud latest
|
||||||
- nextcloud 23
|
|
||||||
- nextcloud 24
|
|
||||||
- nextcloud 25
|
|
||||||
- nextcloud 26
|
|
||||||
- nextcloud 27
|
|
||||||
- nextcloud 28
|
|
||||||
- nextcloud 29
|
|
||||||
- nextcloud 30
|
- nextcloud 30
|
||||||
- nextcloud 31
|
- nextcloud 31
|
||||||
- nextcloud 32
|
- nextcloud 32
|
||||||
|
- nextcloud 33
|
||||||
|
- nextcloud 34
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@ LABEL maintainer="jmm@yavook.de"
|
||||||
# https://github.com/just-containers/s6-overlay
|
# https://github.com/just-containers/s6-overlay
|
||||||
#########
|
#########
|
||||||
|
|
||||||
ARG S6_OVERLAY_VERSION=3.2.2.0
|
ARG S6_OVERLAY_VERSION=3.2.3.2
|
||||||
ENV PATH=/command:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
|
ENV PATH=/command:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
|
||||||
|
|
||||||
RUN set -ex; \
|
RUN set -ex; \
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue