Compare commits

..

1 Commits

Author SHA1 Message Date
9aa75c2ed0 Add .drone.yml
This will automatically build and push image to the local Docker
registry
2021-04-13 11:58:48 +02:00
2 changed files with 4 additions and 14 deletions

View File

@ -2,15 +2,10 @@ kind: pipeline
name: build image name: build image
steps: steps:
- name: build - name: docker
image: plugins/docker image: plugins/docker
settings: settings:
repo: registry.kucharczyk.xyz/nextcloud repo: registry.kucharczyk.xyz/nextcloud
tags: latest tags: latest
trigger:
event:
- push
- cron
exclude:
- pull_request

View File

@ -1,8 +1,3 @@
# Nextcloud Docker image # Nextcloud Docker image with cron
This is taken straight from the official repository here:
[![Build Status](https://drone.kucharczyk.xyz/api/badges/containers/nextcloud/status.svg)](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.