Namespace
linuxserver
Image / Tag
calibre:arch-79d7ec5e-ls28
Content Digest
sha256:6bc569d80e2e79ed6b7ce8b687f8b545ded44b74babdb6881da1440369b95b07
Details
Created

2022-07-17 04:03:44 UTC

Size

744 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

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:941ac7d0f2f32bffa821ec177997cb09d1cc26fb0d6c9e8fe41a6f4140fd9c0f - 12.17% (90.5 MB)

[#001] sha256:20f6ad828b27d18003aabf215a00be2e039eea4bfd6a4592106227ca5d53ea61 - 0.38% (2.83 MB)

[#002] sha256:94bb4c49055cea8a7b9f4d7dc838817c2ae68d657647b09740201e5e7bdbd302 - 0.0% (3.53 KB)

[#003] sha256:a4836c19a3ff32c3bac4b70bd34dbe19e60a3fd7f1f53fbdc66c98efdc33f137 - 0.09% (671 KB)

[#004] sha256:885c86af24621e73875912eff7cf99be83fd0b9c1cde7140894a0dc2310cd5e8 - 1.64% (12.2 MB)

[#005] sha256:9c17df74deafbd69f7c14febb060bb46e70d1f57974fb29d99fb76ed2e336da6 - 33.29% (248 MB)

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

[#007] sha256:5512610d953f7a820ef713cc056bba80428a048e6ac0a7639c180502230caea6 - 0.45% (3.38 MB)

[#008] sha256:7df8374cc20f97cc92e60752e43f74bc11eeff07d63e9d6d5c346967812144e1 - 0.49% (3.61 MB)

[#009] sha256:9c2955f5f4c7e6b80a1d5ba68260caf6a34ea5b2a093763819e46afb9f5a0669 - 26.42% (197 MB)

[#010] sha256:023ae3d9f6b826d3718b6268a3f52484f425009d98f0c725de8cb660ed111c56 - 0.0% (1.1 KB)

[#011] sha256:ed1c33033c1968c212a6147be9e7198d8630c4933fb09d576406f71a81c5a0ee - 25.07% (187 MB)

[#012] sha256:9f55f4c6ebd55e7d26f8fb01846004e1026c40e39acedaf79cc146b63318b612 - 0.0% (903 Bytes)


History
2022-07-05 21:13:01 UTC

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

2022-07-05 21:13:02 UTC

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

2022-07-05 21:13:03 UTC

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

2022-07-05 21:13:03 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:13:03 UTC

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

2022-07-05 21:13:03 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:14:05 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 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-07-05 21:14:05 UTC

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

2022-07-05 21:14:05 UTC

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

2022-07-05 21:14:05 UTC

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

2022-07-05 21:14:05 UTC

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

2022-07-05 21:14:05 UTC

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

2022-07-05 21:14:06 UTC

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

2022-07-05 21:14:06 UTC

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

2022-07-05 21:14:06 UTC

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

2022-07-05 21:14:06 UTC

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

2022-07-05 21:14:07 UTC

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

2022-07-05 21:14:07 UTC

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

2022-07-05 21:14:07 UTC

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

2022-07-05 21:14:07 UTC

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

2022-07-05 21:14:07 UTC

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

2022-07-07 06:45:18 UTC

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

2022-07-07 06:45:18 UTC

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

2022-07-07 06:45:19 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:45:19 UTC

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

2022-07-07 06:45:19 UTC

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

2022-07-07 06:45:20 UTC

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

2022-07-07 06:45:20 UTC

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

2022-07-07 06:46:19 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 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-07-07 06:46:38 UTC

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

2022-07-07 06:46:39 UTC

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

2022-07-07 06:46:40 UTC

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

2022-07-07 06:46:41 UTC

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

2022-07-07 06:46:41 UTC

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

2022-07-07 06:46:42 UTC

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

2022-07-07 06:46:42 UTC

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

2022-07-07 06:46:43 UTC

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

2022-07-07 06:46:43 UTC

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

2022-07-07 06:46:43 UTC

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

2022-07-07 06:46:43 UTC

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

2022-07-07 06:46:44 UTC

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

2022-07-07 06:46:44 UTC

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

2022-07-07 06:46:44 UTC

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

2022-07-07 06:46:44 UTC

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

2022-07-10 16:12:45 UTC

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

2022-07-10 16:12:45 UTC

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

2022-07-10 16:12:45 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:12:46 UTC

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

2022-07-10 16:12:48 UTC

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

2022-07-10 16:12:49 UTC

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

2022-07-10 16:16:50 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:16:52 UTC

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

2022-07-10 16:16:52 UTC

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

2022-07-10 16:16:53 UTC

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

2022-07-10 16:16:53 UTC

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

2022-07-10 16:16:53 UTC

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

2022-07-10 16:16:53 UTC

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

2022-07-10 16:16:53 UTC

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

2022-07-10 16:16:54 UTC

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

2022-07-10 16:16:54 UTC

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

2022-07-10 16:16:54 UTC

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

2022-07-10 16:16:54 UTC

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

2022-07-10 16:16:54 UTC

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

2022-07-10 16:16:55 UTC

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

2022-07-10 16:16:55 UTC

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

2022-07-10 16:16:55 UTC

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

2022-07-17 04:03:04 UTC

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

2022-07-17 04:03:04 UTC

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

2022-07-17 04:03:04 UTC

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

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

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

2022-07-17 04:03:04 UTC

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

2022-07-17 04:03:40 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:03:43 UTC

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

2022-07-17 04:03:43 UTC

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

2022-07-17 04:03:43 UTC

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

2022-07-17 04:03:43 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:03:43 UTC

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

2022-07-17 04:03:43 UTC

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

2022-07-17 04:03:44 UTC

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

2022-07-17 04:03:44 UTC

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

2022-07-17 04:03:44 UTC

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

2022-07-17 04:03:44 UTC

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

2022-07-17 04:03:44 UTC

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

2022-07-17 04:03:44 UTC

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

2022-07-17 04:03:44 UTC

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

Details
Created

2022-07-17 04:08:06 UTC

Size

791 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:4801b28ca033494f19a083bb90bab940cc4208667182f28a6b7cbc9aabe0265a - 15.06% (119 MB)

[#001] sha256:a804809d655838f62c80de71d7db0c2c7f7f8f56a0504a77392ddf348111ac0b - 0.11% (862 KB)

[#002] sha256:2e9d4920555b4d5e908639fd9bbdb78c41e676e2f30f06888274cedc0304d94d - 0.0% (3.54 KB)

[#003] sha256:3b838bd335e67a02a346d448e56b104176ef45cfc8d2442cd7e6be41edbd735d - 0.08% (641 KB)

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

[#005] sha256:e8218979a6191ab184daf3772a5391f679e19fef122e9ee3c2bf6d5d1f0f5f9b - 29.69% (235 MB)

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

[#007] sha256:56ef20ecfa1c28a370c961942c67cab9788176373c5057dad1ce60a933af005b - 0.43% (3.38 MB)

[#008] sha256:f6d88ab7484b9f2e611b684dfcf4713b476968415be3c41d431f8b80d14c1a39 - 0.44% (3.45 MB)

[#009] sha256:6119244be41cc7f3caeb389cad5114396a1056af2e56df37090aac59b48d4d7c - 28.27% (224 MB)

[#010] sha256:c15d81baa0311ab2d6cc5e82a773cca628a608d24e800b15be57c030dce26a04 - 0.0% (1.04 KB)

[#011] sha256:71c8718d98be2cab4f83af562bcec8713edba4cc3e2d0a9e5a7bcf7399458cc2 - 24.39% (193 MB)

[#012] sha256:5195b3282862bfa7e6dd2dd35c7e1336de4bd6305dec1c2512015e2677cb5faf - 0.0% (903 Bytes)


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

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

2022-07-05 21:21:12 UTC

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

2022-07-05 21:21:12 UTC

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

2022-07-05 21:21:12 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:21:13 UTC

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

2022-07-05 21:21:13 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:21:27 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 ****" && rm -rf /tmp/* /var/cache/pacman/pkg/* /var/lib/pacman/sync/*

2022-07-05 21:21:27 UTC

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

2022-07-05 21:21:27 UTC

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

2022-07-05 21:21:27 UTC

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

2022-07-05 21:21:27 UTC

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

2022-07-05 21:21:27 UTC

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

2022-07-05 21:21:28 UTC

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

2022-07-05 21:21:28 UTC

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

2022-07-05 21:21:28 UTC

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

2022-07-05 21:21:28 UTC

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

2022-07-05 21:21:28 UTC

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

2022-07-05 21:21:28 UTC

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

2022-07-05 21:21:28 UTC

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

2022-07-05 21:21:29 UTC

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

2022-07-05 21:21:29 UTC

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

2022-07-07 06:49:06 UTC

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

2022-07-07 06:49:06 UTC

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

2022-07-07 06:49:06 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:49:07 UTC

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

2022-07-07 06:49:07 UTC

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

2022-07-07 06:49:07 UTC

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

2022-07-07 06:52:10 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:52:14 UTC

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

2022-07-07 06:52:14 UTC

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

2022-07-07 06:52:14 UTC

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

2022-07-07 06:52:15 UTC

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

2022-07-07 06:52:15 UTC

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

2022-07-07 06:52:15 UTC

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

2022-07-07 06:52:15 UTC

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

2022-07-07 06:52:15 UTC

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

2022-07-07 06:52:15 UTC

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

2022-07-07 06:52:15 UTC

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

2022-07-07 06:52:15 UTC

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

2022-07-07 06:52:16 UTC

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

2022-07-07 06:52:16 UTC

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

2022-07-07 06:52:16 UTC

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

2022-07-07 06:52:16 UTC

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

2022-07-10 16:15:40 UTC

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

2022-07-10 16:15:41 UTC

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

2022-07-10 16:15:43 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:15:45 UTC

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

2022-07-10 16:15:49 UTC

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

2022-07-10 16:15:51 UTC

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

2022-07-10 16:20:19 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:20:22 UTC

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

2022-07-10 16:20:25 UTC

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

2022-07-10 16:20:28 UTC

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

2022-07-10 16:20:31 UTC

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

2022-07-10 16:20:34 UTC

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

2022-07-10 16:20:37 UTC

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

2022-07-10 16:20:40 UTC

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

2022-07-10 16:20:43 UTC

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

2022-07-10 16:20:45 UTC

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

2022-07-10 16:20:48 UTC

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

2022-07-10 16:20:51 UTC

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

2022-07-10 16:20:54 UTC

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

2022-07-10 16:20:57 UTC

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

2022-07-10 16:21:00 UTC

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

2022-07-10 16:21:03 UTC

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

2022-07-17 04:04:43 UTC

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

2022-07-17 04:04:46 UTC

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

2022-07-17 04:04:49 UTC

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

2022-07-17 04:04:51 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:54 UTC

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

2022-07-17 04:04:57 UTC

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

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

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

2022-07-17 04:07:25 UTC

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

2022-07-17 04:07:29 UTC

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

2022-07-17 04:07:32 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:36 UTC

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

2022-07-17 04:07:40 UTC

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

2022-07-17 04:07:44 UTC

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

2022-07-17 04:07:47 UTC

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

2022-07-17 04:07:51 UTC

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

2022-07-17 04:07:55 UTC

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

2022-07-17 04:07:58 UTC

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

2022-07-17 04:08:02 UTC

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

2022-07-17 04:08:06 UTC

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

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