Compare commits

..

5 Commits
49 .. 59

Author SHA1 Message Date
j0nnymoe 4295126fc3 Merge pull request #29 from linuxserver/memcached_repo
use community repo version of php7-memcached, has been fixed in php 7.14
2017-05-03 13:42:32 +01:00
sparklyballs 5901725af9 use community repo version of php7-memcached, has been fixed in php 7.14 2017-05-03 09:39:25 +01:00
Neil 414ae23314 Merge pull request #24 from linuxserver/php7_edge
use edge repository for php dependencies
2017-03-29 23:42:40 +01:00
sparklyballs 2146f5cc1d use edge repository for php dependencies 2017-03-29 22:52:04 +01:00
sparklyballs 6cb3a060ba fix formatting markdown README 2017-03-15 15:52:48 +00:00
2 changed files with 25 additions and 16 deletions
+19 -11
View File
@@ -7,7 +7,7 @@ ARG VERSION
LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DATE}"
# package version
ENV NEXTCLOUD_VER="11.0.2"
ENV NEXTCLOUD_VER="11.0.3"
# environment settings
ENV NEXTCLOUD_PATH="/config/www/nextcloud"
@@ -21,16 +21,31 @@ RUN \
g++ \
gcc \
make \
php7-dev \
re2c \
samba-dev \
zlib-dev && \
apk add --no-cache --virtual=build-dependencies \
--repository http://nl.alpinelinux.org/alpine/edge/community \
php7-dev && \
# install runtime packages
apk add --no-cache \
curl \
ffmpeg \
libxml2 \
samba \
sudo \
tar \
unzip && \
apk add --no-cache \
--repository http://nl.alpinelinux.org/alpine/edge/main \
icu-libs \
libwebp && \
apk add --no-cache \
--repository http://nl.alpinelinux.org/alpine/edge/community \
php7-apcu \
php7-bz2 \
php7-ctype \
@@ -46,6 +61,7 @@ RUN \
php7-ldap \
php7-mbstring \
php7-mcrypt \
php7-memcached \
php7-pcntl \
php7-pdo_mysql \
php7-pdo_pgsql \
@@ -55,15 +71,7 @@ RUN \
php7-sqlite3 \
php7-xml \
php7-xmlreader \
php7-zip \
samba \
sudo \
tar \
unzip && \
apk add --no-cache \
--repository http://nl.alpinelinux.org/alpine/edge/testing \
php7-memcached && \
php7-zip && \
# fetch php smbclient source
git clone git://github.com/eduardok/libsmbclient-php.git /tmp/smbclient && \
+6 -5
View File
@@ -2,6 +2,8 @@
[forumurl]: https://forum.linuxserver.io
[ircurl]: https://www.linuxserver.io/irc/
[podcasturl]: https://www.linuxserver.io/podcast/
[appurl]: https://nextcloud.com/
[hub]: https://hub.docker.com/r/linuxserver/nextcloud/
[![linuxserver.io](https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/linuxserver_medium.png)][linuxserverurl]
@@ -12,14 +14,12 @@ The [LinuxServer.io][linuxserverurl] team brings you another container release f
# linuxserver/nextcloud
[![](https://images.microbadger.com/badges/version/linuxserver/nextcloud.svg)](https://microbadger.com/images/linuxserver/nextcloud "Get your own version badge on microbadger.com")[![](https://images.microbadger.com/badges/image/linuxserver/nextcloud.svg)](http://microbadger.com/images/linuxserver/nextcloud "Get your own image badge on microbadger.com")[![Docker Pulls](https://img.shields.io/docker/pulls/linuxserver/nextcloud.svg)][hub][![Docker Stars](https://img.shields.io/docker/stars/linuxserver/nextcloud.svg)][hub][![Build Status](http://jenkins.linuxserver.io:8080/buildStatus/icon?job=Dockers/LinuxServer.io/linuxserver-nextcloud)](http://jenkins.linuxserver.io:8080/job/Dockers/job/LinuxServer.io/job/linuxserver-nextcloud/)
[hub]: https://hub.docker.com/r/linuxserver/nextcloud/
[Nextcloud][nextcloudurl] gives you access to all your files wherever you are.
[Nextcloud][appurl] gives you access to all your files wherever you are.
Where are your photos and documents? With Nextcloud you pick a server of your choice, at home, in a data center or at a provider. And that is where your files will be. Nextcloud runs on that server, protecting your data and giving you access from your desktop or mobile devices. Through Nextcloud you also access, sync and share your existing data on that FTP drive at the office, a Dropbox or a NAS you have at home.
[![nextcloud](https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/nextcloud-icon.png)][nextcloudurl]
[nextcloudurl]: https://nextcloud.com/
[![nextcloud](https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/nextcloud-icon.png)][appurl]
## Usage
@@ -61,7 +61,7 @@ In this instance `PUID=1001` and `PGID=1001`. To find yours use `id user` as bel
```
## Setting up the application
Access the webui at `<your-ip>:443`, for more information check out [Nextcloud][nextcloudurl].
Access the webui at `<your-ip>:443`, for more information check out [Nextcloud][appurl].
Please note you will need a MySQL/MariaDB or other backend database to set this up. Also please look [here](https://docs.nextcloud.com/server/11/admin_manual/installation/system_requirements.html#database-requirements-for-mysql-mariadb) for how to configure your database with regard to binlog format and installation.
@@ -79,4 +79,5 @@ Please note you will need a MySQL/MariaDB or other backend database to set this
## Versions
+ **03.05.17:** Use community repo of memcached.
+ **07.03.17:** Release into main repository and upgrade to php7 and Alpine 3.5.