mirror of
https://github.com/linuxserver/docker-transmission.git
synced 2025-12-17 21:49:44 +01:00
Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ad5f6ecfaa | ||
|
|
9f73545a49 | ||
|
|
14ced70888 | ||
|
|
4302df7270 | ||
|
|
2a202a800f | ||
|
|
227da52355 |
@@ -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
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user