Namespace
linuxserver
Image / Tag
prowlarr:amd64-nightly-0.3.0.1712-ls324
Content Digest
sha256:a27ed5a380c6dd060af505f98181843b47d1e4cb11adfaaaf44354ccf1a00d1f
Details
Created

2022-04-30 02:26:50 UTC

Size

112 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 0.3.0.1712-ls324 Build-date:- 2022-04-29T21:25:26-05:00
  • maintainer
    Roxedus,thespad
  • org.opencontainers.image.authors
    linuxserver.io
  • org.opencontainers.image.created
    2022-04-29T21:25:26-05: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
    c8c5a0226118e5d6d964c771029c1096b8ca5904
  • org.opencontainers.image.revision
    c8c5a0226118e5d6d964c771029c1096b8ca5904
  • 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.3.0.1712-ls324

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:47e236d47c007c7ff2c78645ccf47a9e2491d6ba9c0c2a49223ba703d0eae70e - 2.51% (2.8 MB)

[#001] sha256:dd7e2ebfa9e92390e529ba1525f90b778ef8ca9442e05f755ec1581446c43156 - 1.61% (1.8 MB)

[#002] sha256:759b9b2dbbfc950c941fc8642a0f77fe3b50abbfcb5aad04d98ee708354e9478 - 1.55% (1.74 MB)

[#003] sha256:2f1f11dc09bce0390b04945f85445f02cc4ed98d0630236dbb1c3ed5e9cc2c03 - 0.0% (439 Bytes)

[#004] sha256:0745ee13e1e38560d431999919211b7130e6af518f37b7e7026cf213cd5a8a20 - 2.74% (3.06 MB)

[#005] sha256:289cfef001921d9e464d64e61b610118913d77df69dce460052f21f732ef1778 - 0.0% (3.62 KB)

[#006] sha256:89e45cb80b2f6dd1810dcf3b9ef81e3a611cbbcd5b811a7e3b8353f194d58bea - 91.58% (102 MB)

[#007] sha256:0472c3215daea107a7dd735040c6982d0a0d04d58d3523e637478811067151c2 - 0.0% (442 Bytes)


History
2022-04-21 19:34:27 UTC

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

2022-04-21 19:34:27 UTC

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

2022-04-21 19:34:27 UTC

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

2022-04-21 19:34:27 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 5b84806a-ls13 Build-date:- 2022-04-21T21:33:27+02:00

2022-04-21 19:34:27 UTC

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

2022-04-21 19:34:28 UTC

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

2022-04-21 19:34:28 UTC

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

2022-04-21 19:34:29 UTC

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

2022-04-21 19:34:30 UTC

|4 BUILD_DATE=2022-04-21T21:33:27+02:00 OVERLAY_ARCH=amd64 OVERLAY_VERSION=v2.2.0.3 VERSION=5b84806a-ls13 /bin/sh -c chmod +x /tmp/s6-overlay-${OVERLAY_ARCH}-installer && /tmp/s6-overlay-${OVERLAY_ARCH}-installer / && rm /tmp/s6-overlay-${OVERLAY_ARCH}-installer

2022-04-21 19:34:30 UTC

/bin/sh -c #(nop) COPY dir:946d679880d0fb0651159e9c7af5c1409fedf29f47438b8e25b84b89e523faac in /tmp/patch

2022-04-21 19:34:30 UTC

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

2022-04-21 19:34:33 UTC

|4 BUILD_DATE=2022-04-21T21:33:27+02:00 OVERLAY_ARCH=amd64 OVERLAY_VERSION=v2.2.0.3 VERSION=5b84806a-ls13 /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 "**** cleanup ****" && apk del --purge build-dependencies && rm -rf /tmp/*

2022-04-21 19:34:33 UTC

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

2022-04-21 19:34:33 UTC

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

2022-04-21 19:34:33 UTC

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

2022-04-21 19:34:33 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-04-21T21:33:27+02:00

2022-04-21 19:34:34 UTC

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

2022-04-21 19:34:34 UTC

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

2022-04-21 19:34:34 UTC

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

2022-04-21 19:34:34 UTC

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

2022-04-21 19:34:34 UTC

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

2022-04-21 19:34:34 UTC

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

2022-04-21 19:34:34 UTC

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

2022-04-21 19:34:34 UTC

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

2022-04-21 19:34:35 UTC

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

2022-04-21 19:34:35 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=5b84806a-ls13

2022-04-30 02:26:32 UTC

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

2022-04-30 02:26:32 UTC

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

2022-04-30 02:26:33 UTC

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

2022-04-30 02:26:33 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 0.3.0.1712-ls324 Build-date:- 2022-04-29T21:25:26-05:00

2022-04-30 02:26:33 UTC

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

2022-04-30 02:26:34 UTC

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

2022-04-30 02:26:34 UTC

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

2022-04-30 02:26:48 UTC

|4 BUILD_DATE=2022-04-29T21:25:26-05:00 PROWLARR_BRANCH=nightly PROWLARR_RELEASE=0.3.0.1712 VERSION=0.3.0.1712-ls324 /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=x64" && 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-04-30 02:26:48 UTC

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

2022-04-30 02:26:49 UTC

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

2022-04-30 02:26:49 UTC

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

2022-04-30 02:26:49 UTC

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

2022-04-30 02:26:49 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-04-29T21:25:26-05:00

2022-04-30 02:26:49 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-04-30 02:26:49 UTC

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

2022-04-30 02:26:49 UTC

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

2022-04-30 02:26:49 UTC

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

2022-04-30 02:26:49 UTC

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

2022-04-30 02:26:49 UTC

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

2022-04-30 02:26:50 UTC

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

2022-04-30 02:26:50 UTC

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

2022-04-30 02:26:50 UTC

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

2022-04-30 02:26:50 UTC

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

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