Namespace
linuxserver
Image / Tag
calibre-web:1
Content Digest
sha256:0b5dab8eee5216144cc24edf1bc40c1c97e0c65d9df50da69d0c96eae6453563
Details
Created

2017-07-17 16:50:45 UTC

Size

57.1 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 1 Build-date:- July-17-2017-16:50:00-UTC

Environment
HOME

/root

PATH

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

PS1

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

TERM

xterm


Layers

[#000] sha256:99ca82727ac1738032b76860c64d9376bbe1c488eb6dab9f350b6bda6574d757 - 3.49% (1.99 MB)

[#001] sha256:9f5e1d8c30ad443e5cbbea996dc2aa366d4d3682c5311dfb5fe1b8148f2622e0 - 11.51% (6.57 MB)

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

[#003] sha256:22a78b6eed3fa2c17f7526bfa142d3911941e9cc425f33ba407ea725e8ba588e - 31.85% (18.2 MB)

[#004] sha256:ec6ded5c51dd21625d66d8126da47d8f27db60b9e776baf2272f3c2b5c2f3673 - 0.0% (2.6 KB)

[#005] sha256:e59597383a85a11cfbb2175b76a518f9a84e8abfa50a09d6d5d5cbd7f5aee92b - 53.15% (30.3 MB)

[#006] sha256:6ed538f28d8875f86330d5c96ab30bfcd37e3c44067287d5da8466aafe15c58c - 0.0% (911 Bytes)


History
2017-05-26 21:47:41 UTC

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

2017-05-26 21:47:42 UTC

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

2017-05-26 21:47:42 UTC

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

2017-05-26 21:47:43 UTC

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

2017-05-26 21:47:52 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-26 21:47:52 UTC

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

2017-05-26 21:47:53 UTC

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

2017-05-26 21:48:56 UTC

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

2017-05-26 21:49:11 UTC

/bin/sh -c apk add --no-cache apache2-utils git logrotate nano nginx openssl && apk add --no-cache --repository http://nl.alpinelinux.org/alpine/edge/main libressl2.5-libssl && apk add --no-cache --repository http://nl.alpinelinux.org/alpine/edge/community php7 php7-fileinfo php7-fpm php7-json php7-mbstring php7-openssl php7-session php7-simplexml php7-xml php7-xmlwriter php7-zlib && echo 'fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;' >> /etc/nginx/fastcgi_params && rm -f /etc/nginx/conf.d/default.conf && sed -i "s#/var/log/messages {}.*# #g" /etc/logrotate.conf

2017-05-26 21:49:13 UTC

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

2017-05-26 21:49:14 UTC

/bin/sh -c #(nop) EXPOSE 443/tcp 80/tcp

2017-05-26 21:49:15 UTC

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

2017-07-17 16:50:11 UTC

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

2017-07-17 16:50:11 UTC

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

2017-07-17 16:50:12 UTC

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

2017-07-17 16:50:12 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 1 Build-date:- July-17-2017-16:50:00-UTC

2017-07-17 16:50:44 UTC

|2 BUILD_DATE=July-17-2017-16:50:00-UTC VERSION=1 /bin/sh -c apk add --no-cache --virtual=build-dependencies curl g++ gcc git make python2-dev tar && apk add --no-cache py2-lxml py2-pip python2 && mkdir -p /app/calibre-web && curl -o /tmp/calibre-web.tar.gz -L https://github.com/janeczku/calibre-web/archive/master.tar.gz && tar xf /tmp/calibre-web.tar.gz -C /app/calibre-web --strip-components=1 && cd /app/calibre-web && pip install --no-cache-dir -U -r requirements.txt && pip install --no-cache-dir -U gunicorn Wand && apk del --purge build-dependencies && rm -rf /etc/services.d/php-fpm /etc/logrotate.d/php-fpm7 /tmp/*

2017-07-17 16:50:45 UTC

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

2017-07-17 16:50:45 UTC

/bin/sh -c #(nop) EXPOSE 80/tcp

2017-07-17 16:50:45 UTC

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

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