Compare commits

..

4 Commits
81 ... 121

Author SHA1 Message Date
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 11 additions and 7 deletions

View File

@@ -1,13 +1,13 @@
FROM lsiobase/alpine:3.6
MAINTAINER sparklyballs
FROM lsiobase/alpine: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 \
jq \
@@ -15,12 +15,14 @@ RUN \
p7zip \
rsync \
tar \
transmission-cli \
transmission-daemon \
unrar \
unzip
unzip && \
apk add --no-cache \
--repository http://nl.alpinelinux.org/alpine/edge/main \
transmission-cli \
transmission-daemon
# copy local files
# copy local files
COPY root/ /
# ports and volumes

View File

@@ -104,6 +104,8 @@ The automatic update will run once a day at 3am local server time.
## Versions
+ **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.