Merge pull request #4 from linuxserver/bump_3.3.13

bump version to 3.3.13
This commit is contained in:
sparklyballs
2017-07-13 11:27:12 +01:00
committed by GitHub
2 changed files with 19 additions and 16 deletions

View File

@@ -7,8 +7,8 @@ ARG VERSION
LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DATE}"
# package versions
ARG QBITTORRENT_VER="3.3.12"
ARG RASTERBAR_VER="1.0.11"
ARG QBITTORRENT_VER="3.3.13"
ARG RASTERBAR_VER="RC_1_0"
# environment settings
ENV HOME="/config" \
@@ -21,10 +21,16 @@ COPY patches/ /tmp/patches
# install build packages
RUN \
apk add --no-cache --virtual=build-dependencies \
autoconf \
automake \
boost-dev \
cmake \
curl \
file \
g++ \
geoip-dev \
git \
libtool \
make \
qt5-qttools-dev && \
@@ -33,21 +39,19 @@ RUN \
boost-system \
boost-thread \
ca-certificates \
geoip \
qt5-qtbase && \
# compile libtorrent rasterbar
RASTERBAR_VER2=${RASTERBAR_VER//./_} && \
mkdir -p \
/tmp/rasterbar-src && \
curl -o \
/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 && \
git clone https://github.com/arvidn/libtorrent.git /tmp/libtorrent && \
cd /tmp/libtorrent && \
git checkout ${RASTERBAR_VER} && \
./autotool.sh && \
./configure \
--prefix=/usr && \
--disable-debug \
--enable-encryption \
--prefix=/usr \
--with-libgeoip=system && \
make && \
make install && \
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!
# 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.
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.`
* `-p 6881` - the port(s)
* `-p 6881/udp` - the port(s)
* `-p 8080` - the port(s)
@@ -90,4 +89,4 @@ Change username/password via the webui in the webui section of settings.
## Versions
+ **dd.MM.yy:** Initial Release.
+ **13.07.17:** Initial Release.