mirror of
https://github.com/yavook/kiwi-nextcloud.git
synced 2026-02-25 04:00:17 +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:
parent
68300c5bae
commit
b86f2d92eb
2 changed files with 17 additions and 1 deletions
16
.drone.yml
16
.drone.yml
|
|
@ -169,6 +169,21 @@ steps:
|
||||||
build_args:
|
build_args:
|
||||||
- NC_VERSION=31-fpm-alpine
|
- 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
|
- name: parallelism provider
|
||||||
image: alpine
|
image: alpine
|
||||||
depends_on:
|
depends_on:
|
||||||
|
|
@ -183,3 +198,4 @@ steps:
|
||||||
- nextcloud 29
|
- nextcloud 29
|
||||||
- nextcloud 30
|
- nextcloud 30
|
||||||
- nextcloud 31
|
- nextcloud 31
|
||||||
|
- nextcloud 32
|
||||||
|
|
|
||||||
|
|
@ -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.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
|
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