Namespace
linuxserver
Image / Tag
calibre:arm32v7-arch-debd0b08-ls11
Content Digest
sha256:21493369ef3ca6627be2f55d720e0c119ce8425b00f311015a6fb2f4baa7962b
Details
Created

2022-03-27 03:35:06 UTC

Size

801 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- debd0b08-ls11 Build-date:- 2022-03-27T05:28:36+02:00
  • maintainer
    aptalca
  • org.opencontainers.image.authors
    linuxserver.io
  • org.opencontainers.image.created
    2022-03-27T05:28:36+02: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
    53bc68a940d8eb27803885c303fbf6ac2ba363e3
  • org.opencontainers.image.revision
    53bc68a940d8eb27803885c303fbf6ac2ba363e3
  • 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
    debd0b08-ls11

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:70ff1253fb967997c9a08c74396586a2b99bc60baddc7b9e4a240c22888c4225 - 15.0% (120 MB)

[#001] sha256:4c8396edd5d93020139263b194bff6587654f0366235cee257f851770ce0f016 - 0.27% (2.15 MB)

[#002] sha256:b1c179d2e0a571290e14fc27400b6770dfa5508507197ae2aff8a257e5520a97 - 0.37% (2.92 MB)

[#003] sha256:562be11e5bf39a396810dbce831422e976bddd83ed6b8cf85a5094e8867cd92c - 0.0% (2.9 KB)

[#004] sha256:8c7869c8bb53eef1e52d5de143bade961cc8a5322a5b75f1a462e515ebcee9a2 - 0.08% (634 KB)

[#005] sha256:d6a4557362e7285d3d9fece16eaeaea87bfc22d1d435721c478a8703121f237f - 1.48% (11.8 MB)

[#006] sha256:0c89d8e03853eebb3a3296fb2d322d97beaef66282a906bae471a2510cf283f3 - 29.67% (238 MB)

[#007] sha256:7ced1aadc8e31001e86c4ca51c43a3d3863505afa1cf3c185e45145f21f41054 - 0.0% (2.81 KB)

[#008] sha256:82d6124affd0796b4855c9676fa11127e9c746845adcd6a2b3350a7f5807639a - 0.39% (3.13 MB)

[#009] sha256:254c75ca3dc4dc652ff63fcc08bd08b930659ec098ede3aed31792f91e43752d - 0.43% (3.45 MB)

[#010] sha256:a990cec01ef57bc5c5e3185c481c4494c082371d3f8eef2a4cf1ee0a1523eb34 - 28.89% (231 MB)

[#011] sha256:5a56361ddef0ed6af3c9f3a94f3b3a5400686286680d87da24a18b30e74a01a2 - 0.0% (1.05 KB)

[#012] sha256:65ad6dcdc79c3fb7428f554c9196eb9203f18653cd563231dd87d093afeeb3c9 - 23.43% (188 MB)

[#013] sha256:2312831028288b6f1d8ccb487f2f674fe3dbe2201f1053fd388ac55cad890d26 - 0.0% (871 Bytes)


History
2022-03-07 21:54:47 UTC

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

2022-03-07 21:54:49 UTC

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

2022-03-07 21:54:50 UTC

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

2022-03-07 21:54:50 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 11838417-ls40 Build-date:- 2022-03-07T22:46:38+01:00

2022-03-07 21:54:50 UTC

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

2022-03-07 21:54:50 UTC

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

2022-03-07 21:54:51 UTC

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

2022-03-07 21:54:51 UTC

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

2022-03-07 21:54:52 UTC

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

2022-03-07 21:55:09 UTC

|4 BUILD_DATE=2022-03-07T22:46:38+01:00 OVERLAY_ARCH=arm OVERLAY_VERSION=v2.2.0.3 VERSION=11838417-ls40 /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 ****" && pacman -Rsn --noconfirm patch && rm -rf /init-stage2.patch /tmp/* /var/cache/pacman/pkg/* /var/lib/pacman/sync/*

2022-03-07 21:55:09 UTC

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

2022-03-07 21:55:09 UTC

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

2022-03-07 21:55:10 UTC

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

2022-03-07 21:55:10 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-03-07T22:46:38+01:00

2022-03-07 21:55:10 UTC

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

2022-03-07 21:55:10 UTC

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

2022-03-07 21:55:11 UTC

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

2022-03-07 21:55:11 UTC

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

2022-03-07 21:55:11 UTC

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

2022-03-07 21:55:11 UTC

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

2022-03-07 21:55:12 UTC

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

2022-03-07 21:55:12 UTC

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

2022-03-07 21:55:12 UTC

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

2022-03-07 21:55:12 UTC

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

2022-03-07 22:35:42 UTC

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

2022-03-07 22:35:42 UTC

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

2022-03-07 22:35:42 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 0.2.18-10.6-20.9.18.1-1-ls39 Build-date:- 2022-03-07T23:22:08+01:00

2022-03-07 22:35:42 UTC

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

2022-03-07 22:35:43 UTC

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

2022-03-07 22:35:44 UTC

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

2022-03-07 22:38:40 UTC

|2 BUILD_DATE=2022-03-07T23:22:08+01:00 VERSION=0.2.18-10.6-20.9.18.1-1-ls39 /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-03-07 22:38:42 UTC

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

2022-03-07 22:38:42 UTC

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

2022-03-07 22:38:42 UTC

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

2022-03-07 22:38:43 UTC

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

2022-03-07 22:38:43 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-03-07T23:22:08+01:00

2022-03-07 22:38:43 UTC

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

2022-03-07 22:38:43 UTC

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

2022-03-07 22:38:44 UTC

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

2022-03-07 22:38:44 UTC

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

2022-03-07 22:38:44 UTC

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

2022-03-07 22:38:44 UTC

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

2022-03-07 22:38:45 UTC

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

2022-03-07 22:38:45 UTC

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

2022-03-07 22:38:45 UTC

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

2022-03-07 22:38:45 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=0.2.18-10.6-20.9.18.1-1-ls39

2022-03-13 16:11:37 UTC

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

2022-03-13 16:11:38 UTC

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

2022-03-13 16:11:40 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- e69b554f-ls36 Build-date:- 2022-03-13T11:02:58-05:00

2022-03-13 16:11:42 UTC

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

2022-03-13 16:11:46 UTC

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

2022-03-13 16:11:49 UTC

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

2022-03-13 16:16:10 UTC

|2 BUILD_DATE=2022-03-13T11:02:58-05:00 VERSION=e69b554f-ls36 /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-03-13 16:16:14 UTC

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

2022-03-13 16:16:17 UTC

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

2022-03-13 16:16:20 UTC

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

2022-03-13 16:16:23 UTC

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

2022-03-13 16:16:26 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-03-13T11:02:58-05:00

2022-03-13 16:16:29 UTC

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

2022-03-13 16:16:32 UTC

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

2022-03-13 16:16:35 UTC

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

2022-03-13 16:16:38 UTC

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

2022-03-13 16:16:41 UTC

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

2022-03-13 16:16:44 UTC

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

2022-03-13 16:16:47 UTC

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

2022-03-13 16:16:50 UTC

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

2022-03-13 16:16:53 UTC

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

2022-03-13 16:16:56 UTC

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

2022-03-27 03:31:13 UTC

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

2022-03-27 03:31:16 UTC

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

2022-03-27 03:31:19 UTC

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

2022-03-27 03:31:22 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- debd0b08-ls11 Build-date:- 2022-03-27T05:28:36+02:00

2022-03-27 03:31:25 UTC

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

2022-03-27 03:31:28 UTC

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

2022-03-27 03:34:15 UTC

|3 BUILD_DATE=2022-03-27T05:28:36+02:00 CALIBRE_RELEASE=debd0b08 VERSION=debd0b08-ls11 /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-03-27 03:34:19 UTC

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

2022-03-27 03:34:23 UTC

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

2022-03-27 03:34:27 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-03-27T05:28:36+02:00

2022-03-27 03:34:31 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-03-27 03:34:35 UTC

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

2022-03-27 03:34:38 UTC

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

2022-03-27 03:34:42 UTC

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

2022-03-27 03:34:46 UTC

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

2022-03-27 03:34:50 UTC

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

2022-03-27 03:34:54 UTC

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

2022-03-27 03:34:58 UTC

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

2022-03-27 03:35:02 UTC

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

2022-03-27 03:35:06 UTC

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

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