Namespace
linuxserver
Image / Tag
calibre-web:arm64v8-c748716a-ls11
Content Digest
sha256:056b01f760e90c50650a24eadb902655827a69ce05004effca04abb3f09ec955
Details
Created

2019-04-19 11:08:56 UTC

Size

92 MB

Content Digest
Labels
  • MAINTAINER
    sparkyballs,TheLamer
  • build_version
    Linuxserver.io version:- c748716a-ls11 Build-date:- 2019-04-19T06:38:17-04:00
  • maintainer
    chbmb

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:49e60981ede5e5730a9bad90e13d025a6a8c98b227bba2d3d636fa6cf64e327d - 2.91% (2.68 MB)

[#001] sha256:08527e516ec813b23760588abded6ace43fd9c0b5152bc3d0f18cf2c42a39ee4 - 1.71% (1.57 MB)

[#002] sha256:049ec98cbfe8682fba7b3b05d68f2f7e84c542507e16051fdd8848ea6232c391 - 5.45% (5.02 MB)

[#003] sha256:05a50d7414088fe497f1acd3eaac646478b39a2be668d26796f6f80304c203f8 - 0.0% (450 Bytes)

[#004] sha256:766f4f6ee678967eaf10f2fa446ece0952c58ff0a030af23428af55b512a1907 - 39.04% (35.9 MB)

[#005] sha256:401dd1d42b15316c75665070ae4409378e4fac63ad12547718b2f49fe38491f8 - 50.88% (46.8 MB)

[#006] sha256:cb4bbb8bf63fbbbcfd035b8b1900ce6f0a8f205e059bc887d216daedebe02192 - 0.0% (2.15 KB)


History
2019-03-22 00:10:09 UTC

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

2019-03-22 00:10:10 UTC

/bin/sh -c #(nop) COPY file:252e67e7e6dc493b406cb5806c23967ecdbea98b88c359a799de12f94be6c067 in /usr/bin

2019-03-22 00:10:10 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- Build-date:-

2019-03-22 00:10:11 UTC

/bin/sh -c #(nop) LABEL MAINTAINER=sparkyballs,TheLamer

2019-03-22 00:10:12 UTC

/bin/sh -c #(nop) ARG OVERLAY_VERSION=v1.22.0.0

2019-03-22 00:10:12 UTC

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

2019-03-22 00:10:13 UTC

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

2019-03-22 00:10:24 UTC

|2 OVERLAY_ARCH=aarch64 OVERLAY_VERSION=v1.22.0.0 /bin/sh -c echo "**** install build packages ****" && apk add --no-cache --virtual=build-dependencies curl tar && echo "**** install runtime packages ****" && apk add --no-cache bash ca-certificates coreutils shadow tzdata && echo "**** add s6 overlay ****" && 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 / && 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 && echo "**** cleanup ****" && apk del --purge build-dependencies && rm -rf /tmp/*

2019-03-22 00:10:26 UTC

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

2019-03-22 00:10:26 UTC

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

2019-04-15 16:50:52 UTC

/bin/sh -c echo "**** install build packages ****" && apk add --no-cache --virtual=build-dependencies autoconf automake freetype-dev g++ gcc jpeg-dev lcms2-dev libffi-dev libpng-dev libwebp-dev linux-headers make openjpeg-dev openssl-dev python2-dev tiff-dev zlib-dev && echo "**** install runtime packages ****" && apk add --no-cache curl freetype git lcms2 libjpeg-turbo libwebp openjpeg openssl p7zip py2-lxml py2-pip python2 tar tiff unrar unzip vnstat wget xz zlib && echo "**** install pip packages ****" && pip install --no-cache-dir -U pip && pip install -U cheetah configparser ndg-httpsclient notify paramiko pillow psutil pyopenssl requests setuptools urllib3 virtualenv && echo "**** clean up ****" && apk del --purge build-dependencies && rm -rf /root/.cache /tmp/*

2019-04-19 10:39:30 UTC

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

2019-04-19 10:39:31 UTC

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

2019-04-19 10:39:31 UTC

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

2019-04-19 10:39:32 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- c748716a-ls11 Build-date:- 2019-04-19T06:38:17-04:00

2019-04-19 10:39:33 UTC

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

2019-04-19 11:08:51 UTC

|3 BUILD_DATE=2019-04-19T06:38:17-04:00 CALIBRE_COMMIT=c748716a VERSION=c748716a-ls11 /bin/sh -c echo "**** install build packages ****" && apk add --no-cache --virtual=build-dependencies file fontconfig-dev freetype-dev g++ gcc ghostscript-dev lcms2-dev libjpeg-turbo-dev libpng-dev libtool libwebp-dev libxml2-dev libxslt-dev make perl-dev python2-dev tiff-dev xz zlib-dev && echo "**** install runtime packages ****" && apk add --no-cache fontconfig freetype ghostscript imagemagick6 jq lcms2 libjpeg-turbo libltdl libpng libwebp libxml2 libxslt tiff zlib && echo "**** install calibre-web ****" && if [ -z ${CALIBRE_COMMIT+x} ]; then CALIBRE_COMMIT=$(curl -sX GET https://api.github.com/repos/janeczku/calibre-web/commits/master | jq -r '. | .sha'); fi && mkdir -p /app/calibre-web && curl -o /tmp/calibre-web.tar.gz -L https://github.com/janeczku/calibre-web/archive/${CALIBRE_COMMIT}.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 -r optional-requirements.txt && echo "**** cleanup ****" && apk del --purge build-dependencies && rm -rf /tmp/*

2019-04-19 11:08:55 UTC

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

2019-04-19 11:08:56 UTC

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

2019-04-19 11:08:56 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