Эх сурвалжийг харах

Merge pull request #10 from linuxserver/alpine_3.6

bump to alpine 3.6
j0nnymoe 8 жил өмнө
parent
commit
237e56ab0d
2 өөрчлөгдсөн 8 нэмэгдсэн , 14 устгасан
  1. 7 14
      Dockerfile
  2. 1 0
      README.md

+ 7 - 14
Dockerfile

@@ -1,25 +1,18 @@
-FROM lsiobase/alpine.nginx:3.5
-MAINTAINER Sparklyballs
+FROM lsiobase/alpine.nginx:3.6
+MAINTAINER sparklyballs
 
 
 # set version label
 # set version label
 ARG BUILD_DATE
 ARG BUILD_DATE
 ARG VERSION
 ARG VERSION
 LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DATE}"
 LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DATE}"
 
 
-# add repositories
-RUN \
- echo "@edge http://nl.alpinelinux.org/alpine/edge/main" >> /etc/apk/repositories && \
- echo "@community http://nl.alpinelinux.org/alpine/edge/community" >> /etc/apk/repositories && \
-
 # install packages
 # install packages
+RUN \
  apk add --no-cache \
  apk add --no-cache \
-	ffmpeg && \
- apk add --no-cache \
-	imagemagick@edge \
-	libwebp@edge && \
- apk add --no-cache \
-	php7-gd@community \
-	php7-imagick@community && \
+	ffmpeg \
+	imagemagick \
+	php7-gd \
+	php7-imagick && \
 
 
 # configure php
 # configure php
 echo "[www]" >> /etc/php7/php-fpm.conf && \
 echo "[www]" >> /etc/php7/php-fpm.conf && \

+ 1 - 0
README.md

@@ -82,6 +82,7 @@ On first run create an admin account, any folder and its subfolders that you map
 
 
 ## Versions
 ## Versions
 
 
++ **25.05.17:** Rebase to alpine 3.6.
 + **03.05.17:** Use repo pinning to better solve dependencies, use repo version of php7-imagick.
 + **03.05.17:** Use repo pinning to better solve dependencies, use repo version of php7-imagick.
 + **14.02.17:** Rebase to alpine 3.5.
 + **14.02.17:** Rebase to alpine 3.5.
 + **14.10.16:** Add version layer information.
 + **14.10.16:** Add version layer information.