Renato Rosa renatoxsr

calibre (latest)

Published 2026-07-29 14:20:56 -03:00 by renatoxsr

Installation

docker pull git.silveirarosa.com/renatoxsr/calibre:latest
sha256:de32022fc93e452ee9451326bf5b9767ad3e41d10cd03cfb4e322da16946e995

Images

Digest OS / Arch Size
867301d980 linux/amd64 463 MiB

Image Layers ( linux/amd64)

umoci raw add-layer --image /home/buildd/rockcraft-ubuntu-9cbff345d050d8210022046bb567023a/images/ubuntu:rockcraft-base /home/buildd/rockcraft-ubuntu-9cbff345d050d8210022046bb567023a/images/.temp_layer.8989.tar --tag 26.04
umoci config --image /home/buildd/rockcraft-ubuntu-9cbff345d050d8210022046bb567023a/images/ubuntu:26.04 --clear=config.entrypoint --clear=config.cmd
umoci config --image /home/buildd/rockcraft-ubuntu-9cbff345d050d8210022046bb567023a/images/ubuntu:26.04 --clear=config.cmd --config.cmd /bin/bash
umoci config --image /home/buildd/rockcraft-ubuntu-9cbff345d050d8210022046bb567023a/images/ubuntu:26.04 --config.env PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
umoci config --image /home/buildd/rockcraft-ubuntu-9cbff345d050d8210022046bb567023a/images/ubuntu:26.04 --clear=config.labels --config.label org.opencontainers.image.version=26.04 --config.label org.opencontainers.image.title=ubuntu --config.label org.opencontainers.image.created=2026-07-13T16:06:30.499069+00:00 --config.label org.opencontainers.image.description=The Ubuntu container image maintained by Canonical Ubuntu is a Debian-based Linux operating system that runs from the desktop to the cloud, to all your internet connected things. It is the world's most popular operating system across public clouds and OpenStack clouds. It is the number one platform for containers; from Docker to Kubernetes to LXD, Ubuntu can run your containers at scale. Fast, secure and simple, Ubuntu powers millions of PCs worldwide.
umoci config --image /home/buildd/rockcraft-ubuntu-9cbff345d050d8210022046bb567023a/images/ubuntu:26.04 --clear=manifest.annotations --manifest.annotation org.opencontainers.image.version=26.04 --manifest.annotation org.opencontainers.image.title=ubuntu --manifest.annotation org.opencontainers.image.created=2026-07-13T16:06:30.499069+00:00 --manifest.annotation org.opencontainers.image.description=The Ubuntu container image maintained by Canonical Ubuntu is a Debian-based Linux operating system that runs from the desktop to the cloud, to all your internet connected things. It is the world's most popular operating system across public clouds and OpenStack clouds. It is the number one platform for containers; from Docker to Kubernetes to LXD, Ubuntu can run your containers at scale. Fast, secure and simple, Ubuntu powers millions of PCs worldwide.
umoci raw add-layer --image /home/buildd/rockcraft-ubuntu-9cbff345d050d8210022046bb567023a/images/ubuntu:26.04 /home/buildd/rockcraft-ubuntu-9cbff345d050d8210022046bb567023a/images/.temp_layer.control_data.8989.tar
COPY --chmod=0755 /gosu /usr/local/bin/gosu # buildkit
ARG PUID=1000 PGID=1000 HOME=/config DATA_DIR=/data CALIBRE_INSTALL_NO_DESKTOP=1 INSTALL_DIR=/opt ISOLATED=y DEBIAN_FRONTEND=noninteractive
RUN |8 PUID=1000 PGID=1000 HOME=/config DATA_DIR=/data CALIBRE_INSTALL_NO_DESKTOP=1 INSTALL_DIR=/opt ISOLATED=y DEBIAN_FRONTEND=noninteractive /bin/sh -c apt-get update && apt-get install -y --no-install-recommends curl dbus desktop-file-utils fonts-crosextra-caladea fonts-crosextra-carlito fonts-dejavu-core fonts-liberation fonts-noto-core fonts-ubuntu fonts-ubuntu-console hicolor-icon-theme jq libegl1 libfontconfig libgl1 libnss3 libopengl0 libqpdf30 libxcb-cursor0 libxcb-icccm4 libxcb-image0 libxcb-keysyms1 libxcb-randr0 libxcb-render-util0 libxcb-xinerama0 libxcomposite1 libxdamage1 libxkbcommon-x11-0 libxkbcommon0 libxrandr2 libxtst6 poppler-utils python-is-python3 python3 python3-pip python3-xdg ttf-mscorefonts-installer wget xdg-utils xvfb xz-utils && apt-get install -y speech-dispatcher && echo "*** install calibre form official script ***" && mkdir -p /usr/share/desktop-directories /usr/share/applications /usr/share/icons/hicolor /usr/share/mime/packages && wget -nv -O- https://download.calibre-ebook.com/linux-installer.sh | sh /dev/stdin isolated=$ISOLATED install_dir=$INSTALL_DIR && echo "*** Copy libs ***" && mkdir -p $INSTALL_DIR/lib && for bin in $INSTALL_DIR/calibre/bin/* ; do ldd $bin | grep "=>" | awk '{print $3}' | while read -r lib; do if [ -f "$lib" ]; then echo $lib && cp --parents "$lib" $INSTALL_DIR/lib ; fi; done ; done && mkdir -p $DATA_DIR $HOME && echo "*** cleanup ***" && rm -rf /tmp/* /var/lib/apt/lists/* /var/tmp/* # buildkit
ENTRYPOINT ["/opt/calibre/calibre-server"]
CMD ["/data"]
WORKDIR /config
ENV HOME=/config
EXPOSE [80/tcp]
VOLUME [/data /config]

Labels

Key Value
org.opencontainers.image.created 2026-07-13T16:06:30.499069+00:00
org.opencontainers.image.description The Ubuntu container image maintained by Canonical Ubuntu is a Debian-based Linux operating system that runs from the desktop to the cloud, to all your internet connected things. It is the world's most popular operating system across public clouds and OpenStack clouds. It is the number one platform for containers; from Docker to Kubernetes to LXD, Ubuntu can run your containers at scale. Fast, secure and simple, Ubuntu powers millions of PCs worldwide.
org.opencontainers.image.title ubuntu
org.opencontainers.image.version 26.04
Details
Container
2026-07-29 14:20:56 -03:00
0
OCI / Docker
Versions (2) View all
latest 2026-07-29
rolling 2026-07-28