mirror of
https://github.com/linuxserver/docker-transmission.git
synced 2025-12-17 21:49:44 +01:00
Compare commits
12 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ad5f6ecfaa | ||
|
|
9f73545a49 | ||
|
|
14ced70888 | ||
|
|
4302df7270 | ||
|
|
2a202a800f | ||
|
|
227da52355 | ||
|
|
8fc46f45ec | ||
|
|
0461071b92 | ||
|
|
9fb8dcd358 | ||
|
|
328068e20d | ||
|
|
9091730d00 | ||
|
|
4246f944d6 |
@@ -1,25 +1,26 @@
|
|||||||
FROM lsiobase/alpine:3.5
|
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 \
|
||||||
openssl \
|
openssl \
|
||||||
p7zip \
|
p7zip \
|
||||||
|
rsync \
|
||||||
tar \
|
tar \
|
||||||
transmission-cli \
|
transmission-cli \
|
||||||
transmission-daemon \
|
transmission-daemon \
|
||||||
unrar \
|
unrar \
|
||||||
unzip
|
unzip
|
||||||
|
|
||||||
# copy local files
|
# copy local files
|
||||||
COPY root/ /
|
COPY root/ /
|
||||||
|
|
||||||
# ports and volumes
|
# ports and volumes
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ The [LinuxServer.io][linuxserverurl] team brings you another container release f
|
|||||||
* [Podcast][podcasturl] covers everything to do with getting the most from your Linux Server plus a focus on all things Docker and containerisation!
|
* [Podcast][podcasturl] covers everything to do with getting the most from your Linux Server plus a focus on all things Docker and containerisation!
|
||||||
|
|
||||||
# linuxserver/transmission
|
# linuxserver/transmission
|
||||||
[](https://microbadger.com/images/linuxserver/transmission "Get your own version badge on microbadger.com")[](http://microbadger.com/images/linuxserver/transmission "Get your own image badge on microbadger.com")[][hub][][hub][](http://jenkins.linuxserver.io:8080/job/Dockers/job/LinuxServer.io/job/linuxserver-transmission/)
|
[](https://microbadger.com/images/linuxserver/transmission "Get your own version badge on microbadger.com")[](https://microbadger.com/images/linuxserver/transmission "Get your own image badge on microbadger.com")[][hub][][hub][](https://ci.linuxserver.io/job/Docker-Builders/job/x86-64/job/x86-64-transmission/)
|
||||||
|
|
||||||
Transmission is designed for easy, powerful use. Transmission has the features you want from a BitTorrent client: encryption, a web interface, peer exchange, magnet links, DHT, µTP, UPnP and NAT-PMP port forwarding, webseed support, watch directories, tracker editing, global and per-torrent speed limits, and more. [Transmission](http://www.transmissionbt.com/about/)
|
Transmission is designed for easy, powerful use. Transmission has the features you want from a BitTorrent client: encryption, a web interface, peer exchange, magnet links, DHT, µTP, UPnP and NAT-PMP port forwarding, webseed support, watch directories, tracker editing, global and per-torrent speed limits, and more. [Transmission](http://www.transmissionbt.com/about/)
|
||||||
|
|
||||||
@@ -104,6 +104,11 @@ 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.
|
||||||
|
+ **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.
|
||||||
+ **15.01.17:** Add p7zip, tar , unrar and unzip packages.
|
+ **15.01.17:** Add p7zip, tar , unrar and unzip packages.
|
||||||
+ **16.10.16:** Blocklist autoupdate with optional authentication.
|
+ **16.10.16:** Blocklist autoupdate with optional authentication.
|
||||||
|
|||||||
Reference in New Issue
Block a user