Namespace
linuxserver
Image / Tag
calibre-web:44
Content Digest
sha256:0e0e5e9782b14ba150e16d8360b2a7e99e1e92f9309629b14a4601eb4dc6da1d
Details
Created

2018-02-09 23:24:02 UTC

Size

100 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 44 Build-date:- February-09-2018-23:10:14-UTC
  • 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:f0234c23622aeb50b55147a08902120ac76fc8d800735496e4fd31f6a998f627 - 2.07% (2.08 MB)

[#001] sha256:c6d3f0be59f43df72ddae35468a8bc87a5da367541e4f89ef386f17a3c9ebfc6 - 6.7% (6.73 MB)

[#002] sha256:bd022836b126386c4ad341cc75a4ab7de8d5dbb30c216cfcb5db0a1c5aac9195 - 0.0% (457 Bytes)

[#003] sha256:d2480aab36707ef31a00b3fd98b8198bd979bbc66b5b538d615a57d9a29760b4 - 36.19% (36.3 MB)

[#004] sha256:b6d83f07d4f6fb2ab086a15b73199327ba27de8163a3eee9e1822b4419d0ef68 - 55.03% (55.2 MB)

[#005] sha256:40b51d1f76631b134f3d4e090bc24fc68a45e08f0a7cbea864b4c81bfa80a54a - 0.0% (1.85 KB)


History
2018-02-09 23:03:39 UTC

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

2018-02-09 23:03:40 UTC

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

2018-02-09 23:03:41 UTC

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

2018-02-09 23:03:42 UTC

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

2018-02-09 23:03:42 UTC

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

2018-02-09 23:03:51 UTC

|2 OVERLAY_ARCH=amd64 OVERLAY_VERSION=v1.21.2.2 /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/*

2018-02-09 23:03:52 UTC

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

2018-02-09 23:03:52 UTC

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

2018-02-09 23:09:25 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 --no-cache-dir -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/*

2018-02-09 23:10:20 UTC

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

2018-02-09 23:10:21 UTC

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

2018-02-09 23:10:21 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 44 Build-date:- February-09-2018-23:10:14-UTC

2018-02-09 23:10:21 UTC

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

2018-02-09 23:24:02 UTC

|2 BUILD_DATE=February-09-2018-23:10:14-UTC VERSION=44 /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 lcms2 libjpeg-turbo libltdl libpng libwebp libxml2 libxslt tiff zlib && echo "**** compile imagemagic ****" && IMAGEMAGICK_VER=$(curl --silent http://www.imagemagick.org/download/digest.rdf | grep ImageMagick-6.*tar.xz | sed 's/\(.*\).tar.*/\1/' | sed 's/^.*ImageMagick-/ImageMagick-/') && mkdir -p /tmp/imagemagick && curl -o /tmp/imagemagick-src.tar.xz -L "http://www.imagemagick.org/download/${IMAGEMAGICK_VER}.tar.xz" && tar xf /tmp/imagemagick-src.tar.xz -C /tmp/imagemagick --strip-components=1 && cd /tmp/imagemagick && sed -i -e 's:DOCUMENTATION_PATH="${DATA_DIR}/doc/${DOCUMENTATION_RELATIVE_PATH}":DOCUMENTATION_PATH="/usr/share/doc/imagemagick":g' configure && ./configure --infodir=/usr/share/info --mandir=/usr/share/man --prefix=/usr --sysconfdir=/etc --with-gs-font-dir=/usr/share/fonts/Type1 --with-gslib --with-lcms2 --with-modules --without-threads --without-x --with-tiff --with-xml && make && make install && find / -name '.packlist' -o -name 'perllocal.pod' -o -name '*.bs' -delete && echo "**** install calibre-web ****" && 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 -r optional-requirements.txt && echo "**** cleanup ****" && apk del --purge build-dependencies && rm -rf /tmp/*

2018-02-09 23:24:02 UTC

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

2018-02-09 23:24:02 UTC

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

2018-02-09 23:24:02 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