Namespace
linuxserver
Image / Tag
qbittorrent:11
Content Digest
sha256:021fc9a504a706a7bcf344892ee126b7845dea0c8243de5f23ce331baa44d18d
Details
Created

2017-06-30 22:54:26 UTC

Size

33.2 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 11 Build-date:- June-30-2017-22:27:13-UTC

Environment
HOME

/config

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

PS1

$(whoami)@$(hostname):$(pwd)$

TERM

xterm

XDG_CONFIG_HOME

/config

XDG_DATA_HOME

/config


Layers

[#000] sha256:c119a181c7d426ebd55e3b22dbf6267bd7b22652fe98a410e9e82bb4e8040b9c - 6.05% (2.01 MB)

[#001] sha256:87aa995ee74a8162db3920fba5cd62140efd1c0670de2f2aee2c595cb155feb9 - 19.86% (6.6 MB)

[#002] sha256:2e54cdd83d994e49d23139f21c6b280326dc07350bf3f15b73d21b44d5b404c4 - 0.0% (445 Bytes)

[#003] sha256:5788dac52015cce3b18518f0b981613a38973e05e6428752f99bf5c8c769f15d - 0.0% (396 Bytes)

[#004] sha256:a9bb9a15541ee0a22c6c45649879ff7082b09b527bf4bcfc025a082bfc7f07c0 - 74.09% (24.6 MB)

[#005] sha256:4066715ae6913532fe575b7f3846bcb0832f5b8ad9e49ad9d10288782870d514 - 0.0% (630 Bytes)


History
2017-06-30 22:15:55 UTC

/bin/sh -c #(nop) ADD file:a4608e3753427ed95650e71fcbc20698b4d31f046b6d3a9d173c198833239b5a in /

2017-06-30 22:15:55 UTC

/bin/sh -c #(nop) MAINTAINER sparklyballs

2017-06-30 22:15:56 UTC

/bin/sh -c #(nop) ARG OVERLAY_ARCH=amd64

2017-06-30 22:15:56 UTC

/bin/sh -c #(nop) ENV PS1=$(whoami)@$(hostname):$(pwd)$ HOME=/root TERM=xterm

2017-06-30 22:16:06 UTC

|1 OVERLAY_ARCH=amd64 /bin/sh -c apk add --no-cache --virtual=build-dependencies curl tar && apk add --no-cache bash ca-certificates coreutils shadow tzdata && OVERLAY_VERSION=$(curl -sX GET "https://api.github.com/repos/just-containers/s6-overlay/releases/latest" | awk '/tag_name/{print $4;exit}' FS='[""]') && curl -o /tmp/s6-overlay.tar.gz -L "https://github.com/just-containers/s6-overlay/releases/download/${OVERLAY_VERSION}/s6-overlay-${OVERLAY_ARCH}.tar.gz" && tar xfz /tmp/s6-overlay.tar.gz -C / && groupmod -g 1000 users && useradd -u 911 -U -d /config -s /bin/false abc && usermod -G users abc && mkdir -p /app /config /defaults && apk del --purge build-dependencies && rm -rf /tmp/*

2017-06-30 22:16:06 UTC

/bin/sh -c #(nop) COPY dir:31d2cf6d96333f2f8cd0bf553a508a8e3ffca6be29674fc768863ad30a31f01a in /

2017-06-30 22:16:07 UTC

/bin/sh -c #(nop) ENTRYPOINT ["/init"]

2017-06-30 22:27:19 UTC

/bin/sh -c #(nop) MAINTAINER sparklyballs

2017-06-30 22:27:19 UTC

/bin/sh -c #(nop) ARG BUILD_DATE

2017-06-30 22:27:20 UTC

/bin/sh -c #(nop) ARG VERSION

2017-06-30 22:27:20 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 11 Build-date:- June-30-2017-22:27:13-UTC

2017-06-30 22:27:21 UTC

/bin/sh -c #(nop) ARG QBITTORRENT_VER=3.3.12

2017-06-30 22:27:21 UTC

/bin/sh -c #(nop) ARG RASTERBAR_VER=1.0.11

2017-06-30 22:27:22 UTC

/bin/sh -c #(nop) ENV HOME=/config XDG_CONFIG_HOME=/config XDG_DATA_HOME=/config

2017-06-30 22:27:22 UTC

/bin/sh -c #(nop) COPY dir:e40d00c9a28adc09a30c045188f6ac302549854d1475c9db22809fd029e14ef5 in /tmp/patches

2017-06-30 22:54:25 UTC

|4 BUILD_DATE=June-30-2017-22:27:13-UTC QBITTORRENT_VER=3.3.12 RASTERBAR_VER=1.0.11 VERSION=11 /bin/sh -c apk add --no-cache --virtual=build-dependencies boost-dev cmake curl g++ make qt5-qttools-dev && apk add --no-cache boost-system boost-thread ca-certificates qt5-qtbase && 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 && ./configure --prefix=/usr && make && make install && strip --strip-unneeded /usr/lib/libtorrent-rasterbar.so* /usr/lib/libtorrent-rasterbar.a* && mkdir -p /tmp/qbittorrent-src && curl -o /tmp/bittorrent.tar.gz -L "https://github.com/qbittorrent/qBittorrent/archive/release-${QBITTORRENT_VER}.tar.gz" && tar xf /tmp/bittorrent.tar.gz -C /tmp/qbittorrent-src --strip-components=1 && cd /tmp/qbittorrent-src/src/app && patch -i /tmp/patches/main.patch && cd /tmp/qbittorrent-src && ./configure --disable-gui --prefix=/usr && make && make install && apk del --purge build-dependencies && rm -rf /tmp/*

2017-06-30 22:54:25 UTC

/bin/sh -c #(nop) COPY dir:f04e77aba85eac1a9e68d406a360da6574f40e511ec99b94d96e10bce27c9e4d in /

2017-06-30 22:54:26 UTC

/bin/sh -c #(nop) EXPOSE 6881/tcp 6881/udp 8080/tcp

2017-06-30 22:54:26 UTC

/bin/sh -c #(nop) VOLUME [/config /downloads]

Danger Zone
Delete Tag

Please be careful as this will not just delete the reference but also the actual content!

For example when you have latest and v1.2.3 both pointing to the same image
the deletion of latest will also permanently remove v1.2.3.

Delete