Namespace
linuxserver
Image / Tag
prowlarr:arm32v7-nightly-alpine-0.1.10.1357-ls18
Content Digest
sha256:0b8de3bcd1b84e6935d502d63410e46fb19bc631faf45a39623eb40fc70d834e
Details
Created

2022-01-04 01:50:00 UTC

Size

108 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 0.1.10.1357-ls18 Build-date:- 2022-01-04T02:48:05+01:00
  • maintainer
    thespad
  • org.opencontainers.image.authors
    linuxserver.io
  • org.opencontainers.image.created
    2022-01-04T02:48:05+01:00
  • org.opencontainers.image.description
    [Prowlarr](https://github.com/Prowlarr/Prowlarr) is a indexer manager/proxy built on the popular arr .net/reactjs base stack to integrate with your various PVR apps. Prowlarr supports both Torrent Trackers and Usenet Indexers. It integrates seamlessly with Sonarr, Radarr, Lidarr, and Readarr offering complete management of your indexers with no per app Indexer setup required (we do it all).
  • org.opencontainers.image.documentation
    https://docs.linuxserver.io/images/docker-prowlarr
  • org.opencontainers.image.licenses
    GPL-3.0-only
  • org.opencontainers.image.ref.name
    13af9fbaa212d856e476e6888ae94cf854f8fbd9
  • org.opencontainers.image.revision
    13af9fbaa212d856e476e6888ae94cf854f8fbd9
  • org.opencontainers.image.source
    https://github.com/linuxserver/docker-prowlarr
  • org.opencontainers.image.title
    Prowlarr
  • org.opencontainers.image.url
    https://github.com/linuxserver/docker-prowlarr/packages
  • org.opencontainers.image.vendor
    linuxserver.io
  • org.opencontainers.image.version
    0.1.10.1357-ls18

Environment
HOME

/root

PATH

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

PS1

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

TERM

xterm

XDG_CONFIG_HOME

/config/xdg


Layers

[#000] sha256:b86612756f9b44de7c47ca7d51c982c67c8c27d2a9eb6f00639a5a8576e90c1f - 2.24% (2.42 MB)

[#001] sha256:3a30604de9da49c8ab3aac78a10ae6bcc81fcf7447723822d1eaf7c966eb91a7 - 1.99% (2.15 MB)

[#002] sha256:09b94681b19172ed027b00f1fe123e1b8cf84a8f51abbeba9ec2119cac7c13f6 - 1.92% (2.08 MB)

[#003] sha256:7f97612f7c1178107b337952e8bad6f280d796e5aa99848cff0ff3fc4aa2eb4c - 0.0% (437 Bytes)

[#004] sha256:c029ccda7557eaddbf0ae508a005fc489c9f72f13324e64f0b4f21c5b3c11301 - 3.87% (4.19 MB)

[#005] sha256:5d8c16f909f5f1d9592a75f21746b046f08a32257295a17f1931e771efbdaa93 - 0.0% (3.12 KB)

[#006] sha256:ad6e511a1ae846354baf5bceb2d74aa0f3f8c7231c43e45667d762f8fcc7ff99 - 89.96% (97.2 MB)

[#007] sha256:8025975f975709ef40131a9fd3ac189cf737480a6521d5c53d6eb0a358b3d5f1 - 0.0% (442 Bytes)


History
2021-12-21 18:01:34 UTC

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

2021-12-21 18:01:34 UTC

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

2021-12-21 18:01:34 UTC

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

2021-12-21 18:01:35 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 66d266ad-ls4 Build-date:- 2021-12-21T19:00:24+01:00

2021-12-21 18:01:35 UTC

/bin/sh -c #(nop) LABEL maintainer=TheLamer

2021-12-21 18:01:35 UTC

/bin/sh -c #(nop) ARG OVERLAY_VERSION=v2.2.0.3

2021-12-21 18:01:35 UTC

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

2021-12-21 18:01:37 UTC

/bin/sh -c #(nop) ADD ffd4c4f41dd5b855eda9542d3338699a126cdceb4a4983c2945f990da27dabcd in /tmp/

2021-12-21 18:01:39 UTC

|4 BUILD_DATE=2021-12-21T19:00:24+01:00 OVERLAY_ARCH=arm OVERLAY_VERSION=v2.2.0.3 VERSION=66d266ad-ls4 /bin/sh -c chmod +x /tmp/s6-overlay-${OVERLAY_ARCH}-installer && /tmp/s6-overlay-${OVERLAY_ARCH}-installer / && rm /tmp/s6-overlay-${OVERLAY_ARCH}-installer

2021-12-21 18:01:39 UTC

/bin/sh -c #(nop) COPY dir:2a0c8eefbc626d88c908270394a871a18b0a99fe7bb3b6afa25450bf16756e80 in /tmp/patch

2021-12-21 18:01:39 UTC

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

2021-12-21 18:01:47 UTC

|4 BUILD_DATE=2021-12-21T19:00:24+01:00 OVERLAY_ARCH=arm OVERLAY_VERSION=v2.2.0.3 VERSION=66d266ad-ls4 /bin/sh -c echo "**** install build packages ****" && apk add --no-cache --virtual=build-dependencies curl patch tar && echo "**** install runtime packages ****" && apk add --no-cache bash ca-certificates coreutils procps shadow tzdata && echo "**** create abc user and make our folders ****" && groupmod -g 1000 users && useradd -u 911 -U -d /config -s /bin/false abc && usermod -G users abc && mkdir -p /app /config /defaults && mv /usr/bin/with-contenv /usr/bin/with-contenvb && patch -u /etc/s6/init/init-stage2 -i /tmp/patch/etc/s6/init/init-stage2.patch && echo "**** add qemu ****" && curl -o /usr/bin/qemu-arm-static -L "https://lsio-ci.ams3.digitaloceanspaces.com/qemu-arm-static" && chmod +x /usr/bin/qemu-arm-static && echo "**** cleanup ****" && apk del --purge build-dependencies && rm -rf /tmp/*

2021-12-21 18:01:48 UTC

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

2021-12-21 18:01:48 UTC

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

2021-12-21 18:01:48 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io

2021-12-21 18:01:49 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-12-21T19:00:24+01:00

2021-12-21 18:01:49 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.description=baseimage-alpine image by linuxserver.io

2021-12-21 18:01:49 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-baseimage-alpine

2021-12-21 18:01:49 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only

2021-12-21 18:01:50 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=cde88b797c53dee636649ae7d1de69f49ad7c929

2021-12-21 18:01:50 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=cde88b797c53dee636649ae7d1de69f49ad7c929

2021-12-21 18:01:50 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-baseimage-alpine

2021-12-21 18:01:50 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Baseimage-alpine

2021-12-21 18:01:51 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-baseimage-alpine/packages

2021-12-21 18:01:51 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io

2021-12-21 18:01:51 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=66d266ad-ls4

2022-01-04 01:49:14 UTC

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

2022-01-04 01:49:14 UTC

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

2022-01-04 01:49:14 UTC

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

2022-01-04 01:49:14 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 0.1.10.1357-ls18 Build-date:- 2022-01-04T02:48:05+01:00

2022-01-04 01:49:15 UTC

/bin/sh -c #(nop) LABEL maintainer=thespad

2022-01-04 01:49:15 UTC

/bin/sh -c #(nop) ARG PROWLARR_BRANCH=nightly

2022-01-04 01:49:15 UTC

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

2022-01-04 01:49:56 UTC

|4 BUILD_DATE=2022-01-04T02:48:05+01:00 PROWLARR_BRANCH=nightly PROWLARR_RELEASE=0.1.10.1357 VERSION=0.1.10.1357-ls18 /bin/sh -c echo "**** install packages ****" && apk add -U --upgrade --no-cache curl jq icu-libs sqlite-libs && echo "**** install prowlarr ****" && mkdir -p /app/prowlarr/bin && if [ -z ${PROWLARR_RELEASE+x} ]; then PROWLARR_RELEASE=$(curl -sL "https://prowlarr.servarr.com/v1/update/${PROWLARR_BRANCH}/changes?runtime=netcore&os=linuxmusl" | jq -r '.[0].version'); fi && curl -o /tmp/prowlarr.tar.gz -L "https://prowlarr.servarr.com/v1/update/${PROWLARR_BRANCH}/updatefile?version=${PROWLARR_RELEASE}&os=linuxmusl&runtime=netcore&arch=arm" && tar xzf /tmp/prowlarr.tar.gz -C /app/prowlarr/bin --strip-components=1 && echo -e "UpdateMethod=docker\nBranch=${PROWLARR_BRANCH}\nPackageVersion=${VERSION}\nPackageAuthor=[linuxserver.io](https://www.linuxserver.io/)" > /app/prowlarr/package_info && echo "**** cleanup ****" && rm -rf /app/prowlarr/bin/prowlarr.Update /tmp/* /var/tmp/*

2022-01-04 01:49:57 UTC

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

2022-01-04 01:49:57 UTC

/bin/sh -c #(nop) EXPOSE 9696

2022-01-04 01:49:57 UTC

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

2022-01-04 01:49:57 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io

2022-01-04 01:49:58 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-01-04T02:48:05+01:00

2022-01-04 01:49:58 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.description=[Prowlarr](https://github.com/Prowlarr/Prowlarr) is a indexer manager/proxy built on the popular arr .net/reactjs base stack to integrate with your various PVR apps. Prowlarr supports both Torrent Trackers and Usenet Indexers. It integrates seamlessly with Sonarr, Radarr, Lidarr, and Readarr offering complete management of your indexers with no per app Indexer setup required (we do it all).

2022-01-04 01:49:58 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-prowlarr

2022-01-04 01:49:59 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only

2022-01-04 01:49:59 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=13af9fbaa212d856e476e6888ae94cf854f8fbd9

2022-01-04 01:49:59 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=13af9fbaa212d856e476e6888ae94cf854f8fbd9

2022-01-04 01:49:59 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-prowlarr

2022-01-04 01:50:00 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Prowlarr

2022-01-04 01:50:00 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-prowlarr/packages

2022-01-04 01:50:00 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io

2022-01-04 01:50:00 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=0.1.10.1357-ls18

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