Block a user
calibre (rolling)
Published 2026-07-28 02:34:03 -03:00 by renatoxsr
Installation
docker pull git.silveirarosa.com/renatoxsr/calibre:rollingsha256:dc75c411e033cd55638a3bf5e124a1ab1b0db4f8f4f065e5dfddcf00315c6693
Images
| Digest | OS / Arch | Size |
|---|---|---|
| 1d5206fdff | linux/amd64 | 459 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 install_dir=$INSTALL_DIR && 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 |