Namespace
linuxserver
Image / Tag
calibre:arm64v8-arch-f88f1ce1-ls20
Content Digest
sha256:83f09e462987d2c4de96c228d3acc692a7fbc432784f80d3f01e22157aa63ca2
Details
Created

2022-05-22 03:50:55 UTC

Size

817 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- f88f1ce1-ls20 Build-date:- 2022-05-21T22:44:52-05:00
  • maintainer
    aptalca
  • org.opencontainers.image.authors
    linuxserver.io
  • org.opencontainers.image.created
    2022-05-21T22:44:52-05:00
  • org.opencontainers.image.description
    [Calibre](https://calibre-ebook.com/) is a powerful and easy to use e-book manager. Users say it’s outstanding and a must-have. It’ll allow you to do nearly everything and it takes things a step beyond normal e-book software. It’s also completely free and open source and great for both casual users and computer experts.
  • org.opencontainers.image.documentation
    https://docs.linuxserver.io/images/docker-calibre
  • org.opencontainers.image.licenses
    GPL-3.0-only
  • org.opencontainers.image.ref.name
    a965367e29a22793aad20a227f87c2b470bd67a6
  • org.opencontainers.image.revision
    a965367e29a22793aad20a227f87c2b470bd67a6
  • org.opencontainers.image.source
    https://github.com/linuxserver/docker-calibre
  • org.opencontainers.image.title
    Calibre
  • org.opencontainers.image.url
    https://github.com/linuxserver/docker-calibre/packages
  • org.opencontainers.image.vendor
    linuxserver.io
  • org.opencontainers.image.version
    f88f1ce1-ls20

Environment
CUSTOM_PORT

8080

GUIAUTOSTART

true

HOME

/config

PATH

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

PS1

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

TERM

xterm


Layers

[#000] sha256:feb7a664b70e189407ac492d15f0404a764b68224043d918952b3bead6601515 - 15.75% (129 MB)

[#001] sha256:13765db5d920045256ceb73744fa7ea28c694285250ef57b2fd918e3f20211ea - 0.26% (2.15 MB)

[#002] sha256:5af381baa00e17f64297a5b62a462d30d0ff864b9c46eb340c590edf1740db39 - 0.36% (2.95 MB)

[#003] sha256:3976517feb1b90468ecb7c297de360974d57ed0dcea2185b24ef9b0d3e4b6553 - 0.0% (2.9 KB)

[#004] sha256:890d027c23d0a6e4ccb1ab51e4f641b968d1f0edb379fa2c17916c86464d37f3 - 0.08% (684 KB)

[#005] sha256:d972812551153b3d9273a999292832f2a10a8ade94780e9dad132f73ebbe568e - 1.49% (12.2 MB)

[#006] sha256:961bf3abba0b238e0b4fe8860b783147ef9d9c846c47138d360551ccf0baf000 - 27.62% (226 MB)

[#007] sha256:e58918c27f979519ebb9f89ad7547d44e993cfd932ca06f3c7d128360e3938e2 - 0.0% (2.77 KB)

[#008] sha256:a5669a0810fc20734fb9e9bdbd20b72a32ab6009689fb79f7e9d697b45597414 - 0.41% (3.36 MB)

[#009] sha256:12f7f23170dc99433bf72d0e622ca4ee2864d1431645881aa003d91b52d3718a - 0.44% (3.62 MB)

[#010] sha256:b6f8805dda58f4d26c068b65d1b1c3fc261fa3d4cac5620484e199d8e3f232c4 - 30.13% (246 MB)

[#011] sha256:8c0ed50f057e779f2032e8fa9656fd6dc1da8be4d92b18a155ab5a27f07f048d - 0.0% (1.04 KB)

[#012] sha256:8c63dead0f033a5a7064fb84ea5a9ee8f1c0506ade6fbd76e41c8482df69a101 - 23.44% (192 MB)

[#013] sha256:846c2253e683c96ece4d03da40703f3c93e4fb3ec3980c7d49c14fafe5dccd42 - 0.0% (902 Bytes)


History
2022-05-03 14:18:38 UTC

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

2022-05-03 14:18:47 UTC

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

2022-05-03 14:18:48 UTC

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

2022-05-03 14:18:49 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 2d3798f6-ls47 Build-date:- 2022-05-03T09:10:00-05:00

2022-05-03 14:18:49 UTC

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

2022-05-03 14:18:50 UTC

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

2022-05-03 14:18:51 UTC

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

2022-05-03 14:18:52 UTC

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

2022-05-03 14:18:54 UTC

/bin/sh -c #(nop) ADD fe393366cedf1fae03f3abe8da9c363fe176b7fde62c195119a98ec6cedced59 in /tmp/

2022-05-03 14:19:12 UTC

|4 BUILD_DATE=2022-05-03T09:10:00-05:00 OVERLAY_ARCH=aarch64 OVERLAY_VERSION=v2.2.0.3 VERSION=2d3798f6-ls47 /bin/sh -c echo "**** create abc user and make our folders ****" && groupadd -g 1000 users && useradd -u 911 -U -d /config -s /bin/false abc && usermod -G users abc && mkdir -p /app /config /defaults && echo "**** install s6 ****" && chmod +x /tmp/s6-overlay-${OVERLAY_ARCH}-installer && /tmp/s6-overlay-${OVERLAY_ARCH}-installer / && rm /tmp/s6-overlay-${OVERLAY_ARCH}-installer && mv /usr/bin/with-contenv /usr/bin/with-contenvb && echo "**** configure pacman ****" && locale-gen && pacman-key --init && pacman-key --populate archlinuxarm && echo "**** patch files ****" && pacman -Sy --noconfirm patch && patch -u /etc/s6/init/init-stage2 -i /init-stage2.patch && echo "**** configure locale ****" && echo "en_US.UTF-8 UTF-8" > /etc/locale.gen && locale-gen && echo "**** cleanup ****" && chmod 755 /etc /usr /usr/bin && pacman -Rsn --noconfirm patch && rm -rf /init-stage2.patch /tmp/* /var/cache/pacman/pkg/* /var/lib/pacman/sync/*

2022-05-03 14:19:13 UTC

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

2022-05-03 14:19:14 UTC

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

2022-05-03 14:19:15 UTC

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

2022-05-03 14:19:16 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-05-03T09:10:00-05:00

2022-05-03 14:19:17 UTC

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

2022-05-03 14:19:18 UTC

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

2022-05-03 14:19:19 UTC

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

2022-05-03 14:19:20 UTC

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

2022-05-03 14:19:21 UTC

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

2022-05-03 14:19:22 UTC

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

2022-05-03 14:19:23 UTC

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

2022-05-03 14:19:24 UTC

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

2022-05-03 14:19:24 UTC

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

2022-05-03 14:19:25 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=2d3798f6-ls47

2022-05-12 06:52:37 UTC

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

2022-05-12 06:52:38 UTC

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

2022-05-12 06:52:39 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 0.2.18-10.6-20.9.19-2-ls50 Build-date:- 2022-05-12T01:42:33-05:00

2022-05-12 06:52:40 UTC

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

2022-05-12 06:52:41 UTC

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

2022-05-12 06:52:42 UTC

/bin/sh -c #(nop) COPY file:89c74a8040b5efc85370e46be536d1d4c1a184907bb25f2c78ed635866ebc3f9 in /usr/local/bin/docker-compose

2022-05-12 06:55:35 UTC

|2 BUILD_DATE=2022-05-12T01:42:33-05:00 VERSION=0.2.18-10.6-20.9.19-2-ls50 /bin/sh -c echo "**** install deps ****" && pacman -Sy --noconfirm --needed docker fuse imlib2 lame libfdk-aac libjpeg-turbo libxrandr openssh pciutils pulseaudio sudo xf86-video-amdgpu xorg-server xterm && echo "**** configure locale ****" && echo "en_US.UTF-8 UTF-8" > /etc/locale.gen && locale-gen && echo "**** cleanup and user perms ****" && echo "abc:abc" | chpasswd && usermod -s /bin/bash abc && echo 'abc ALL=(ALL) NOPASSWD:ALL' > /etc/sudoers.d/abc && rm -rf /tmp/* /var/cache/pacman/pkg/* /var/lib/pacman/sync/*

2022-05-12 06:55:37 UTC

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

2022-05-12 06:55:39 UTC

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

2022-05-12 06:55:40 UTC

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

2022-05-12 06:55:41 UTC

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

2022-05-12 06:55:43 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-05-12T01:42:33-05:00

2022-05-12 06:55:44 UTC

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

2022-05-12 06:55:46 UTC

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

2022-05-12 06:55:47 UTC

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

2022-05-12 06:55:49 UTC

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

2022-05-12 06:55:50 UTC

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

2022-05-12 06:55:51 UTC

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

2022-05-12 06:55:53 UTC

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

2022-05-12 06:55:54 UTC

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

2022-05-12 06:55:56 UTC

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

2022-05-12 06:55:57 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=0.2.18-10.6-20.9.19-2-ls50

2022-05-15 16:13:21 UTC

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

2022-05-15 16:13:22 UTC

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

2022-05-15 16:13:24 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- a531bcf2-ls43 Build-date:- 2022-05-15T18:03:31+02:00

2022-05-15 16:13:25 UTC

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

2022-05-15 16:13:29 UTC

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

2022-05-15 16:13:31 UTC

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

2022-05-15 16:19:08 UTC

|2 BUILD_DATE=2022-05-15T18:03:31+02:00 VERSION=a531bcf2-ls43 /bin/sh -c echo "**** install packages ****" && pacman -Sy --noconfirm --needed base-devel freerdp git nodejs noto-fonts openbox pavucontrol websocat xorg-xmessage && echo "**** build dbus-x11 ****" && cd /tmp && pacman -Rns --noconfirm -dd dbus && git clone https://aur.archlinux.org/dbus-x11.git && chown -R abc:abc dbus-x11 && cd dbus-x11 && sed -i '/check()/,+2 d' PKGBUILD && sudo -u abc makepkg -sAci --skipinteg --noconfirm --needed && echo "**** openbox tweaks ****" && sed -i 's/NLIMC/NLMC/g' /etc/xdg/openbox/rc.xml && echo "**** cleanup ****" && pacman -Rsn --noconfirm gcc git $(pacman -Qdtq) && rm -rf /tmp/* /var/cache/pacman/pkg/* /var/lib/pacman/sync/*

2022-05-15 16:19:11 UTC

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

2022-05-15 16:19:13 UTC

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

2022-05-15 16:19:16 UTC

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

2022-05-15 16:19:19 UTC

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

2022-05-15 16:19:21 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-05-15T18:03:31+02:00

2022-05-15 16:19:24 UTC

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

2022-05-15 16:19:26 UTC

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

2022-05-15 16:19:29 UTC

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

2022-05-15 16:19:31 UTC

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

2022-05-15 16:19:34 UTC

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

2022-05-15 16:19:37 UTC

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

2022-05-15 16:19:39 UTC

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

2022-05-15 16:19:42 UTC

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

2022-05-15 16:19:45 UTC

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

2022-05-15 16:19:47 UTC

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

2022-05-22 03:47:09 UTC

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

2022-05-22 03:47:12 UTC

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

2022-05-22 03:47:14 UTC

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

2022-05-22 03:47:16 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- f88f1ce1-ls20 Build-date:- 2022-05-21T22:44:52-05:00

2022-05-22 03:47:19 UTC

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

2022-05-22 03:47:21 UTC

/bin/sh -c #(nop) ENV CUSTOM_PORT=8080 GUIAUTOSTART=true HOME=/config

2022-05-22 03:50:13 UTC

|3 BUILD_DATE=2022-05-21T22:44:52-05:00 CALIBRE_RELEASE=f88f1ce1 VERSION=f88f1ce1-ls20 /bin/sh -c echo "**** install runtime packages ****" && pacman -Sy --noconfirm --needed calibre && dbus-uuidgen > /etc/machine-id && echo "**** cleanup ****" && rm -rf /tmp/* /var/cache/pacman/pkg/* /var/lib/pacman/sync/*

2022-05-22 03:50:17 UTC

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

2022-05-22 03:50:20 UTC

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

2022-05-22 03:50:23 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-05-21T22:44:52-05:00

2022-05-22 03:50:26 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.description=[Calibre](https://calibre-ebook.com/) is a powerful and easy to use e-book manager. Users say it’s outstanding and a must-have. It’ll allow you to do nearly everything and it takes things a step beyond normal e-book software. It’s also completely free and open source and great for both casual users and computer experts.

2022-05-22 03:50:30 UTC

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

2022-05-22 03:50:33 UTC

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

2022-05-22 03:50:36 UTC

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

2022-05-22 03:50:39 UTC

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

2022-05-22 03:50:42 UTC

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

2022-05-22 03:50:46 UTC

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

2022-05-22 03:50:49 UTC

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

2022-05-22 03:50:52 UTC

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

2022-05-22 03:50:55 UTC

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

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