1
0
Fork 0
mirror of https://github.com/yavook/kiwi-nextcloud.git synced 2024-11-22 07:13:00 +00:00

fix for "latest" version

This commit is contained in:
Jörn-Michael Miehe 2022-10-23 03:35:43 +02:00
parent 709075a318
commit 9278f0db8f
2 changed files with 8 additions and 8 deletions

View file

@ -14,7 +14,7 @@ steps:
password: password:
from_secret: DOCKER_PASSWORD from_secret: DOCKER_PASSWORD
build_args: build_args:
- NC_VERSION=stable - NC_VERSION=stable-fpm-alpine
- name: nextcloud latest - name: nextcloud latest
image: plugins/docker image: plugins/docker
@ -26,7 +26,7 @@ steps:
password: password:
from_secret: DOCKER_PASSWORD from_secret: DOCKER_PASSWORD
build_args: build_args:
- NC_VERSION=latest - NC_VERSION=fpm-alpine
- name: nextcloud 21 - name: nextcloud 21
image: plugins/docker image: plugins/docker
@ -38,7 +38,7 @@ steps:
password: password:
from_secret: DOCKER_PASSWORD from_secret: DOCKER_PASSWORD
build_args: build_args:
- NC_VERSION=21 - NC_VERSION=21-fpm-alpine
- name: nextcloud 22 - name: nextcloud 22
image: plugins/docker image: plugins/docker
@ -50,7 +50,7 @@ steps:
password: password:
from_secret: DOCKER_PASSWORD from_secret: DOCKER_PASSWORD
build_args: build_args:
- NC_VERSION=22 - NC_VERSION=22-fpm-alpine
- name: nextcloud 23 - name: nextcloud 23
image: plugins/docker image: plugins/docker
@ -62,7 +62,7 @@ steps:
password: password:
from_secret: DOCKER_PASSWORD from_secret: DOCKER_PASSWORD
build_args: build_args:
- NC_VERSION=23 - NC_VERSION=23-fpm-alpine
- name: nextcloud 24 - name: nextcloud 24
image: plugins/docker image: plugins/docker
@ -74,7 +74,7 @@ steps:
password: password:
from_secret: DOCKER_PASSWORD from_secret: DOCKER_PASSWORD
build_args: build_args:
- NC_VERSION=24 - NC_VERSION=24-fpm-alpine
- name: nextcloud 25 - name: nextcloud 25
image: plugins/docker image: plugins/docker
@ -86,7 +86,7 @@ steps:
password: password:
from_secret: DOCKER_PASSWORD from_secret: DOCKER_PASSWORD
build_args: build_args:
- NC_VERSION=25 - NC_VERSION=25-fpm-alpine
- name: parallelism provider - name: parallelism provider
image: alpine image: alpine

View file

@ -1,5 +1,5 @@
ARG NC_VERSION=stable ARG NC_VERSION=stable
FROM nextcloud:${NC_VERSION}-fpm-alpine FROM nextcloud:${NC_VERSION}
LABEL maintainer="jmm@yavook.de" LABEL maintainer="jmm@yavook.de"
######### #########