mirror of
https://github.com/linuxserver/docker-transmission.git
synced 2025-12-19 22:49:43 +01:00
Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ad5f6ecfaa | ||
|
|
9f73545a49 | ||
|
|
14ced70888 | ||
|
|
4302df7270 | ||
|
|
2a202a800f | ||
|
|
227da52355 |
@@ -1,13 +1,13 @@
|
|||||||
FROM lsiobase/alpine:3.6
|
FROM lsiobase/alpine:3.8
|
||||||
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}"
|
||||||
|
LABEL maintainer="sparklyballs"
|
||||||
|
|
||||||
# install packages
|
|
||||||
RUN \
|
RUN \
|
||||||
|
echo "**** install packages ****" && \
|
||||||
apk add --no-cache \
|
apk add --no-cache \
|
||||||
curl \
|
curl \
|
||||||
jq \
|
jq \
|
||||||
@@ -20,7 +20,7 @@ RUN \
|
|||||||
unrar \
|
unrar \
|
||||||
unzip
|
unzip
|
||||||
|
|
||||||
# copy local files
|
# copy local files
|
||||||
COPY root/ /
|
COPY root/ /
|
||||||
|
|
||||||
# ports and volumes
|
# ports and volumes
|
||||||
|
|||||||
@@ -104,6 +104,9 @@ The automatic update will run once a day at 3am local server time.
|
|||||||
|
|
||||||
## Versions
|
## 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.
|
+ **25.07.17:** Add rsync package.
|
||||||
+ **27.05.17:** Rebase to alpine linux 3.6.
|
+ **27.05.17:** Rebase to alpine linux 3.6.
|
||||||
+ **06.02.17:** Rebase to alpine linux 3.5.
|
+ **06.02.17:** Rebase to alpine linux 3.5.
|
||||||
|
|||||||
Reference in New Issue
Block a user