Merge pull request #11 from linuxserver/alpine_3.7

bump alpine 3.7
This commit is contained in:
Alex Kretzschmar 2018-01-25 21:47:59 +00:00 committed by GitHub
commit 376858a7ad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 4 deletions

View file

@ -1,13 +1,13 @@
FROM lsiobase/alpine.nginx:3.6
MAINTAINER sparklyballs
FROM lsiobase/alpine.nginx:3.7
# set version label
ARG BUILD_DATE
ARG VERSION
LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DATE}"
LABEL maintainer="sparklyballs"
# install packages
RUN \
echo "**** install packages ****" && \
apk add --no-cache \
curl \
imagemagick \

View file

@ -47,7 +47,7 @@ http://192.168.x.x:8080 would show you what's running INSIDE the container on po
* `-e PUID` for UserID - see below for explanation
* `-e TZ` for setting timezone information, eg Europe/London
It is based on phusion-baseimage with ssh removed, for shell access whilst the container is running do `docker exec -it piwigo /bin/bash`.
It is based on alpine linux with s6 overlay, for shell access whilst the container is running do `docker exec -it piwigo /bin/bash`.
### User / Group Identifiers
@ -85,6 +85,7 @@ The easiest way to edit the configuration file is to enable local files editor f
## Versions
+ **25.01.18:** Rebase to alpine linux 3.7.
+ **25.05.17:** Rebase to alpine linux 3.6.
+ **03.05.17:** Use repo pinning to better solve dependencies, use repo version of php7-imagick.
+ **20.04.17:** Add php7-exif package, thanks iiska