Namespace
linuxserver
Image / Tag
calibre:arch-version-18153696
Content Digest
sha256:2f6fc479ca7beff795346f1a74f375c5844d70ba7d83d8bdfcc3ebde44644ad1
Details
Created

2022-01-06 05:17:17 UTC

Size

808 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 18153696-ls1 Build-date:- 2022-01-06T06:15:59+01:00
  • maintainer
    aptalca
  • org.opencontainers.image.authors
    linuxserver.io
  • org.opencontainers.image.created
    2022-01-06T06:15:59+01: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
    c1e7e5556d2ea86db025c43b234139b4517edd53
  • org.opencontainers.image.revision
    c1e7e5556d2ea86db025c43b234139b4517edd53
  • 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
    18153696-ls1

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:2eada74e1203eb7440cbff159e954435886a169655f6e8ef8678bff2dfb2f912 - 11.77% (95.1 MB)

[#001] sha256:2fcdb798f705ef4a406e1de68d281e3667879176ac93686057f860e17b745610 - 0.22% (1.8 MB)

[#002] sha256:99ee0babd748ddec4d6b9af6e32895f9e449eab274c48d93b49ce76d4b2e8f89 - 0.55% (4.42 MB)

[#003] sha256:33bb4385318dea9c425df009ac2549bf973220d98b835e3483d1e451bd74890f - 0.0% (2.9 KB)

[#004] sha256:26a61830a815897232f8e912deecfc20013bda2acc3d67b21e38464726953f9d - 0.08% (654 KB)

[#005] sha256:2a94ebda66c9566cb53761d1a367b487cf9271540f28f876152234c6ccd7feff - 1.46% (11.8 MB)

[#006] sha256:3f0d01c2bbb1e4dd9cc55983fcb3c5c1d5d803e698b9662074555c6d67d79e4d - 29.49% (238 MB)

[#007] sha256:c51132d6a740aee718dee6ae54c6c4479343a7186509876860b1c047c65a3eaf - 0.0% (2.26 KB)

[#008] sha256:f6364a499e6a81100a353af56a4db896d76d0e8b7287f04e60f00a9ca87c7f41 - 6.24% (50.4 MB)

[#009] sha256:efde382cab6342d2f217df669ecf7272d99c35667e54206b89bc750757953fcc - 0.45% (3.62 MB)

[#010] sha256:3bba4cf658c3b1bdd6ef1c406eaddceab3cef2fc4a8e1160914a8a2462cf7909 - 27.16% (219 MB)

[#011] sha256:1ddc1e94b159381b645ab586857c81350dd509f22c9889a890fcba9cf77e5405 - 0.0% (1.11 KB)

[#012] sha256:c3fcd6a73e95c5b92f069d7991b2c85ac7384253b85c73ef5a53ec91b987ac3f - 22.57% (182 MB)

[#013] sha256:16c55f482771e8a7aac759a66aef2fc04ab99663d8be0762a4bbd640436551b0 - 0.0% (1.06 KB)


History
2021-12-28 14:03:42 UTC

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

2021-12-28 14:03:43 UTC

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

2021-12-28 14:03:43 UTC

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

2021-12-28 14:03:43 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- a3469cb5-ls29 Build-date:- 2021-12-28T15:01:09+01:00

2021-12-28 14:03:43 UTC

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

2021-12-28 14:03:43 UTC

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

2021-12-28 14:03:43 UTC

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

2021-12-28 14:03:44 UTC

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

2021-12-28 14:03:44 UTC

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

2021-12-28 14:04:08 UTC

|4 BUILD_DATE=2021-12-28T15:01:09+01:00 OVERLAY_ARCH=amd64 OVERLAY_VERSION=v2.2.0.3 VERSION=a3469cb5-ls29 /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 archlinux && 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/*

2021-12-28 14:04:08 UTC

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

2021-12-28 14:04:08 UTC

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

2021-12-28 14:04:08 UTC

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

2021-12-28 14:04:09 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-12-28T15:01:09+01:00

2021-12-28 14:04:09 UTC

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

2021-12-28 14:04:09 UTC

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

2021-12-28 14:04:09 UTC

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

2021-12-28 14:04:09 UTC

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

2021-12-28 14:04:09 UTC

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

2021-12-28 14:04:09 UTC

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

2021-12-28 14:04:10 UTC

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

2021-12-28 14:04:10 UTC

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

2021-12-28 14:04:10 UTC

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

2021-12-28 14:04:10 UTC

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

2021-12-30 06:40:23 UTC

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

2021-12-30 06:40:23 UTC

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

2021-12-30 06:40:23 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 0.5-20.2.17-10.9.17-1-ls20 Build-date:- 2021-12-30T07:33:46+01:00

2021-12-30 06:40:24 UTC

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

2021-12-30 06:40:24 UTC

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

2021-12-30 06:40:24 UTC

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

2021-12-30 06:41:09 UTC

|2 BUILD_DATE=2021-12-30T07:33:46+01:00 VERSION=0.5-20.2.17-10.9.17-1-ls20 /bin/sh -c echo "**** install deps ****" && pacman -Sy --noconfirm --needed docker fuse lame libfdk-aac libjpeg-turbo libxrandr openssh pulseaudio sudo 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/*

2021-12-30 06:41:13 UTC

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

2021-12-30 06:41:13 UTC

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

2021-12-30 06:41:13 UTC

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

2021-12-30 06:41:13 UTC

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

2021-12-30 06:41:13 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-12-30T07:33:46+01:00

2021-12-30 06:41:13 UTC

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

2021-12-30 06:41:13 UTC

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

2021-12-30 06:41:13 UTC

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

2021-12-30 06:41:14 UTC

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

2021-12-30 06:41:14 UTC

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

2021-12-30 06:41:14 UTC

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

2021-12-30 06:41:14 UTC

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

2021-12-30 06:41:14 UTC

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

2021-12-30 06:41:14 UTC

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

2021-12-30 06:41:14 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=0.5-20.2.17-10.9.17-1-ls20

2022-01-02 16:11:26 UTC

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

2022-01-02 16:11:26 UTC

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

2022-01-02 16:11:26 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- efcb5d0b-ls21 Build-date:- 2022-01-02T17:05:37+01:00

2022-01-02 16:11:27 UTC

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

2022-01-02 16:11:40 UTC

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

2022-01-02 16:11:41 UTC

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

2022-01-02 16:14:36 UTC

|2 BUILD_DATE=2022-01-02T17:05:37+01:00 VERSION=efcb5d0b-ls21 /bin/sh -c echo "**** install packages ****" && pacman -Sy --noconfirm --needed base-devel freerdp git nodejs noto-fonts openbox pavucontrol websocat xorg-xmessage && echo "**** build AUR packages ****" && cd /tmp && AUR_PACKAGES=" dbus-x11" && pacman -Rns --noconfirm -dd dbus && for PACKAGE in ${AUR_PACKAGES}; do git clone https://aur.archlinux.org/${PACKAGE}.git && chown -R abc:abc ${PACKAGE} && cd ${PACKAGE} && sudo -u abc makepkg -sAci --skipinteg --noconfirm --needed && cd /tmp ; done && 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-01-02 16:14:40 UTC

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

2022-01-02 16:14:40 UTC

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

2022-01-02 16:14:40 UTC

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

2022-01-02 16:14:40 UTC

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

2022-01-02 16:14:41 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-01-02T17:05:37+01:00

2022-01-02 16:14:41 UTC

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

2022-01-02 16:14:41 UTC

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

2022-01-02 16:14:41 UTC

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

2022-01-02 16:14:41 UTC

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

2022-01-02 16:14:41 UTC

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

2022-01-02 16:14:41 UTC

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

2022-01-02 16:14:41 UTC

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

2022-01-02 16:14:41 UTC

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

2022-01-02 16:14:42 UTC

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

2022-01-02 16:14:42 UTC

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

2022-01-06 05:16:42 UTC

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

2022-01-06 05:16:42 UTC

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

2022-01-06 05:16:42 UTC

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

2022-01-06 05:16:42 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 18153696-ls1 Build-date:- 2022-01-06T06:15:59+01:00

2022-01-06 05:16:42 UTC

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

2022-01-06 05:16:43 UTC

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

2022-01-06 05:17:15 UTC

|3 BUILD_DATE=2022-01-06T06:15:59+01:00 CALIBRE_RELEASE=18153696 VERSION=18153696-ls1 /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-01-06 05:17:16 UTC

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

2022-01-06 05:17:16 UTC

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

2022-01-06 05:17:16 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-01-06T06:15:59+01:00

2022-01-06 05:17:16 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-01-06 05:17:17 UTC

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

2022-01-06 05:17:17 UTC

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

2022-01-06 05:17:17 UTC

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

2022-01-06 05:17:17 UTC

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

2022-01-06 05:17:17 UTC

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

2022-01-06 05:17:17 UTC

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

2022-01-06 05:17:17 UTC

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

2022-01-06 05:17:17 UTC

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

2022-01-06 05:17:17 UTC

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

Details
Created

2022-01-06 05:22:28 UTC

Size

833 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 18153696-ls1 Build-date:- 2022-01-06T06:15:59+01:00
  • maintainer
    aptalca
  • org.opencontainers.image.authors
    linuxserver.io
  • org.opencontainers.image.created
    2022-01-06T06:15:59+01: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
    c1e7e5556d2ea86db025c43b234139b4517edd53
  • org.opencontainers.image.revision
    c1e7e5556d2ea86db025c43b234139b4517edd53
  • 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
    18153696-ls1

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:f78f1b00714c3b58d0b5a4524be79934bc6d733f6ff83c718acc9d703f1e603e - 14.25% (119 MB)

[#001] sha256:7adcb1bbf81a6d2bdfc6becfce894d6ede8490c18d785c0b979ca59746692fa5 - 0.26% (2.15 MB)

[#002] sha256:9aa56244568e94d60e264cc9f47e0710e5b2340f0200db5a5742d997596bedbd - 0.35% (2.92 MB)

[#003] sha256:64722605d1b30877fec23a2c850fa7685ff0fe2ce3b9c64dfffa4608f34793b1 - 0.0% (2.9 KB)

[#004] sha256:b25a506ab3d2f6d14f797673ae292ffbbe961dbf491a34a81becdb86046c35b9 - 0.07% (630 KB)

[#005] sha256:7edcdb6df4f558dea8ffc657db96fda715ab3b48670d6a73ab44abecd20b995e - 1.42% (11.8 MB)

[#006] sha256:8bb7755e22b71144ad1bb1b0c28f1195eacf679ef67b87770843299571327780 - 25.79% (215 MB)

[#007] sha256:1b7cfea37f3f12d2ddff4aa7885302ebf7e7db0e556557d0219422c53bc311aa - 0.0% (2.22 KB)

[#008] sha256:d3d66cd17c09b57e5636a95661dffd93de1e31abe475b064038253df3f003d9c - 6.05% (50.4 MB)

[#009] sha256:10fcd48fec425ab3e52ee3aba78222fe8f586c0976511757e1099a06ad8f50dd - 0.41% (3.44 MB)

[#010] sha256:e5d30e74bbeb6ebc40121fdaddde86c27d29979d2437d568eb154b28faf566ab - 29.01% (242 MB)

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

[#012] sha256:b4a2edfdde7795c72d5692aa13506ef27381c3e0c99cfa4ba8323e0adea03a74 - 22.38% (186 MB)

[#013] sha256:6f89b89509ef64315dbd522dfc39d88ea11f394adf4ffa10e9c21cedd4d46032 - 0.0% (1.06 KB)


History
2021-12-28 14:08:51 UTC

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

2021-12-28 14:08:57 UTC

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

2021-12-28 14:08:58 UTC

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

2021-12-28 14:08:59 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- a3469cb5-ls29 Build-date:- 2021-12-28T15:01:09+01:00

2021-12-28 14:09:00 UTC

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

2021-12-28 14:09:01 UTC

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

2021-12-28 14:09:02 UTC

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

2021-12-28 14:09:03 UTC

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

2021-12-28 14:09:05 UTC

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

2021-12-28 14:09:29 UTC

|4 BUILD_DATE=2021-12-28T15:01:09+01:00 OVERLAY_ARCH=arm OVERLAY_VERSION=v2.2.0.3 VERSION=a3469cb5-ls29 /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/*

2021-12-28 14:09:30 UTC

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

2021-12-28 14:09:31 UTC

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

2021-12-28 14:09:32 UTC

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

2021-12-28 14:09:33 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-12-28T15:01:09+01:00

2021-12-28 14:09:34 UTC

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

2021-12-28 14:09:35 UTC

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

2021-12-28 14:09:36 UTC

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

2021-12-28 14:09:37 UTC

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

2021-12-28 14:09:38 UTC

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

2021-12-28 14:09:39 UTC

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

2021-12-28 14:09:40 UTC

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

2021-12-28 14:09:42 UTC

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

2021-12-28 14:09:43 UTC

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

2021-12-28 14:09:44 UTC

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

2021-12-30 06:46:08 UTC

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

2021-12-30 06:46:10 UTC

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

2021-12-30 06:46:11 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 0.5-20.2.17-10.9.17-1-ls20 Build-date:- 2021-12-30T07:33:46+01:00

2021-12-30 06:46:12 UTC

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

2021-12-30 06:46:13 UTC

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

2021-12-30 06:46:15 UTC

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

2021-12-30 06:50:33 UTC

|2 BUILD_DATE=2021-12-30T07:33:46+01:00 VERSION=0.5-20.2.17-10.9.17-1-ls20 /bin/sh -c echo "**** install deps ****" && pacman -Sy --noconfirm --needed docker fuse lame libfdk-aac libjpeg-turbo libxrandr openssh pulseaudio sudo 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/*

2021-12-30 06:50:34 UTC

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

2021-12-30 06:50:36 UTC

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

2021-12-30 06:50:38 UTC

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

2021-12-30 06:50:39 UTC

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

2021-12-30 06:50:41 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-12-30T07:33:46+01:00

2021-12-30 06:50:42 UTC

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

2021-12-30 06:50:44 UTC

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

2021-12-30 06:50:45 UTC

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

2021-12-30 06:50:47 UTC

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

2021-12-30 06:50:48 UTC

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

2021-12-30 06:50:50 UTC

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

2021-12-30 06:50:52 UTC

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

2021-12-30 06:50:53 UTC

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

2021-12-30 06:50:55 UTC

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

2021-12-30 06:50:56 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=0.5-20.2.17-10.9.17-1-ls20

2022-01-02 16:15:55 UTC

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

2022-01-02 16:15:57 UTC

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

2022-01-02 16:15:59 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- efcb5d0b-ls21 Build-date:- 2022-01-02T17:05:37+01:00

2022-01-02 16:16:00 UTC

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

2022-01-02 16:16:28 UTC

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

2022-01-02 16:16:31 UTC

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

2022-01-02 16:22:13 UTC

|2 BUILD_DATE=2022-01-02T17:05:37+01:00 VERSION=efcb5d0b-ls21 /bin/sh -c echo "**** install packages ****" && pacman -Sy --noconfirm --needed base-devel freerdp git nodejs noto-fonts openbox pavucontrol websocat xorg-xmessage && echo "**** build AUR packages ****" && cd /tmp && AUR_PACKAGES=" dbus-x11" && pacman -Rns --noconfirm -dd dbus && for PACKAGE in ${AUR_PACKAGES}; do git clone https://aur.archlinux.org/${PACKAGE}.git && chown -R abc:abc ${PACKAGE} && cd ${PACKAGE} && sudo -u abc makepkg -sAci --skipinteg --noconfirm --needed && cd /tmp ; done && 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-01-02 16:22:17 UTC

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

2022-01-02 16:22:21 UTC

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

2022-01-02 16:22:25 UTC

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

2022-01-02 16:22:29 UTC

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

2022-01-02 16:22:33 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-01-02T17:05:37+01:00

2022-01-02 16:22:36 UTC

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

2022-01-02 16:22:40 UTC

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

2022-01-02 16:22:44 UTC

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

2022-01-02 16:22:48 UTC

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

2022-01-02 16:22:52 UTC

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

2022-01-02 16:22:56 UTC

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

2022-01-02 16:23:00 UTC

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

2022-01-02 16:23:03 UTC

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

2022-01-02 16:23:07 UTC

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

2022-01-02 16:23:11 UTC

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

2022-01-06 05:19:00 UTC

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

2022-01-06 05:19:00 UTC

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

2022-01-06 05:19:00 UTC

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

2022-01-06 05:19:01 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 18153696-ls1 Build-date:- 2022-01-06T06:15:59+01:00

2022-01-06 05:19:01 UTC

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

2022-01-06 05:19:01 UTC

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

2022-01-06 05:22:21 UTC

|3 BUILD_DATE=2022-01-06T06:15:59+01:00 CALIBRE_RELEASE=18153696 VERSION=18153696-ls1 /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-01-06 05:22:24 UTC

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

2022-01-06 05:22:24 UTC

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

2022-01-06 05:22:24 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-01-06T06:15:59+01:00

2022-01-06 05:22:25 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-01-06 05:22:25 UTC

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

2022-01-06 05:22:26 UTC

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

2022-01-06 05:22:26 UTC

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

2022-01-06 05:22:26 UTC

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

2022-01-06 05:22:27 UTC

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

2022-01-06 05:22:27 UTC

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

2022-01-06 05:22:27 UTC

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

2022-01-06 05:22:28 UTC

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

2022-01-06 05:22:28 UTC

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

Details
Created

2022-01-06 05:20:59 UTC

Size

859 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 18153696-ls1 Build-date:- 2022-01-06T06:15:59+01:00
  • maintainer
    aptalca
  • org.opencontainers.image.authors
    linuxserver.io
  • org.opencontainers.image.created
    2022-01-06T06:15:59+01: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
    c1e7e5556d2ea86db025c43b234139b4517edd53
  • org.opencontainers.image.revision
    c1e7e5556d2ea86db025c43b234139b4517edd53
  • 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
    18153696-ls1

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:3f628b865fdaf0d3458b359b197d2945e6a0c21197994dbe1381aa160b7fa0d8 - 14.9% (128 MB)

[#001] sha256:29a6e6ff8359eb8d1798d06dd5165a7bebc16067ab71d17a2fa405c4afdd33a8 - 0.25% (2.15 MB)

[#002] sha256:383c632650dada5fb24eef388846ad98b2d72d9b1b51ea3c7244ecd8f1a437ec - 0.34% (2.94 MB)

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

[#004] sha256:42b18925826eb5eb2c5b0662ffc1e1a59721ddfd16c2a6927353c95f82d50774 - 0.08% (677 KB)

[#005] sha256:e6f1a81bc97525f7475067a0bd65b51fe1013a0efa28cf868f12ffca57bae618 - 1.38% (11.8 MB)

[#006] sha256:142989d37e5340c18289e1d732ca12a3b9f56eadda5fa1e76060c960a33d80c2 - 25.79% (222 MB)

[#007] sha256:ff6d18217387bfca75dffebb6cafd1718e7e52569388444ccc593fea6d0c0483 - 0.0% (2.22 KB)

[#008] sha256:edf3ab9ac749dff64bea6634e94fafeeb9a3d361f6860c65b4b33232ff761a3c - 5.87% (50.4 MB)

[#009] sha256:32d640c6017450839d7dd3e80e5ee2a821d538dfc01ba5254afed45927e0ec9b - 0.42% (3.6 MB)

[#010] sha256:c9cd8a9ddf5505d8fe8c4313c1d9b36357d1783e616e5ca35c2cf984ec9a7573 - 29.01% (249 MB)

[#011] sha256:2c436a67752d56f5c1c7738ec404e30ae23d5ba3ffa8611398a861863ec1b3c2 - 0.0% (1.05 KB)

[#012] sha256:5c8793e6741883fe48584327246ef761c65bb1e6c3864fe03d1ee12981894e6e - 21.96% (189 MB)

[#013] sha256:bf05209b7270fd37742b99324b69a01f8bf4a2d63da840627040b370ac859e48 - 0.0% (1.06 KB)


History
2021-12-28 14:09:50 UTC

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

2021-12-28 14:09:59 UTC

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

2021-12-28 14:10:00 UTC

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

2021-12-28 14:10:01 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- a3469cb5-ls29 Build-date:- 2021-12-28T15:01:09+01:00

2021-12-28 14:10:02 UTC

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

2021-12-28 14:10:03 UTC

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

2021-12-28 14:10:04 UTC

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

2021-12-28 14:10:05 UTC

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

2021-12-28 14:10:06 UTC

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

2021-12-28 14:10:18 UTC

|4 BUILD_DATE=2021-12-28T15:01:09+01:00 OVERLAY_ARCH=aarch64 OVERLAY_VERSION=v2.2.0.3 VERSION=a3469cb5-ls29 /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 ****" && chmod 755 /etc /usr /usr/bin && pacman -Rsn --noconfirm patch && rm -rf /init-stage2.patch /tmp/* /var/cache/pacman/pkg/* /var/lib/pacman/sync/*

2021-12-28 14:10:19 UTC

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

2021-12-28 14:10:20 UTC

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

2021-12-28 14:10:21 UTC

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

2021-12-28 14:10:22 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-12-28T15:01:09+01:00

2021-12-28 14:10:23 UTC

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

2021-12-28 14:10:24 UTC

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

2021-12-28 14:10:25 UTC

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

2021-12-28 14:10:25 UTC

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

2021-12-28 14:10:26 UTC

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

2021-12-28 14:10:27 UTC

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

2021-12-28 14:10:28 UTC

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

2021-12-28 14:10:29 UTC

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

2021-12-28 14:10:30 UTC

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

2021-12-28 14:10:31 UTC

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

2021-12-30 06:44:50 UTC

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

2021-12-30 06:44:52 UTC

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

2021-12-30 06:44:52 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 0.5-20.2.17-10.9.17-1-ls20 Build-date:- 2021-12-30T07:33:46+01:00

2021-12-30 06:44:53 UTC

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

2021-12-30 06:44:55 UTC

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

2021-12-30 06:44:56 UTC

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

2021-12-30 06:48:09 UTC

|2 BUILD_DATE=2021-12-30T07:33:46+01:00 VERSION=0.5-20.2.17-10.9.17-1-ls20 /bin/sh -c echo "**** install deps ****" && pacman -Sy --noconfirm --needed docker fuse lame libfdk-aac libjpeg-turbo libxrandr openssh pulseaudio sudo 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/*

2021-12-30 06:48:10 UTC

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

2021-12-30 06:48:12 UTC

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

2021-12-30 06:48:13 UTC

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

2021-12-30 06:48:15 UTC

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

2021-12-30 06:48:16 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-12-30T07:33:46+01:00

2021-12-30 06:48:18 UTC

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

2021-12-30 06:48:19 UTC

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

2021-12-30 06:48:21 UTC

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

2021-12-30 06:48:22 UTC

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

2021-12-30 06:48:24 UTC

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

2021-12-30 06:48:25 UTC

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

2021-12-30 06:48:26 UTC

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

2021-12-30 06:48:28 UTC

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

2021-12-30 06:48:29 UTC

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

2021-12-30 06:48:31 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=0.5-20.2.17-10.9.17-1-ls20

2022-01-02 16:17:44 UTC

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

2022-01-02 16:17:46 UTC

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

2022-01-02 16:17:47 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- efcb5d0b-ls21 Build-date:- 2022-01-02T17:05:37+01:00

2022-01-02 16:17:49 UTC

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

2022-01-02 16:18:12 UTC

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

2022-01-02 16:18:15 UTC

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

2022-01-02 16:24:29 UTC

|2 BUILD_DATE=2022-01-02T17:05:37+01:00 VERSION=efcb5d0b-ls21 /bin/sh -c echo "**** install packages ****" && pacman -Sy --noconfirm --needed base-devel freerdp git nodejs noto-fonts openbox pavucontrol websocat xorg-xmessage && echo "**** build AUR packages ****" && cd /tmp && AUR_PACKAGES=" dbus-x11" && pacman -Rns --noconfirm -dd dbus && for PACKAGE in ${AUR_PACKAGES}; do git clone https://aur.archlinux.org/${PACKAGE}.git && chown -R abc:abc ${PACKAGE} && cd ${PACKAGE} && sudo -u abc makepkg -sAci --skipinteg --noconfirm --needed && cd /tmp ; done && 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-01-02 16:24:34 UTC

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

2022-01-02 16:24:37 UTC

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

2022-01-02 16:24:41 UTC

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

2022-01-02 16:24:44 UTC

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

2022-01-02 16:24:47 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-01-02T17:05:37+01:00

2022-01-02 16:24:51 UTC

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

2022-01-02 16:24:54 UTC

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

2022-01-02 16:24:58 UTC

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

2022-01-02 16:25:01 UTC

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

2022-01-02 16:25:05 UTC

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

2022-01-02 16:25:08 UTC

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

2022-01-02 16:25:12 UTC

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

2022-01-02 16:25:15 UTC

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

2022-01-02 16:25:19 UTC

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

2022-01-02 16:25:22 UTC

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

2022-01-06 05:16:48 UTC

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

2022-01-06 05:16:52 UTC

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

2022-01-06 05:16:55 UTC

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

2022-01-06 05:16:58 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 18153696-ls1 Build-date:- 2022-01-06T06:15:59+01:00

2022-01-06 05:17:02 UTC

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

2022-01-06 05:17:05 UTC

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

2022-01-06 05:20:05 UTC

|3 BUILD_DATE=2022-01-06T06:15:59+01:00 CALIBRE_RELEASE=18153696 VERSION=18153696-ls1 /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-01-06 05:20:09 UTC

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

2022-01-06 05:20:14 UTC

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

2022-01-06 05:20:18 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-01-06T06:15:59+01:00

2022-01-06 05:20:22 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-01-06 05:20:26 UTC

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

2022-01-06 05:20:30 UTC

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

2022-01-06 05:20:34 UTC

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

2022-01-06 05:20:38 UTC

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

2022-01-06 05:20:43 UTC

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

2022-01-06 05:20:47 UTC

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

2022-01-06 05:20:51 UTC

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

2022-01-06 05:20:55 UTC

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

2022-01-06 05:20:59 UTC

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

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