Namespace
linuxserver
Image / Tag
calibre:amd64-arch-version-01a308cb
Content Digest
sha256:ea3020364696ea209622ab15636dc9ba89a7b3bf8cda52a02ca6d9132593fd9d
Details
Created

2022-08-21 04:04:14 UTC

Size

791 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 01a308cb-ls34 Build-date:- 2022-08-21T06:02:25+02:00
  • maintainer
    aptalca
  • org.opencontainers.image.authors
    linuxserver.io
  • org.opencontainers.image.created
    2022-08-21T06:02:25+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
    714a2ad187cd22bd375bedfd0b537766be571e7a
  • org.opencontainers.image.revision
    714a2ad187cd22bd375bedfd0b537766be571e7a
  • 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
    01a308cb-ls34

Environment
CUSTOM_PORT

8080

GUIAUTOSTART

true

HOME

/config

NVIDIA_DRIVER_CAPABILITIES

compute,video,utility

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:906828bc7bb67c517ea7c602c83f19656c69f29ec7627ff1fd6752cc36a401b6 - 14.82% (117 MB)

[#001] sha256:17f202e69971cfa842409e42bc54ed5a71eee1fd681aa395d1d0d038a67b92e7 - 0.37% (2.96 MB)

[#002] sha256:661deda3f3ec7febae9ee6e9e31f2e87bff4da5d80977743e5c61d9b92fc1c9f - 0.0% (4.57 KB)

[#003] sha256:01f6619bbc4a72de18ff4eda75f762e690c852e12899d49dd637215bafbfbf91 - 0.08% (671 KB)

[#004] sha256:6f623d8d5e615b703863970dcf522fe738f5f0bca5ad846eeb3fd114d30992d8 - 1.54% (12.2 MB)

[#005] sha256:0db1419bb84255fedfe965abdcb5cca03522dfb66800f9de0cd27344c118edc7 - 26.81% (212 MB)

[#006] sha256:7661b20c993ebc62f2919fff71f2ef6954cf916c4685e10f5cc5903d2e5dbb4c - 0.0% (2.8 KB)

[#007] sha256:6c714a198d30c14f88b8c53c2d69722a157528ca3b21ff8323f1bbeabd447ddc - 0.43% (3.39 MB)

[#008] sha256:f0daf31067ebe6604b5f8e8919ff7741a1c300ad943f5019c0e06389e0e01260 - 0.46% (3.62 MB)

[#009] sha256:d6151b14b80065e524d5e4b9c565cc86211b45af18bdcaf35dd8f680eb275453 - 24.58% (194 MB)

[#010] sha256:fab82ade47e502bd8e9d5983b111f110f3a5b0c6dcc94e144e065468b7b670c9 - 0.0% (1.11 KB)

[#011] sha256:74086e199ee754dd4ee8ec15f6183185f103f331bf342ad76c5695a9e67af95d - 30.91% (244 MB)

[#012] sha256:30c63f27cb8f00ea55ae01a9339780cda3d7c7b7fd1979ce06d40cd37b51b6cf - 0.0% (901 Bytes)


History
2022-08-09 18:58:12 UTC

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

2022-08-09 18:58:13 UTC

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

2022-08-09 18:58:13 UTC

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

2022-08-09 18:58:13 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- ea734b8a-ls62 Build-date:- 2022-08-09T20:55:43+02:00

2022-08-09 18:58:14 UTC

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

2022-08-09 18:58:14 UTC

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

2022-08-09 18:59:58 UTC

|2 BUILD_DATE=2022-08-09T20:55:43+02:00 VERSION=ea734b8a-ls62 /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 archlinux && echo "**** configure locale ****" && echo "en_US.UTF-8 UTF-8" > /etc/locale.gen && locale-gen && echo "**** cleanup ****" && rm -rf /tmp/* /var/cache/pacman/pkg/* /var/lib/pacman/sync/*

2022-08-09 18:59:58 UTC

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

2022-08-09 18:59:58 UTC

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

2022-08-09 18:59:59 UTC

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

2022-08-09 18:59:59 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-08-09T20:55:43+02:00

2022-08-09 18:59:59 UTC

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

2022-08-09 18:59:59 UTC

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

2022-08-09 18:59:59 UTC

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

2022-08-09 18:59:59 UTC

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

2022-08-09 18:59:59 UTC

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

2022-08-09 18:59:59 UTC

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

2022-08-09 19:00:00 UTC

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

2022-08-09 19:00:00 UTC

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

2022-08-09 19:00:00 UTC

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

2022-08-09 19:00:00 UTC

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

2022-08-11 06:44:48 UTC

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

2022-08-11 06:44:48 UTC

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

2022-08-11 06:44:48 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 0.2.18-10.9.19-20.6-3-ls63 Build-date:- 2022-08-11T01:39:16-05:00

2022-08-11 06:44:48 UTC

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

2022-08-11 06:44:49 UTC

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

2022-08-11 06:44:49 UTC

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

2022-08-11 06:44:49 UTC

/bin/sh -c #(nop) ENV NVIDIA_DRIVER_CAPABILITIES=compute,video,utility

2022-08-11 06:45:24 UTC

|2 BUILD_DATE=2022-08-11T01:39:16-05:00 VERSION=0.2.18-10.9.19-20.6-3-ls63 /bin/sh -c echo "**** install deps ****" && pacman -Sy --noconfirm --needed docker fuse imlib2 lame libfdk-aac libjpeg-turbo libxrandr mesa openssh pciutils pulseaudio sudo xf86-video-ati xf86-video-amdgpu xf86-video-intel 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-08-11 06:45:25 UTC

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

2022-08-11 06:45:25 UTC

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

2022-08-11 06:45:25 UTC

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

2022-08-11 06:45:25 UTC

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

2022-08-11 06:45:25 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-08-11T01:39:16-05:00

2022-08-11 06:45:26 UTC

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

2022-08-11 06:45:26 UTC

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

2022-08-11 06:45:26 UTC

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

2022-08-11 06:45:26 UTC

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

2022-08-11 06:45:26 UTC

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

2022-08-11 06:45:26 UTC

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

2022-08-11 06:45:26 UTC

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

2022-08-11 06:45:26 UTC

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

2022-08-11 06:45:26 UTC

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

2022-08-11 06:45:27 UTC

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

2022-08-12 17:15:57 UTC

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

2022-08-12 17:15:57 UTC

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

2022-08-12 17:15:57 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- cbdee851-ls54 Build-date:- 2022-08-12T12:11:10-05:00

2022-08-12 17:15:58 UTC

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

2022-08-12 17:15:59 UTC

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

2022-08-12 17:15:59 UTC

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

2022-08-12 17:18:35 UTC

|2 BUILD_DATE=2022-08-12T12:11:10-05:00 VERSION=cbdee851-ls54 /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-08-12 17:18:37 UTC

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

2022-08-12 17:18:37 UTC

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

2022-08-12 17:18:37 UTC

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

2022-08-12 17:18:37 UTC

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

2022-08-12 17:18:37 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-08-12T12:11:10-05:00

2022-08-12 17:18:37 UTC

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

2022-08-12 17:18:37 UTC

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

2022-08-12 17:18:38 UTC

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

2022-08-12 17:18:38 UTC

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

2022-08-12 17:18:38 UTC

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

2022-08-12 17:18:38 UTC

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

2022-08-12 17:18:38 UTC

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

2022-08-12 17:18:38 UTC

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

2022-08-12 17:18:38 UTC

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

2022-08-12 17:18:38 UTC

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

2022-08-21 04:03:22 UTC

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

2022-08-21 04:03:22 UTC

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

2022-08-21 04:03:22 UTC

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

2022-08-21 04:03:22 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 01a308cb-ls34 Build-date:- 2022-08-21T06:02:25+02:00

2022-08-21 04:03:22 UTC

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

2022-08-21 04:03:22 UTC

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

2022-08-21 04:04:08 UTC

|3 BUILD_DATE=2022-08-21T06:02:25+02:00 CALIBRE_RELEASE=01a308cb VERSION=01a308cb-ls34 /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-08-21 04:04:12 UTC

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

2022-08-21 04:04:12 UTC

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

2022-08-21 04:04:12 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-08-21T06:02:25+02:00

2022-08-21 04:04:12 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-08-21 04:04:12 UTC

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

2022-08-21 04:04:13 UTC

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

2022-08-21 04:04:13 UTC

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

2022-08-21 04:04:13 UTC

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

2022-08-21 04:04:13 UTC

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

2022-08-21 04:04:13 UTC

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

2022-08-21 04:04:13 UTC

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

2022-08-21 04:04:13 UTC

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

2022-08-21 04:04:14 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=01a308cb-ls34

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