Namespace
linuxserver
Image / Tag
calibre-web:nightly-3d59a78c-ls19
Content Digest
sha256:986e535616f4a09ff71f5b47712f2694644143d94fde96f095d05a1c12942305
Details
Created

2022-11-22 03:49:51 -0600

Size

171 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 3d59a78c-ls19 Build-date:- 2022-11-22T03:46:28-06:00
  • maintainer
    chbmb
  • org.opencontainers.image.authors
    linuxserver.io
  • org.opencontainers.image.created
    2022-11-22T03:46:28-06:00
  • org.opencontainers.image.description
    [Calibre-web](https://github.com/janeczku/calibre-web) is a web app providing a clean interface for browsing, reading and downloading eBooks using an existing Calibre database. It is also possible to integrate google drive and edit metadata and your calibre library through the app itself. This software is a fork of library and licensed under the GPL v3 License.
  • org.opencontainers.image.documentation
    https://docs.linuxserver.io/images/docker-calibre-web
  • org.opencontainers.image.licenses
    GPL-3.0-only
  • org.opencontainers.image.ref.name
    bf7bf8aff949aecd0a68e088078d2c5b90cad281
  • org.opencontainers.image.revision
    bf7bf8aff949aecd0a68e088078d2c5b90cad281
  • org.opencontainers.image.source
    https://github.com/linuxserver/docker-calibre-web
  • org.opencontainers.image.title
    Calibre-web
  • org.opencontainers.image.url
    https://github.com/linuxserver/docker-calibre-web/packages
  • org.opencontainers.image.vendor
    linuxserver.io
  • org.opencontainers.image.version
    3d59a78c-ls19

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

S6_CMD_WAIT_FOR_SERVICES_MAXTIME

0

S6_STAGE2_HOOK

/docker-mods

S6_VERBOSITY

1

TERM

xterm


Layers

[#000] sha256:ebf691213160fa25f5da34d0bd65cfffee24a1d80284956af4343da9f5a2f03e - 18.31% (31.3 MB)

[#001] sha256:55b1bff96c0837f146f7f0b720f04b15d0cc8c6c2f0b7261097f869e3c41dfe3 - 0.0% (3.16 KB)

[#002] sha256:a1476e39899790df7ca3972588c089b8bd9036ed1267e23b77aee0e876a0a7ce - 0.0% (279 Bytes)

[#003] sha256:25267bd5f26552ff11b847ba631197032edb7e52877de91623a72321dd446bec - 7.59% (13 MB)

[#004] sha256:ff692eeb897693c76c5203ee69065d97a47408dade6577bcbacafc8347ceaa34 - 0.0% (4.5 KB)

[#005] sha256:bea101dacfd4814a4c98921282edcf5b1ff9217327211dd28f7f800e33053462 - 74.09% (127 MB)

[#006] sha256:c02e29131b302cbeba346d4df17ba69711167a8353000066cb588da8bf558801 - 0.0% (4.55 KB)


History
2022-11-21 22:54:48 -0600 (buildkit.dockerfile.v0)

COPY /root-out/ / # buildkit

2022-11-21 22:54:48 -0600 (buildkit.dockerfile.v0)

ARG BUILD_DATE

2022-11-21 22:54:48 -0600 (buildkit.dockerfile.v0)

ARG VERSION

2022-11-21 22:54:48 -0600 (buildkit.dockerfile.v0)

ARG MODS_VERSION=v3

2022-11-21 22:54:48 -0600 (buildkit.dockerfile.v0)

LABEL build_version=Linuxserver.io version:- b49d717a-ls50 Build-date:- 2022-11-21T22:53:41-06:00

2022-11-21 22:54:48 -0600 (buildkit.dockerfile.v0)

LABEL maintainer=TheLamer

2022-11-21 22:54:48 -0600 (buildkit.dockerfile.v0)

ADD https://raw.githubusercontent.com/linuxserver/docker-mods/mod-scripts/docker-mods.v3 /docker-mods # buildkit

2022-11-21 22:54:48 -0600 (buildkit.dockerfile.v0)

ARG DEBIAN_FRONTEND=noninteractive

2022-11-21 22:54:48 -0600 (buildkit.dockerfile.v0)

ENV HOME=/root LANGUAGE=en_US.UTF-8 LANG=en_US.UTF-8 TERM=xterm S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0 S6_VERBOSITY=1 S6_STAGE2_HOOK=/docker-mods

2022-11-21 22:54:48 -0600 (buildkit.dockerfile.v0)

COPY sources.list /etc/apt/ # buildkit

2022-11-21 22:55:13 -0600 (buildkit.dockerfile.v0)

RUN |4 BUILD_DATE=2022-11-21T22:53:41-06:00 VERSION=b49d717a-ls50 MODS_VERSION=v3 DEBIAN_FRONTEND=noninteractive /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 gnupg jq netcat tzdata && echo "**** generate locale ****" && locale-gen en_US.UTF-8 && 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 && chmod +x /docker-mods && echo "**** cleanup ****" && apt-get autoremove && apt-get clean && rm -rf /tmp/* /var/lib/apt/lists/* /var/tmp/* /var/log/* # buildkit

2022-11-21 22:55:13 -0600 (buildkit.dockerfile.v0)

COPY root/ / # buildkit

2022-11-21 22:55:13 -0600 (buildkit.dockerfile.v0)

ENTRYPOINT ["/init"]

2022-11-22 03:49:51 -0600 (buildkit.dockerfile.v0)

ARG BUILD_DATE

2022-11-22 03:49:51 -0600 (buildkit.dockerfile.v0)

ARG VERSION

2022-11-22 03:49:51 -0600 (buildkit.dockerfile.v0)

ARG CALIBREWEB_COMMIT

2022-11-22 03:49:51 -0600 (buildkit.dockerfile.v0)

LABEL build_version=Linuxserver.io version:- 3d59a78c-ls19 Build-date:- 2022-11-22T03:46:28-06:00

2022-11-22 03:49:51 -0600 (buildkit.dockerfile.v0)

LABEL maintainer=chbmb

2022-11-22 03:49:51 -0600 (buildkit.dockerfile.v0)

RUN |3 BUILD_DATE=2022-11-22T03:46:28-06:00 VERSION=3d59a78c-ls19 CALIBREWEB_COMMIT=3d59a78c /bin/sh -c echo "**** install build packages ****" && apt-get update && apt-get install -y --no-install-recommends build-essential git libldap2-dev libsasl2-dev python3-dev && echo "**** install runtime packages ****" && apt-get install -y --no-install-recommends imagemagick libldap-2.5-0 libnss3 libsasl2-2 libxcomposite1 libxi6 libxrandr2 libxslt1.1 python3-minimal python3-pip python3-pkg-resources unrar && echo "**** install calibre-web ****" && if [ -z ${CALIBREWEB_COMMIT+x} ]; then CALIBREWEB_COMMIT=$(curl -sX GET "https://api.github.com/repos/janeczku/calibre-web/commits/master" | awk '/sha/{print $4;exit}' FS='[""]'); fi && curl -o /tmp/calibre-web.tar.gz -L "https://github.com/janeczku/calibre-web/archive/${CALIBREWEB_COMMIT}.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 pip wheel && pip install --no-cache-dir -U --ignore-installed --find-links https://wheel-index.linuxserver.io/ubuntu/ -r requirements.txt -r optional-requirements.txt && echo "***install kepubify" && if [ -z ${KEPUBIFY_RELEASE+x} ]; then KEPUBIFY_RELEASE=$(curl -sX GET "https://api.github.com/repos/pgaskin/kepubify/releases/latest" | awk '/tag_name/{print $4;exit}' FS='[""]'); fi && curl -o /usr/bin/kepubify -L https://github.com/pgaskin/kepubify/releases/download/${KEPUBIFY_RELEASE}/kepubify-linux-64bit && echo "**** cleanup ****" && apt-get -y purge build-essential git libldap2-dev libsasl2-dev python3-dev && apt-get -y autoremove && rm -rf /tmp/* /var/lib/apt/lists/* /var/tmp/* /root/.cache # buildkit

2022-11-22 03:49:51 -0600 (buildkit.dockerfile.v0)

COPY root/ / # buildkit

2022-11-22 03:49:51 -0600 (buildkit.dockerfile.v0)

EXPOSE map[8083/tcp:{}]

2022-11-22 03:49:51 -0600 (buildkit.dockerfile.v0)

VOLUME [/config]

Details
Created

2022-11-22 09:50:19 UTC

Size

161 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 3d59a78c-ls19 Build-date:- 2022-11-22T03:46:28-06:00
  • maintainer
    chbmb
  • org.opencontainers.image.authors
    linuxserver.io
  • org.opencontainers.image.created
    2022-11-22T03:46:28-06:00
  • org.opencontainers.image.description
    [Calibre-web](https://github.com/janeczku/calibre-web) is a web app providing a clean interface for browsing, reading and downloading eBooks using an existing Calibre database. It is also possible to integrate google drive and edit metadata and your calibre library through the app itself. This software is a fork of library and licensed under the GPL v3 License.
  • org.opencontainers.image.documentation
    https://docs.linuxserver.io/images/docker-calibre-web
  • org.opencontainers.image.licenses
    GPL-3.0-only
  • org.opencontainers.image.ref.name
    bf7bf8aff949aecd0a68e088078d2c5b90cad281
  • org.opencontainers.image.revision
    bf7bf8aff949aecd0a68e088078d2c5b90cad281
  • org.opencontainers.image.source
    https://github.com/linuxserver/docker-calibre-web
  • org.opencontainers.image.title
    Calibre-web
  • org.opencontainers.image.url
    https://github.com/linuxserver/docker-calibre-web/packages
  • org.opencontainers.image.vendor
    linuxserver.io
  • org.opencontainers.image.version
    3d59a78c-ls19

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

S6_CMD_WAIT_FOR_SERVICES_MAXTIME

0

S6_STAGE2_HOOK

/docker-mods

S6_VERBOSITY

1

TERM

xterm


Layers

[#000] sha256:800708667669421c695c0a683cbc037f41c431030c8d1047079c212529dbc10c - 17.64% (28.5 MB)

[#001] sha256:55b1bff96c0837f146f7f0b720f04b15d0cc8c6c2f0b7261097f869e3c41dfe3 - 0.0% (3.16 KB)

[#002] sha256:f5c658fc08b78a5f196223b6b06156137bf5eff6ae86efdd9c3bc223aae34c8d - 0.0% (277 Bytes)

[#003] sha256:82c2effb9133f15d175d32b0c10116b74b2f33168f0f635ecbaea3c7dc3516f1 - 8.87% (14.3 MB)

[#004] sha256:8c57b04b4df0d37e9332068b318f9e690c00f234914070604d73e16ac27a0e3e - 0.0% (4.47 KB)

[#005] sha256:256d41720d613a4a78838e1632409e6958cc1904eec01eb3e2cfc9949188f35c - 73.49% (119 MB)

[#006] sha256:d49929f7f9e68a0223a4945c00831b49a0ec1d4a0d6b20db9222ab9b64ea8f5e - 0.0% (4.54 KB)


History
2022-11-22 04:55:08 UTC

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

2022-11-22 04:55:09 UTC

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

2022-11-22 04:55:09 UTC

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

2022-11-22 04:55:10 UTC

/bin/sh -c #(nop) ARG MODS_VERSION=v3

2022-11-22 04:55:11 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- b49d717a-ls50 Build-date:- 2022-11-21T22:53:41-06:00

2022-11-22 04:55:12 UTC

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

2022-11-22 04:55:14 UTC

/bin/sh -c #(nop) ADD 67183683f126bd923d1bbf876334979e150f8166b74653634c96ff37a0bdc6ce in /docker-mods

2022-11-22 04:55:14 UTC

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

2022-11-22 04:55:15 UTC

/bin/sh -c #(nop) ENV HOME=/root LANGUAGE=en_US.UTF-8 LANG=en_US.UTF-8 TERM=xterm S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0 S6_VERBOSITY=1 S6_STAGE2_HOOK=/docker-mods

2022-11-22 04:55:17 UTC

/bin/sh -c #(nop) COPY file:1944b7fa8f2d673ca96ea72bc1ee3d2beefd4d7109cec81299336aca2188b295 in /etc/apt/sources.list

2022-11-22 04:55:38 UTC

|4 BUILD_DATE=2022-11-21T22:53:41-06:00 DEBIAN_FRONTEND=noninteractive MODS_VERSION=v3 VERSION=b49d717a-ls50 /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 gnupg jq netcat tzdata && echo "**** generate locale ****" && locale-gen en_US.UTF-8 && 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 && chmod +x /docker-mods && echo "**** add qemu ****" && curl -o /usr/bin/qemu-arm-static -L "https://lsio-ci.ams3.digitaloceanspaces.com/qemu-arm-static" && chmod +x /usr/bin/qemu-arm-static && echo "**** cleanup ****" && apt-get autoremove && apt-get clean && rm -rf /tmp/* /var/lib/apt/lists/* /var/tmp/* /var/log/*

2022-11-22 04:55:39 UTC

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

2022-11-22 04:55:39 UTC

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

2022-11-22 04:55:40 UTC

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

2022-11-22 04:55:41 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-11-21T22:53:41-06:00

2022-11-22 04:55:42 UTC

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

2022-11-22 04:55:43 UTC

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

2022-11-22 04:55:44 UTC

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

2022-11-22 04:55:45 UTC

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

2022-11-22 04:55:46 UTC

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

2022-11-22 04:55:47 UTC

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

2022-11-22 04:55:48 UTC

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

2022-11-22 04:55:49 UTC

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

2022-11-22 04:55:50 UTC

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

2022-11-22 04:55:51 UTC

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

2022-11-22 09:47:53 UTC

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

2022-11-22 09:47:53 UTC

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

2022-11-22 09:47:54 UTC

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

2022-11-22 09:47:55 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 3d59a78c-ls19 Build-date:- 2022-11-22T03:46:28-06:00

2022-11-22 09:47:56 UTC

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

2022-11-22 09:49:58 UTC

|3 BUILD_DATE=2022-11-22T03:46:28-06:00 CALIBREWEB_COMMIT=3d59a78c VERSION=3d59a78c-ls19 /bin/sh -c echo "**** install build packages ****" && apt-get update && apt-get install -y --no-install-recommends build-essential git libffi-dev libjpeg-dev libldap2-dev libsasl2-dev libssl-dev libxml2-dev libxslt1-dev python3-dev rustc zlib1g-dev && echo "**** install runtime packages ****" && apt-get install -y --no-install-recommends imagemagick libldap-2.5-0 libnss3 libsasl2-2 libxcomposite1 libxi6 libxrandr2 libxslt1.1 python3-minimal python3-pip python3-pkg-resources unrar && echo "**** install calibre-web ****" && if [ -z ${CALIBREWEB_COMMIT+x} ]; then CALIBREWEB_COMMIT=$(curl -sX GET "https://api.github.com/repos/janeczku/calibre-web/commits/master" | awk '/sha/{print $4;exit}' FS='[""]'); fi && curl -o /tmp/calibre-web.tar.gz -L "https://github.com/janeczku/calibre-web/archive/${CALIBREWEB_COMMIT}.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 pip wheel && pip install --no-cache-dir -U --ignore-installed --find-links https://wheel-index.linuxserver.io/ubuntu/ -r requirements.txt -r optional-requirements.txt && echo "***install kepubify" && if [ -z ${KEPUBIFY_RELEASE+x} ]; then KEPUBIFY_RELEASE=$(curl -sX GET "https://api.github.com/repos/pgaskin/kepubify/releases/latest" | awk '/tag_name/{print $4;exit}' FS='[""]'); fi && curl -o /usr/bin/kepubify -L https://github.com/pgaskin/kepubify/releases/download/${KEPUBIFY_RELEASE}/kepubify-linux-arm && echo "**** cleanup ****" && apt-get -y purge build-essential git libffi-dev libjpeg-dev libldap2-dev libsasl2-dev libssl-dev libxml2-dev libxslt1-dev python3-dev rustc zlib1g-dev && apt-get -y autoremove && rm -rf /tmp/* /var/lib/apt/lists/* /var/tmp/* /root/.cache /root/.cargo

2022-11-22 09:50:00 UTC

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

2022-11-22 09:50:01 UTC

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

2022-11-22 09:50:03 UTC

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

2022-11-22 09:50:04 UTC

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

2022-11-22 09:50:06 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-11-22T03:46:28-06:00

2022-11-22 09:50:07 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.description=[Calibre-web](https://github.com/janeczku/calibre-web) is a web app providing a clean interface for browsing, reading and downloading eBooks using an existing Calibre database. It is also possible to integrate google drive and edit metadata and your calibre library through the app itself. This software is a fork of library and licensed under the GPL v3 License.

2022-11-22 09:50:08 UTC

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

2022-11-22 09:50:10 UTC

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

2022-11-22 09:50:11 UTC

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

2022-11-22 09:50:12 UTC

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

2022-11-22 09:50:14 UTC

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

2022-11-22 09:50:15 UTC

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

2022-11-22 09:50:16 UTC

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

2022-11-22 09:50:18 UTC

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

2022-11-22 09:50:19 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=3d59a78c-ls19

Details
Created

2022-11-22 09:49:15 UTC

Size

167 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 3d59a78c-ls19 Build-date:- 2022-11-22T03:46:28-06:00
  • maintainer
    chbmb
  • org.opencontainers.image.authors
    linuxserver.io
  • org.opencontainers.image.created
    2022-11-22T03:46:28-06:00
  • org.opencontainers.image.description
    [Calibre-web](https://github.com/janeczku/calibre-web) is a web app providing a clean interface for browsing, reading and downloading eBooks using an existing Calibre database. It is also possible to integrate google drive and edit metadata and your calibre library through the app itself. This software is a fork of library and licensed under the GPL v3 License.
  • org.opencontainers.image.documentation
    https://docs.linuxserver.io/images/docker-calibre-web
  • org.opencontainers.image.licenses
    GPL-3.0-only
  • org.opencontainers.image.ref.name
    bf7bf8aff949aecd0a68e088078d2c5b90cad281
  • org.opencontainers.image.revision
    bf7bf8aff949aecd0a68e088078d2c5b90cad281
  • org.opencontainers.image.source
    https://github.com/linuxserver/docker-calibre-web
  • org.opencontainers.image.title
    Calibre-web
  • org.opencontainers.image.url
    https://github.com/linuxserver/docker-calibre-web/packages
  • org.opencontainers.image.vendor
    linuxserver.io
  • org.opencontainers.image.version
    3d59a78c-ls19

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

S6_CMD_WAIT_FOR_SERVICES_MAXTIME

0

S6_STAGE2_HOOK

/docker-mods

S6_VERBOSITY

1

TERM

xterm


Layers

[#000] sha256:4c2cff14619572797af4d56196406ed4bfe10efa3b8330d0c2fce8c4e786872c - 17.79% (29.7 MB)

[#001] sha256:55b1bff96c0837f146f7f0b720f04b15d0cc8c6c2f0b7261097f869e3c41dfe3 - 0.0% (3.16 KB)

[#002] sha256:8333f01521c53a8ceb8ba990208133c91b6fdf087d836d365ca1b4319f5afaa1 - 0.0% (281 Bytes)

[#003] sha256:590d0bbf330215c25e558f5f94bbcd0150e13143781a202502e00f73c91fe920 - 8.7% (14.5 MB)

[#004] sha256:236500515e870b71bba73571f3c9e8611053ba39ab6e4994f6a6ec9d90d89edd - 0.0% (4.48 KB)

[#005] sha256:a190fa8603da671103b552e193d74cfd525f3175991e93186f99b2e7072f8870 - 73.49% (123 MB)

[#006] sha256:5b764c9ccced3f81e175e706278688d951bbb7205d1e48aed2404135dffb9a27 - 0.0% (4.57 KB)


History
2022-11-22 04:55:01 UTC

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

2022-11-22 04:55:02 UTC

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

2022-11-22 04:55:02 UTC

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

2022-11-22 04:55:02 UTC

/bin/sh -c #(nop) ARG MODS_VERSION=v3

2022-11-22 04:55:02 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- b49d717a-ls50 Build-date:- 2022-11-21T22:53:41-06:00

2022-11-22 04:55:02 UTC

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

2022-11-22 04:55:02 UTC

/bin/sh -c #(nop) ADD 67183683f126bd923d1bbf876334979e150f8166b74653634c96ff37a0bdc6ce in /docker-mods

2022-11-22 04:55:02 UTC

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

2022-11-22 04:55:03 UTC

/bin/sh -c #(nop) ENV HOME=/root LANGUAGE=en_US.UTF-8 LANG=en_US.UTF-8 TERM=xterm S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0 S6_VERBOSITY=1 S6_STAGE2_HOOK=/docker-mods

2022-11-22 04:55:03 UTC

/bin/sh -c #(nop) COPY file:1944b7fa8f2d673ca96ea72bc1ee3d2beefd4d7109cec81299336aca2188b295 in /etc/apt/sources.list

2022-11-22 04:55:24 UTC

|4 BUILD_DATE=2022-11-21T22:53:41-06:00 DEBIAN_FRONTEND=noninteractive MODS_VERSION=v3 VERSION=b49d717a-ls50 /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 gnupg jq netcat tzdata && echo "**** generate locale ****" && locale-gen en_US.UTF-8 && 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 && chmod +x /docker-mods && echo "**** add qemu ****" && curl -o /usr/bin/qemu-aarch64-static -L "https://lsio-ci.ams3.digitaloceanspaces.com/qemu-aarch64-static" && chmod +x /usr/bin/qemu-aarch64-static && echo "**** cleanup ****" && apt-get autoremove && apt-get clean && rm -rf /tmp/* /var/lib/apt/lists/* /var/tmp/* /var/log/*

2022-11-22 04:55:24 UTC

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

2022-11-22 04:55:25 UTC

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

2022-11-22 04:55:25 UTC

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

2022-11-22 04:55:25 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-11-21T22:53:41-06:00

2022-11-22 04:55:25 UTC

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

2022-11-22 04:55:25 UTC

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

2022-11-22 04:55:25 UTC

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

2022-11-22 04:55:25 UTC

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

2022-11-22 04:55:25 UTC

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

2022-11-22 04:55:25 UTC

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

2022-11-22 04:55:26 UTC

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

2022-11-22 04:55:26 UTC

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

2022-11-22 04:55:26 UTC

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

2022-11-22 04:55:26 UTC

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

2022-11-22 09:49:15 UTC (buildkit.dockerfile.v0)

ARG BUILD_DATE

2022-11-22 09:49:15 UTC (buildkit.dockerfile.v0)

ARG VERSION

2022-11-22 09:49:15 UTC (buildkit.dockerfile.v0)

ARG CALIBREWEB_COMMIT

2022-11-22 09:49:15 UTC (buildkit.dockerfile.v0)

LABEL build_version=Linuxserver.io version:- 3d59a78c-ls19 Build-date:- 2022-11-22T03:46:28-06:00

2022-11-22 09:49:15 UTC (buildkit.dockerfile.v0)

LABEL maintainer=chbmb

2022-11-22 09:49:15 UTC (buildkit.dockerfile.v0)

RUN |3 BUILD_DATE=2022-11-22T03:46:28-06:00 VERSION=3d59a78c-ls19 CALIBREWEB_COMMIT=3d59a78c /bin/sh -c echo "**** install build packages ****" && apt-get update && apt-get install -y --no-install-recommends build-essential git libffi-dev libjpeg-dev libldap2-dev libsasl2-dev libxml2-dev libxslt1-dev python3-dev zlib1g-dev && echo "**** install runtime packages ****" && apt-get install -y --no-install-recommends imagemagick libldap-2.5-0 libnss3 libsasl2-2 libxcomposite1 libxi6 libxrandr2 libxslt1.1 python3-minimal python3-pip python3-pkg-resources unrar && echo "**** install calibre-web ****" && if [ -z ${CALIBREWEB_COMMIT+x} ]; then CALIBREWEB_COMMIT=$(curl -sX GET "https://api.github.com/repos/janeczku/calibre-web/commits/master" | awk '/sha/{print $4;exit}' FS='[""]'); fi && curl -o /tmp/calibre-web.tar.gz -L "https://github.com/janeczku/calibre-web/archive/${CALIBREWEB_COMMIT}.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 pip wheel && pip install --no-cache-dir -U --ignore-installed --find-links https://wheel-index.linuxserver.io/ubuntu/ -r requirements.txt -r optional-requirements.txt && echo "***install kepubify" && if [ -z ${KEPUBIFY_RELEASE+x} ]; then KEPUBIFY_RELEASE=$(curl -sX GET "https://api.github.com/repos/pgaskin/kepubify/releases/latest" | awk '/tag_name/{print $4;exit}' FS='[""]'); fi && curl -o /usr/bin/kepubify -L https://github.com/pgaskin/kepubify/releases/download/${KEPUBIFY_RELEASE}/kepubify-linux-arm64 && echo "**** cleanup ****" && apt-get -y purge build-essential git libffi-dev libjpeg-dev libldap2-dev libsasl2-dev libxml2-dev libxslt1-dev python3-dev zlib1g-dev && apt-get -y autoremove && rm -rf /tmp/* /var/lib/apt/lists/* /var/tmp/* /root/.cache # buildkit

2022-11-22 09:49:15 UTC (buildkit.dockerfile.v0)

COPY root/ / # buildkit

2022-11-22 09:49:15 UTC (buildkit.dockerfile.v0)

EXPOSE map[8083/tcp:{}]

2022-11-22 09:49:15 UTC (buildkit.dockerfile.v0)

VOLUME [/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