Namespace
linuxserver
Image / Tag
qbittorrent:13
Content Digest
sha256:0239cad49efe4d6a3cd46776fa0d677c55aa9f91bcc7eedfc8c085ad7e05543a
Details
Created

2017-07-12 18:47:20 UTC

Size

33.2 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 13 Build-date:- July-12-2017-18:28:40-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:857d82298fd90debb99480f36247e328659bd7cbec405b8dfdace0c5dc264b13 - 6.06% (2.01 MB)

[#001] sha256:19f7df0202fcea7e5cd91a4d7dddc7e510712fe5a5611717e06f3d46552a552f - 19.85% (6.6 MB)

[#002] sha256:8982ff6fb6526e642d61626488c12a0237111e74b763efb538683d4903051d47 - 0.0% (445 Bytes)

[#003] sha256:b5e717fc19a3e03d63d3a9ac75eef97c63fc8cdc7745902c58d6af1be5539bd4 - 0.0% (394 Bytes)

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

[#005] sha256:4605f7f76847190e67e2899bce36e00a611a182719db009ae33f11acfcbd9a79 - 0.0% (631 Bytes)


History
2017-07-12 12:30:56 UTC

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

2017-07-12 12:30:57 UTC

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

2017-07-12 12:30:57 UTC

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

2017-07-12 12:30:58 UTC

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

2017-07-12 12:31:08 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-07-12 12:31:10 UTC

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

2017-07-12 12:31:10 UTC

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

2017-07-12 18:28:42 UTC

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

2017-07-12 18:28:42 UTC

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

2017-07-12 18:28:42 UTC

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

2017-07-12 18:28:42 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 13 Build-date:- July-12-2017-18:28:40-UTC

2017-07-12 18:28:43 UTC

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

2017-07-12 18:28:43 UTC

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

2017-07-12 18:28:43 UTC

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

2017-07-12 18:28:44 UTC

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

2017-07-12 18:47:19 UTC

|4 BUILD_DATE=July-12-2017-18:28:40-UTC QBITTORRENT_VER=3.3.12 RASTERBAR_VER=1.0.11 VERSION=13 /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-07-12 18:47:19 UTC

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

2017-07-12 18:47:20 UTC

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

2017-07-12 18:47: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