Namespace
linuxserver
Image / Tag
qbittorrent:8
Content Digest
sha256:bf80341542c81706a359b83082fc9322a8e7a6fdbb72e1e692b82abaa2c10f72
Details
Created

2017-06-16 22:45:20 UTC

Size

33.2 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 8 Build-date:- June-16-2017-22:20:48-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:b7fbd23739bc43b4107758b55b6a046892dbca25d05e9973c6d2180dca1f483e - 6.05% (2.01 MB)

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

[#002] sha256:c8b7397e656415190137e4b73eef7dea255486b3de8899c84d69a2d46a38c3bd - 0.0% (444 Bytes)

[#003] sha256:2740a019f5c96a571ff55ddf9865c2a106f117eb5df6679dd1dbc8010341d201 - 0.0% (395 Bytes)

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

[#005] sha256:9755cafc5bdf1ef5a5b841060aa0f0cab13036f13532958c15e57b5800e7d10d - 0.0% (630 Bytes)


History
2017-06-16 22:15:53 UTC

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

2017-06-16 22:15:54 UTC

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

2017-06-16 22:15:54 UTC

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

2017-06-16 22:15:55 UTC

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

2017-06-16 22:16:04 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-16 22:16:05 UTC

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

2017-06-16 22:16:06 UTC

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

2017-06-16 22:20:55 UTC

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

2017-06-16 22:20:56 UTC

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

2017-06-16 22:20:56 UTC

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

2017-06-16 22:20:56 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 8 Build-date:- June-16-2017-22:20:48-UTC

2017-06-16 22:20:56 UTC

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

2017-06-16 22:20:57 UTC

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

2017-06-16 22:20:57 UTC

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

2017-06-16 22:20:59 UTC

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

2017-06-16 22:45:19 UTC

|4 BUILD_DATE=June-16-2017-22:20:48-UTC QBITTORRENT_VER=3.3.12 RASTERBAR_VER=1.0.11 VERSION=8 /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-16 22:45:20 UTC

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

2017-06-16 22:45:20 UTC

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

2017-06-16 22:45:20 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