Compare commits
1 Commits
main
...
9aa75c2ed0
Author | SHA1 | Date | |
---|---|---|---|
9aa75c2ed0 |
@ -2,15 +2,10 @@ kind: pipeline
|
||||
name: build image
|
||||
|
||||
steps:
|
||||
- name: build
|
||||
- name: docker
|
||||
image: plugins/docker
|
||||
settings:
|
||||
repo: registry.kucharczyk.xyz/nextcloud
|
||||
tags: latest
|
||||
|
||||
trigger:
|
||||
event:
|
||||
- push
|
||||
- cron
|
||||
exclude:
|
||||
- pull_request
|
||||
|
||||
|
@ -1,8 +1,3 @@
|
||||
# Nextcloud Docker image
|
||||
|
||||
[](https://drone.kucharczyk.xyz/containers/nextcloud)
|
||||
|
||||
I've made two changes to the base image:
|
||||
1. Added cron to process chores. See:
|
||||
# Nextcloud Docker image with cron
|
||||
This is taken straight from the official repository here:
|
||||
https://github.com/nextcloud/docker/tree/master/.examples/dockerfiles/cron/apache
|
||||
2. Added `imagemagick` to better support SVGs.
|
Reference in New Issue
Block a user