Namespace
linuxserver
Image / Tag
qbittorrent:1
Content Digest
sha256:2635a764c415b5d99b316a5ee039651f606118d40195ac7282c4527817f77e9d
Details
Created

2017-05-19 12:13:03 UTC

Size

32.8 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 1 Build-date:- May-19-2017-11:54:42-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:fc2d44306b704e710fd46072532823d822d9730f6d1a1b1306ab26f8a81289e1 - 6.06% (1.99 MB)

[#001] sha256:662ff3a6be692acafda00bec9a2824da20e88001f113ec9a497c698b960c4697 - 19.99% (6.57 MB)

[#002] sha256:367cfb69e66d6c772670fa18d33dc0918a171dcc47a0c71c9013c9b16800e374 - 0.0% (445 Bytes)

[#003] sha256:633974f41fa1a91bda0327bb1a5ae3ffd1dd9e1344007321165f708c72c8ea26 - 0.0% (397 Bytes)

[#004] sha256:990d33f91d0433ecc69aefe352c94a25abe4bbb30e4ee1a4fac36b98f6355edc - 73.95% (24.3 MB)

[#005] sha256:8c6bcb9e8c86eefa1ea51d00aad5817513f8e79597a10f872862b95b010b72b4 - 0.0% (624 Bytes)


History
2017-05-12 23:09:02 UTC

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

2017-05-12 23:09:03 UTC

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

2017-05-12 23:09:03 UTC

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

2017-05-12 23:09:04 UTC

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

2017-05-12 23:09:13 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-05-12 23:09:13 UTC

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

2017-05-12 23:09:14 UTC

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

2017-05-19 11:54:48 UTC

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

2017-05-19 11:54:49 UTC

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

2017-05-19 11:54:49 UTC

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

2017-05-19 11:54:49 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 1 Build-date:- May-19-2017-11:54:42-UTC

2017-05-19 11:54:49 UTC

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

2017-05-19 11:54:49 UTC

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

2017-05-19 11:54:50 UTC

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

2017-05-19 11:54:50 UTC

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

2017-05-19 12:13:02 UTC

|4 BUILD_DATE=May-19-2017-11:54:42-UTC QBITTORRENT_VER=3.3.12 RASTERBAR_VER=1.0.11 VERSION=1 /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-05-19 12:13:02 UTC

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

2017-05-19 12:13:02 UTC

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

2017-05-19 12:13:03 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