Compare commits

...

6 Commits
80 ... 144

Author SHA1 Message Date
sparklyballs
ad5f6ecfaa Merge pull request #60 from linuxserver/rebase_alpine_3.8
rebase to alpine 3.8, don't need to pull from edge
2018-08-15 21:59:30 +01:00
sparklyballs
9f73545a49 rebase to alpine 3.8, don't need to pull from edge 2018-08-15 21:11:21 +01:00
sparklyballs
14ced70888 Merge pull request #48 from linuxserver/edge_repo_for_transmission
use edge repo for transmission
2018-02-12 19:19:48 +00:00
sparklyballs
4302df7270 use edge repo for transmission 2018-02-12 16:02:09 +00:00
sparklyballs
2a202a800f Merge pull request #47 from linuxserver/bump_alpine_3.7
bump alpine 3.7
2018-01-10 15:32:26 +00:00
sparklyballs
227da52355 bump alpine 3.7 2018-01-10 11:16:55 +00:00
2 changed files with 7 additions and 4 deletions

View File

@@ -1,13 +1,13 @@
FROM lsiobase/alpine:3.6
MAINTAINER sparklyballs
FROM lsiobase/alpine:3.8
# 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 \
jq \
@@ -20,7 +20,7 @@ RUN \
unrar \
unzip
# copy local files
# copy local files
COPY root/ /
# ports and volumes

View File

@@ -104,6 +104,9 @@ The automatic update will run once a day at 3am local server time.
## Versions
+ **15.08.18:** Rebase to alpine linux 3.8.
+ **12.02.18:** Pull transmission from edge repo.
+ **10.01.18:** Rebase to alpine linux 3.7.
+ **25.07.17:** Add rsync package.
+ **27.05.17:** Rebase to alpine linux 3.6.
+ **06.02.17:** Rebase to alpine linux 3.5.