Compare commits

...

11 Commits
2 ... 19

Author SHA1 Message Date
sparklyballs
30405dc340 Merge pull request #5 from sigismund/version-bump
qBittorrent version bump
2017-07-29 22:51:43 +01:00
Žiga Drnovšček
996e418754 qBittorrent version bump
qBittorrent version bumped to 3.3.14
2017-07-27 22:03:20 +02:00
sparklyballs
b52b6785aa Update READMETEMPLATE.md 2017-07-13 11:32:10 +01:00
sparklyballs
37ca9f334c Update READMETEMPLATE.md 2017-07-13 11:31:51 +01:00
sparklyballs
e58688889a Update READMETEMPLATE.md 2017-07-13 11:30:43 +01:00
sparklyballs
6af1050fb5 Update READMETEMPLATE.md 2017-07-13 11:30:15 +01:00
sparklyballs
2493f5b230 Merge pull request #4 from linuxserver/bump_3.3.13
bump version to 3.3.13
2017-07-13 11:27:12 +01:00
sparklyballs
ebae830b31 bump README for possible release 2017-07-13 11:25:48 +01:00
sparklyballs
0ad2f68ff4 bump version, use git version of libtorrent and instructions from qbittorent wiki 2017-07-13 11:09:55 +01:00
j0nnymoe
e618e37098 Merge pull request #1 from linuxserver/alpine_3.6
bump to alpine 3.6
2017-05-27 09:37:41 +01:00
sparklyballs
1bb7422fe1 bump to alpine 3.6 2017-05-27 06:13:31 +01:00
2 changed files with 23 additions and 19 deletions

View File

@@ -1,4 +1,4 @@
FROM lsiobase/alpine:3.5 FROM lsiobase/alpine:3.6
MAINTAINER sparklyballs MAINTAINER sparklyballs
# set version label # set version label
@@ -7,8 +7,8 @@ ARG VERSION
LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DATE}" LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DATE}"
# package versions # package versions
ARG QBITTORRENT_VER="3.3.12" ARG QBITTORRENT_VER="3.3.14"
ARG RASTERBAR_VER="1.0.11" ARG RASTERBAR_VER="RC_1_0"
# environment settings # environment settings
ENV HOME="/config" \ ENV HOME="/config" \
@@ -21,10 +21,16 @@ COPY patches/ /tmp/patches
# install build packages # install build packages
RUN \ RUN \
apk add --no-cache --virtual=build-dependencies \ apk add --no-cache --virtual=build-dependencies \
autoconf \
automake \
boost-dev \ boost-dev \
cmake \ cmake \
curl \ curl \
file \
g++ \ g++ \
geoip-dev \
git \
libtool \
make \ make \
qt5-qttools-dev && \ qt5-qttools-dev && \
@@ -33,21 +39,19 @@ RUN \
boost-system \ boost-system \
boost-thread \ boost-thread \
ca-certificates \ ca-certificates \
geoip \
qt5-qtbase && \ qt5-qtbase && \
# compile libtorrent rasterbar # compile libtorrent rasterbar
RASTERBAR_VER2=${RASTERBAR_VER//./_} && \ git clone https://github.com/arvidn/libtorrent.git /tmp/libtorrent && \
mkdir -p \ cd /tmp/libtorrent && \
/tmp/rasterbar-src && \ git checkout ${RASTERBAR_VER} && \
curl -o \ ./autotool.sh && \
/tmp/rasterbar.tar.gz -L \
"https://github.com/arvidn/libtorrent/releases/download/libtorrent-${RASTERBAR_VER2}/libtorrent-rasterbar-${RASTERBAR_VER}.tar.gz" && \
tar xf \
/tmp/rasterbar.tar.gz -C \
/tmp/rasterbar-src --strip-components=1 && \
cd /tmp/rasterbar-src && \
./configure \ ./configure \
--prefix=/usr && \ --disable-debug \
--enable-encryption \
--prefix=/usr \
--with-libgeoip=system && \
make && \ make && \
make install && \ make install && \
strip --strip-unneeded \ strip --strip-unneeded \

View File

@@ -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/qbittorrent # linuxserver/qbittorrent
[![](https://images.microbadger.com/badges/version/linuxserver/qbittorrent.svg)](https://microbadger.com/images/linuxserver/qbittorrent "Get your own version badge on microbadger.com")[![](https://images.microbadger.com/badges/image/linuxserver/qbittorrent.svg)](http://microbadger.com/images/linuxserver/qbittorrent "Get your own image badge on microbadger.com")[![Docker Pulls](https://img.shields.io/docker/pulls/linuxserver/qbittorrent.svg)][hub][![Docker Stars](https://img.shields.io/docker/stars/linuxserver/qbittorrent.svg)][hub][![Build Status](http://jenkins.linuxserver.io:8080/buildStatus/icon?job=Dockers/LinuxServer.io/linuxserver-qbittorrent)](http://jenkins.linuxserver.io:8080/job/Dockers/job/LinuxServer.io/job/linuxserver-qbittorrent/) [![](https://images.microbadger.com/badges/version/linuxserver/qbittorrent.svg)](https://microbadger.com/images/linuxserver/qbittorrent "Get your own version badge on microbadger.com")[![](https://images.microbadger.com/badges/image/linuxserver/qbittorrent.svg)](https://microbadger.com/images/linuxserver/qbittorrent "Get your own image badge on microbadger.com")[![Docker Pulls](https://img.shields.io/docker/pulls/linuxserver/qbittorrent.svg)][hub][![Docker Stars](https://img.shields.io/docker/stars/linuxserver/qbittorrent.svg)][hub][![Build Status](https://ci.linuxserver.io/buildStatus/icon?job=Docker-Builders/x86-64/x86-64-qbittorrent)](https://ci.linuxserver.io/job/Docker-Builders/job/x86-64/job/x86-64-qbittorrent/)
The [qBittorrent][appurl] project aims to provide an open-source software alternative to µTorrent. The [qBittorrent][appurl] project aims to provide an open-source software alternative to µTorrent.
qBittorrent is based on the Qt toolkit and libtorrent-rasterbar library. qBittorrent is based on the Qt toolkit and libtorrent-rasterbar library.
@@ -44,7 +44,6 @@ So -p 8080:80 would expose port 80 from inside the container to be accessible fr
http://192.168.x.x:8080 would show you what's running INSIDE the container on port 80.` http://192.168.x.x:8080 would show you what's running INSIDE the container on port 80.`
* `-p 6881` - the port(s) * `-p 6881` - the port(s)
* `-p 6881/udp` - the port(s) * `-p 6881/udp` - the port(s)
* `-p 8080` - the port(s) * `-p 8080` - the port(s)
@@ -77,8 +76,9 @@ Change username/password via the webui in the webui section of settings.
## Info ## Info
* Shell access whilst the container is running: `docker exec -it qbittorrent /bin/bash` Shell access whilst the container is running: `docker exec -it qbittorrent /bin/bash`
* To monitor the logs of the container in realtime: `docker logs -f qbittorrent`
To monitor the logs of the container in realtime: `docker logs -f qbittorrent`
* container version number * container version number
@@ -90,4 +90,4 @@ Change username/password via the webui in the webui section of settings.
## Versions ## Versions
+ **dd.MM.yy:** Initial Release. + **13.07.17:** Initial Release.