Namespace
linuxserver
Image / Tag
calibre:arm64v8-arch-79d7ec5e-ls28
Content Digest
sha256:9c52adebd6b274a398661442e7389d7700284515ea3f3d199442cde458bca1cd
Details
Created

2022-07-17 04:08:14 UTC

Size

808 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 79d7ec5e-ls28 Build-date:- 2022-07-17T06:02:09+02:00
  • maintainer
    aptalca
  • org.opencontainers.image.authors
    linuxserver.io
  • org.opencontainers.image.created
    2022-07-17T06:02:09+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
    f6d1ab0fac481e7a76c8790b79d7ee4708fc97d5
  • org.opencontainers.image.revision
    f6d1ab0fac481e7a76c8790b79d7ee4708fc97d5
  • 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
    79d7ec5e-ls28

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)\$

S6_CMD_WAIT_FOR_SERVICES_MAXTIME

0

TERM

xterm


Layers

[#000] sha256:41f93dce8b7928ba97e260f420cdfa96bf3b6c926ea20a8bd77666b07c292a59 - 15.74% (127 MB)

[#001] sha256:ffcacb7cb4c442023ca86373b407aaa7d6582600801e05911a7659c01aca1e10 - 0.1% (862 KB)

[#002] sha256:20985225ac91f41f9facb1120a4f9536336693bab5da841f47392dea2058b4de - 0.0% (3.54 KB)

[#003] sha256:1ee4ff48386d938b63f969521579ebd4de1d8340638748e06d1dad5c0f20f9d9 - 0.08% (683 KB)

[#004] sha256:21400eb785f00d2eeaccb848cc491ed1301768a02b03f8db4066e0f9180fd364 - 1.51% (12.2 MB)

[#005] sha256:bd5ad797cebefe02dca9f20b00b9935cb27d5cb1fca6dc4324b004ad181dc3fb - 29.25% (236 MB)

[#006] sha256:319397b846c781ff2f71354e2ea63f1f76a62677addded7a75fd0b28ea363f0d - 0.0% (2.8 KB)

[#007] sha256:cdf02419ec895e0363eafc9ce5151eea3769b880c140be023c19a3df0a145789 - 0.42% (3.38 MB)

[#008] sha256:2e2f651762620ab19441d6e827da3571d98f27d639349d873f5b24e47f73c1d0 - 0.45% (3.62 MB)

[#009] sha256:90cecc1170a8d4fe581d4c8ff93500ae2977656dd92baf3f407fc57be69ae952 - 28.33% (229 MB)

[#010] sha256:735a8daf37cac5db2976cbcf583cd404b7217e9d0ff939b54f68c6d1274c435c - 0.0% (1.1 KB)

[#011] sha256:09b78136ac714d51e8e8db1f0b3466ace9697479b21fffd6e41c98c375d10538 - 24.12% (195 MB)

[#012] sha256:4cb5f7bf73b6a693c099eced1c6a8777973d329512ec527a96ab1c458039429a - 0.0% (903 Bytes)


History
2022-07-05 21:19:05 UTC

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

2022-07-05 21:19:09 UTC

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

2022-07-05 21:19:09 UTC

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

2022-07-05 21:19:09 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 4cdd29b3-ls55 Build-date:- 2022-07-05T23:10:36+02:00

2022-07-05 21:19:09 UTC

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

2022-07-05 21:19:10 UTC

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

2022-07-05 21:19:14 UTC

|2 BUILD_DATE=2022-07-05T23:10:36+02:00 VERSION=4cdd29b3-ls55 /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 "**** configure pacman ****" && locale-gen && pacman-key --init && pacman-key --populate archlinuxarm && echo "**** configure locale ****" && echo "en_US.UTF-8 UTF-8" > /etc/locale.gen && locale-gen && echo "**** cleanup ****" && chmod 755 /etc /usr /usr/bin && rm -rf /tmp/* /var/cache/pacman/pkg/* /var/lib/pacman/sync/*

2022-07-05 21:19:14 UTC

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

2022-07-05 21:19:14 UTC

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

2022-07-05 21:19:14 UTC

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

2022-07-05 21:19:14 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-07-05T23:10:36+02:00

2022-07-05 21:19:14 UTC

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

2022-07-05 21:19:15 UTC

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

2022-07-05 21:19:15 UTC

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

2022-07-05 21:19:15 UTC

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

2022-07-05 21:19:15 UTC

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

2022-07-05 21:19:15 UTC

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

2022-07-05 21:19:15 UTC

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

2022-07-05 21:19:15 UTC

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

2022-07-05 21:19:16 UTC

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

2022-07-05 21:19:16 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=4cdd29b3-ls55

2022-07-07 06:48:40 UTC

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

2022-07-07 06:48:40 UTC

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

2022-07-07 06:48:41 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 0.2.18-10.9.19-20.6-3-ls58 Build-date:- 2022-07-07T06:38:47+00:00

2022-07-07 06:48:41 UTC

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

2022-07-07 06:48:41 UTC

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

2022-07-07 06:48:41 UTC

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

2022-07-07 06:51:36 UTC

|2 BUILD_DATE=2022-07-07T06:38:47+00:00 VERSION=0.2.18-10.9.19-20.6-3-ls58 /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-07-07 06:51:44 UTC

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

2022-07-07 06:51:44 UTC

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

2022-07-07 06:51:45 UTC

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

2022-07-07 06:51:45 UTC

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

2022-07-07 06:51:45 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-07-07T06:38:47+00:00

2022-07-07 06:51:45 UTC

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

2022-07-07 06:51:45 UTC

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

2022-07-07 06:51:45 UTC

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

2022-07-07 06:51:45 UTC

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

2022-07-07 06:51:46 UTC

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

2022-07-07 06:51:46 UTC

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

2022-07-07 06:51:46 UTC

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

2022-07-07 06:51:46 UTC

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

2022-07-07 06:51:46 UTC

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

2022-07-07 06:51:46 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=0.2.18-10.9.19-20.6-3-ls58

2022-07-10 16:17:42 UTC

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

2022-07-10 16:17:42 UTC

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

2022-07-10 16:17:42 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 892ebf25-ls50 Build-date:- 2022-07-10T18:07:19+02:00

2022-07-10 16:17:42 UTC

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

2022-07-10 16:17:44 UTC

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

2022-07-10 16:17:45 UTC

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

2022-07-10 16:22:56 UTC

|2 BUILD_DATE=2022-07-10T18:07:19+02:00 VERSION=892ebf25-ls50 /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-07-10 16:23:02 UTC

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

2022-07-10 16:23:03 UTC

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

2022-07-10 16:23:03 UTC

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

2022-07-10 16:23:03 UTC

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

2022-07-10 16:23:03 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-07-10T18:07:19+02:00

2022-07-10 16:23:03 UTC

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

2022-07-10 16:23:03 UTC

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

2022-07-10 16:23:04 UTC

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

2022-07-10 16:23:04 UTC

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

2022-07-10 16:23:04 UTC

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

2022-07-10 16:23:04 UTC

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

2022-07-10 16:23:04 UTC

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

2022-07-10 16:23:04 UTC

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

2022-07-10 16:23:04 UTC

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

2022-07-10 16:23:05 UTC

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

2022-07-17 04:04:25 UTC

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

2022-07-17 04:04:27 UTC

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

2022-07-17 04:04:30 UTC

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

2022-07-17 04:04:32 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 79d7ec5e-ls28 Build-date:- 2022-07-17T06:02:09+02:00

2022-07-17 04:04:35 UTC

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

2022-07-17 04:04:37 UTC

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

2022-07-17 04:07:30 UTC

|3 BUILD_DATE=2022-07-17T06:02:09+02:00 CALIBRE_RELEASE=79d7ec5e VERSION=79d7ec5e-ls28 /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-07-17 04:07:34 UTC

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

2022-07-17 04:07:38 UTC

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

2022-07-17 04:07:41 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-07-17T06:02:09+02:00

2022-07-17 04:07:44 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-07-17 04:07:47 UTC

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

2022-07-17 04:07:51 UTC

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

2022-07-17 04:07:54 UTC

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

2022-07-17 04:07:57 UTC

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

2022-07-17 04:08:01 UTC

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

2022-07-17 04:08:04 UTC

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

2022-07-17 04:08:07 UTC

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

2022-07-17 04:08:11 UTC

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

2022-07-17 04:08:14 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=79d7ec5e-ls28

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