Compare commits
9 Commits
9aa75c2ed0
...
main
Author | SHA1 | Date | |
---|---|---|---|
ebf58d7b9a | |||
8fe5bb6dbd | |||
a809d46d4e | |||
68ff64398e | |||
618afa3e4a | |||
877026caa7 | |||
9a3cf2ab06 | |||
c6dcb8ec06 | |||
61debe218b |
16
.drone.yml
Normal file
16
.drone.yml
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
kind: pipeline
|
||||||
|
name: build image
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: build
|
||||||
|
image: plugins/docker
|
||||||
|
settings:
|
||||||
|
repo: registry.kucharczyk.xyz/nextcloud
|
||||||
|
tags: latest
|
||||||
|
|
||||||
|
trigger:
|
||||||
|
event:
|
||||||
|
- push
|
||||||
|
- cron
|
||||||
|
exclude:
|
||||||
|
- pull_request
|
@ -1,3 +1,8 @@
|
|||||||
# Nextcloud Docker image with cron
|
# Nextcloud Docker image
|
||||||
This is taken straight from the official repository here:
|
|
||||||
|
[](https://drone.kucharczyk.xyz/containers/nextcloud)
|
||||||
|
|
||||||
|
I've made two changes to the base image:
|
||||||
|
1. Added cron to process chores. See:
|
||||||
https://github.com/nextcloud/docker/tree/master/.examples/dockerfiles/cron/apache
|
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