Namespace
linuxserver
Image / Tag
calibre-web:amd64-0.6.8-ls65
Content Digest
sha256:b17e17b119b1c02e7fd26e10f117d3fec2fccacc149c5b4325036e11c82fc29c
Details
Created

2020-06-04 02:56:49 UTC

Size

127 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 0.6.8-ls65 Build-date:- 2020-06-03T22:53:32-04:00
  • maintainer
    chbmb

Environment
HOME

/root

LANG

en_US.UTF-8

LANGUAGE

en_US.UTF-8

PATH

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

TERM

xterm


Layers

[#000] sha256:eade91583e3eaed82527428bb5253c9938a78fa489c418c5d98779f5278de840 - 20.1% (25.5 MB)

[#001] sha256:5318222e0b9e19b0c83d7b675281d88476cafd2750985e478fe9152b7c6ccd41 - 0.0% (280 Bytes)

[#002] sha256:b62b45a46472af25fa408d9a13df7530059086adaaf435772fc5dc3ae7c3bcf1 - 10.24% (13 MB)

[#003] sha256:119a408efe7a79b6f31e77973f3602c5a6a82b67ac7e3d0c2489de42a8fbac70 - 0.0% (4.14 KB)

[#004] sha256:77c310133772e74eb16e946b8b97b5782a2fcd6744a4bcebb6205141cad15fc2 - 69.65% (88.2 MB)

[#005] sha256:39d72d9371202ff6d76c8047112d802f6315e42386e31e43e2388fa5a48814de - 0.0% (4.12 KB)


History
2020-06-03 13:30:23 UTC

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

2020-06-03 13:30:24 UTC

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

2020-06-03 13:30:24 UTC

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

2020-06-03 13:30:24 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 91634c49-ls41 Build-date:- 2020-06-03T13:29:08+00:00

2020-06-03 13:30:25 UTC

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

2020-06-03 13:30:25 UTC

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

2020-06-03 13:30:25 UTC

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

2020-06-03 13:30:26 UTC

/bin/sh -c #(nop) ARG DEBIAN_FRONTEND=noninteractive

2020-06-03 13:30:26 UTC

/bin/sh -c #(nop) ENV HOME=/root LANGUAGE=en_US.UTF-8 LANG=en_US.UTF-8 TERM=xterm

2020-06-03 13:30:26 UTC

/bin/sh -c #(nop) COPY file:a0afddf6c2c99dee6409f51005a22f49cffa569aa0e8ad133ed14c730847fd57 in /etc/apt/

2020-06-03 13:31:01 UTC

|5 BUILD_DATE=2020-06-03T13:29:08+00:00 DEBIAN_FRONTEND=noninteractive OVERLAY_ARCH=amd64 OVERLAY_VERSION=v2.0.0.1 VERSION=91634c49-ls41 /bin/sh -c echo "**** Ripped from Ubuntu Docker Logic ****" && set -xe && echo '#!/bin/sh' > /usr/sbin/policy-rc.d && echo 'exit 101' >> /usr/sbin/policy-rc.d && chmod +x /usr/sbin/policy-rc.d && dpkg-divert --local --rename --add /sbin/initctl && cp -a /usr/sbin/policy-rc.d /sbin/initctl && sed -i 's/^exit.*/exit 0/' /sbin/initctl && echo 'force-unsafe-io' > /etc/dpkg/dpkg.cfg.d/docker-apt-speedup && echo 'DPkg::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };' > /etc/apt/apt.conf.d/docker-clean && echo 'APT::Update::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };' >> /etc/apt/apt.conf.d/docker-clean && echo 'Dir::Cache::pkgcache ""; Dir::Cache::srcpkgcache "";' >> /etc/apt/apt.conf.d/docker-clean && echo 'Acquire::Languages "none";' > /etc/apt/apt.conf.d/docker-no-languages && echo 'Acquire::GzipIndexes "true"; Acquire::CompressionTypes::Order:: "gz";' > /etc/apt/apt.conf.d/docker-gzip-indexes && echo 'Apt::AutoRemove::SuggestsImportant "false";' > /etc/apt/apt.conf.d/docker-autoremove-suggests && mkdir -p /run/systemd && echo 'docker' > /run/systemd/container && echo "**** install apt-utils and locales ****" && apt-get update && apt-get install -y apt-utils locales && echo "**** install packages ****" && apt-get install -y curl tzdata && echo "**** generate locale ****" && locale-gen en_US.UTF-8 && 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 ****" && 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 && echo "**** cleanup ****" && apt-get clean && rm -rf /tmp/* /var/lib/apt/lists/* /var/tmp/*

2020-06-03 13:31:02 UTC

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

2020-06-03 13:31:02 UTC

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

2020-06-04 02:54:32 UTC

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

2020-06-04 02:54:32 UTC

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

2020-06-04 02:54:32 UTC

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

2020-06-04 02:54:32 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 0.6.8-ls65 Build-date:- 2020-06-03T22:53:32-04:00

2020-06-04 02:54:33 UTC

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

2020-06-04 02:56:47 UTC

|3 BUILD_DATE=2020-06-03T22:53:32-04:00 CALIBREWEB_RELEASE=0.6.8 VERSION=0.6.8-ls65 /bin/sh -c echo "**** install build packages ****" && apt-get update && apt-get install -y git libldap2-dev libsasl2-dev python3-pip && echo "**** install runtime packages ****" && apt-get install -y imagemagick libnss3 libxcomposite1 libxslt1.1 libldap-2.4-2 libsasl2-2 python3-minimal unrar && echo "**** install calibre-web ****" && if [ -z ${CALIBREWEB_RELEASE+x} ]; then CALIBREWEB_RELEASE=$(curl -sX GET "https://api.github.com/repos/janeczku/calibre-web/releases/latest" | awk '/tag_name/{print $4;exit}' FS='[""]'); fi && curl -o /tmp/calibre-web.tar.gz -L https://github.com/janeczku/calibre-web/archive/${CALIBREWEB_RELEASE}.tar.gz && mkdir -p /app/calibre-web && tar xf /tmp/calibre-web.tar.gz -C /app/calibre-web --strip-components=1 && cd /app/calibre-web && pip3 install --no-cache-dir -U -r requirements.txt && pip3 install --no-cache-dir -U -r optional-requirements.txt && echo "**** cleanup ****" && apt-get -y purge git libldap2-dev libsasl2-dev python3-pip && apt-get -y autoremove && rm -rf /tmp/* /var/lib/apt/lists/* /var/tmp/*

2020-06-04 02:56:49 UTC

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

2020-06-04 02:56:49 UTC

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

2020-06-04 02:56:49 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