2022-09-20 03:04:39 UTC
536 MB
8080
GUIAUTOSTARTtrue
HOME/config
LANGen_US.UTF-8
LANGUAGEen_US.UTF-8
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
S6_CMD_WAIT_FOR_SERVICES_MAXTIME0
S6_STAGE2_HOOK/docker-mods
S6_VERBOSITY1
TERMxterm
[#000] sha256:e3e1fae50f9c162954fa12ed6a2ce05297d155d3ddbd47899b024dad247ea157 - 5.54% (29.7 MB)
[#001] sha256:11071cfef195110e50c442f98367fa5ea7103545d61ba5fbcff004b643617821 - 0.0% (281 Bytes)
[#002] sha256:68604dacde188cbdb5d2d324d484ab5f288962dcb9e3307db22ad1d53257aba9 - 2.63% (14.1 MB)
[#003] sha256:d022cb2bdd288ca24c5adfa915b94d9ca3a7fe059029cdb917cd4e13882b1c62 - 0.0% (7.35 KB)
[#004] sha256:6964f0855a6f69228ad9bfba1f4441a0188478eb4d640d69410989a4cecce737 - 0.1% (574 KB)
[#005] sha256:29a05f44b5ba1b59ea2ee905257a24a63cdd13ea17b4009a3dde6e11e68a78b3 - 2.16% (11.6 MB)
[#006] sha256:c7572bf0189f63b831ee4ce44ce2c8b6896915e77028cf51aca3cdefea6c8bca - 31.8% (170 MB)
[#007] sha256:497752546538cdc3eef4555ebe779378b558b99714b0b2d0e506b825dcc09342 - 0.0% (3.82 KB)
[#008] sha256:6fb656294f4bbefd553384b1db9abaf4fce7e08fad407e76811808dc6ef760a3 - 0.23% (1.24 MB)
[#009] sha256:f943067bce91ad1eae1b94607cb59d55d0be959803ef373616398f05f5fb679e - 0.63% (3.4 MB)
[#010] sha256:e819c9ee5f7b370a99d5b2086452a2e19eedfe5c2cf0fae161f196b2ad3e4111 - 12.08% (64.7 MB)
[#011] sha256:fb7d642c6c66872c22f2b726a2bfd0b06e2887ebb4d25d929dd35f2db0cdff77 - 0.0% (1.74 KB)
[#012] sha256:d2a724b3e8992811360dd026185e85062fd3ed411b7583057fac9ea58d8da027 - 44.81% (240 MB)
[#013] sha256:04a71d7a0f502e03fb39ef3132a42f32517e610c72ea4696b2149f287f54af80 - 0.0% (1.22 KB)
/bin/sh -c #(nop) COPY dir:1e36c25d82a551bfa6766910c0b9c208f3a0899b84ee763c40d42733ac76add9 in /
2022-09-13 12:14:15 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2022-09-13 12:14:15 UTC/bin/sh -c #(nop) ARG VERSION
2022-09-13 12:14:15 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- ebee6755-ls41 Build-date:- 2022-09-13T07:12:55-05:00
2022-09-13 12:14:15 UTC/bin/sh -c #(nop) LABEL maintainer=TheLamer
2022-09-13 12:14:15 UTC/bin/sh -c #(nop) ARG DEBIAN_FRONTEND=noninteractive
2022-09-13 12:14:15 UTC/bin/sh -c #(nop) ENV HOME=/root LANGUAGE=en_US.UTF-8 LANG=en_US.UTF-8 TERM=xterm S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0 S6_VERBOSITY=1 S6_STAGE2_HOOK=/docker-mods
2022-09-13 12:14:15 UTC/bin/sh -c #(nop) COPY file:1944b7fa8f2d673ca96ea72bc1ee3d2beefd4d7109cec81299336aca2188b295 in /etc/apt/sources.list
2022-09-13 12:14:32 UTC|3 BUILD_DATE=2022-09-13T07:12:55-05:00 DEBIAN_FRONTEND=noninteractive VERSION=ebee6755-ls41 /bin/sh -c echo "**** Ripped from Ubuntu Docker Logic ****" && set -xe && echo '#!/bin/sh' > /usr/sbin/policy-rc.d && echo 'exit 101' >> /usr/sbin/policy-rc.d && chmod +x /usr/sbin/policy-rc.d && dpkg-divert --local --rename --add /sbin/initctl && cp -a /usr/sbin/policy-rc.d /sbin/initctl && sed -i 's/^exit.*/exit 0/' /sbin/initctl && echo 'force-unsafe-io' > /etc/dpkg/dpkg.cfg.d/docker-apt-speedup && echo 'DPkg::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };' > /etc/apt/apt.conf.d/docker-clean && echo 'APT::Update::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };' >> /etc/apt/apt.conf.d/docker-clean && echo 'Dir::Cache::pkgcache ""; Dir::Cache::srcpkgcache "";' >> /etc/apt/apt.conf.d/docker-clean && echo 'Acquire::Languages "none";' > /etc/apt/apt.conf.d/docker-no-languages && echo 'Acquire::GzipIndexes "true"; Acquire::CompressionTypes::Order:: "gz";' > /etc/apt/apt.conf.d/docker-gzip-indexes && echo 'Apt::AutoRemove::SuggestsImportant "false";' > /etc/apt/apt.conf.d/docker-autoremove-suggests && mkdir -p /run/systemd && echo 'docker' > /run/systemd/container && echo "**** install apt-utils and locales ****" && apt-get update && apt-get install -y apt-utils locales && echo "**** install packages ****" && apt-get install -y curl gnupg tzdata && echo "**** generate locale ****" && locale-gen en_US.UTF-8 && echo "**** create abc user and make our folders ****" && useradd -u 911 -U -d /config -s /bin/false abc && usermod -G users abc && mkdir -p /app /config /defaults && echo "**** add qemu ****" && curl -o /usr/bin/qemu-aarch64-static -L "https://lsio-ci.ams3.digitaloceanspaces.com/qemu-aarch64-static" && chmod +x /usr/bin/qemu-aarch64-static && echo "**** cleanup ****" && apt-get autoremove && apt-get clean && rm -rf /tmp/* /var/lib/apt/lists/* /var/tmp/* /var/log/*
2022-09-13 12:14:33 UTC/bin/sh -c #(nop) COPY dir:4d4eea5fbb69ca30fddf0ec9875f1cfcd91eda5367ba59cf02691a8f769afab3 in /
2022-09-13 12:14:33 UTC/bin/sh -c #(nop) ENTRYPOINT ["/init"]
2022-09-13 12:14:33 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2022-09-13 12:14:33 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-09-13T07:12:55-05:00
2022-09-13 12:14:33 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.description=baseimage-ubuntu image by linuxserver.io
2022-09-13 12:14:34 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-baseimage-ubuntu
2022-09-13 12:14:34 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2022-09-13 12:14:34 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=378ab6c97ce2f71469a5b67af3aa185d7ceea9b5
2022-09-13 12:14:34 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=378ab6c97ce2f71469a5b67af3aa185d7ceea9b5
2022-09-13 12:14:34 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-baseimage-ubuntu
2022-09-13 12:14:34 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Baseimage-ubuntu
2022-09-13 12:14:34 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-baseimage-ubuntu/packages
2022-09-13 12:14:34 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2022-09-13 12:14:35 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=ebee6755-ls41
2022-09-20 02:14:13 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2022-09-20 02:14:13 UTC/bin/sh -c #(nop) ARG VERSION
2022-09-20 02:14:13 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 13cc3db6-ls33 Build-date:- 2022-09-19T21:07:17-05:00
2022-09-20 02:14:14 UTC/bin/sh -c #(nop) LABEL maintainer=thelamer
2022-09-20 02:14:14 UTC/bin/sh -c #(nop) COPY dir:36a4217ccb61ecc16527ee1143e21d401c0e4aea4f9815c96554ea79aad90882 in /
2022-09-20 02:14:14 UTC/bin/sh -c #(nop) COPY file:e6581418c508bf2525109f6f7ddc83cb37cac556ff7ed753bb03aae7ce644331 in /usr/local/bin/docker-compose
2022-09-20 02:14:14 UTC/bin/sh -c #(nop) ARG DEBIAN_FRONTEND=noninteractive
2022-09-20 02:15:22 UTC|3 BUILD_DATE=2022-09-19T21:07:17-05:00 DEBIAN_FRONTEND=noninteractive VERSION=13cc3db6-ls33 /bin/sh -c echo "**** install deps ****" && ldconfig && apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends apt-transport-https ca-certificates curl dbus-x11 gawk gnupg2 libfuse2 libx11-dev libxfixes3 libxml2 libxrandr2 netcat openssh-client pulseaudio software-properties-common sudo x11-apps x11-xserver-utils xfonts-base xorgxrdp xrdp xserver-xorg-core xserver-xorg-video-armsoc-endlessm xutils zlib1g && dpkg -i /xrdp.deb && rm /xrdp.deb && echo "**** install docker ****" && curl -fsSL https://download.docker.com/linux/ubuntu/gpg | apt-key add - && add-apt-repository "deb [arch=arm64] https://download.docker.com/linux/ubuntu bionic stable" && apt-get update && apt-get install -y --no-install-recommends docker-ce-cli && echo "**** cleanup and user perms ****" && echo "abc:abc" | chpasswd && usermod -aG sudo abc && apt-get autoclean && rm -rf /var/lib/apt/lists/* /var/tmp/* /tmp/*
2022-09-20 02:15:29 UTC/bin/sh -c #(nop) COPY dir:ba714421986db612a127e3eb056ef99fe4862342634791bd30b609bc7ae8e29a in /
2022-09-20 02:15:29 UTC/bin/sh -c #(nop) EXPOSE 3389
2022-09-20 02:15:30 UTC/bin/sh -c #(nop) VOLUME [/config]
2022-09-20 02:15:30 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2022-09-20 02:15:30 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-09-19T21:07:17-05:00
2022-09-20 02:15:30 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.description=baseimage-rdesktop image by linuxserver.io
2022-09-20 02:15:30 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-baseimage-rdesktop
2022-09-20 02:15:30 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2022-09-20 02:15:31 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=543f922d2062ee0e1674c95cab9efef9cf2a7063
2022-09-20 02:15:31 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=543f922d2062ee0e1674c95cab9efef9cf2a7063
2022-09-20 02:15:31 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-baseimage-rdesktop
2022-09-20 02:15:31 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Baseimage-rdesktop
2022-09-20 02:15:31 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-baseimage-rdesktop/packages
2022-09-20 02:15:31 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2022-09-20 02:15:32 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=13cc3db6-ls33
2022-09-20 02:40:33 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2022-09-20 02:40:33 UTC/bin/sh -c #(nop) ARG VERSION
2022-09-20 02:40:34 UTC/bin/sh -c #(nop) ARG GUACD_VERSION=1.1.0
2022-09-20 02:40:34 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- ffd95a9f-ls38 Build-date:- 2022-09-19T21:36:32-05:00
2022-09-20 02:40:34 UTC/bin/sh -c #(nop) LABEL maintainer=thelamer
2022-09-20 02:40:34 UTC/bin/sh -c #(nop) COPY dir:4007f6b40a692dae5f25b1506d49d861b5e1d200a658a3e86e6214caf7c572b2 in /tmp/out
2022-09-20 02:40:36 UTC/bin/sh -c #(nop) COPY dir:3e5737858074a76d52fcc446511425e37ec249060bb5e8617c21fb5c8763c2dd in /gclient
2022-09-20 02:41:13 UTC|3 BUILD_DATE=2022-09-19T21:36:32-05:00 GUACD_VERSION=1.1.0 VERSION=ffd95a9f-ls38 /bin/sh -c echo "**** install guacd ****" && dpkg --path-include=/usr/share/doc/${PKG_NAME}/* -i /tmp/out/guacd_${GUACD_VERSION}.deb && echo "**** install packages ****" && apt-get update && apt-get install -y gnupg && curl -s https://deb.nodesource.com/gpgkey/nodesource.gpg.key | apt-key add - && echo 'deb https://deb.nodesource.com/node_16.x focal main' > /etc/apt/sources.list.d/nodesource.list && apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends -y ca-certificates libfreerdp2-2 libfreerdp-client2-2 libossp-uuid16 nodejs obconf openbox python2 xterm && apt-get install -qy --no-install-recommends $(cat /tmp/out/DEPENDENCIES) && echo "**** grab websocat ****" && WEBSOCAT_RELEASE=$(curl -sX GET "https://api.github.com/repos/vi/websocat/releases/latest" | awk '/tag_name/{print $4;exit}' FS='[""]'); curl -o /usr/bin/websocat -fL "https://github.com/vi/websocat/releases/download/${WEBSOCAT_RELEASE}/websocat.aarch64-unknown-linux-musl" && chmod +x /usr/bin/websocat && echo "**** openbox tweaks ****" && sed -i 's/NLIMC/NLMC/g' /etc/xdg/openbox/rc.xml && echo "**** cleanup ****" && apt-get autoclean && rm -rf /var/lib/apt/lists/* /var/tmp/* /tmp/*
2022-09-20 02:41:17 UTC/bin/sh -c #(nop) COPY dir:5a5e551d02d56d7031e426082dbd57140495ed13a193dba6dad0ff5f4973000a in /
2022-09-20 02:41:17 UTC/bin/sh -c #(nop) EXPOSE 3000
2022-09-20 02:41:17 UTC/bin/sh -c #(nop) VOLUME [/config]
2022-09-20 02:41:18 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2022-09-20 02:41:18 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-09-19T21:36:32-05:00
2022-09-20 02:41:18 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.description=baseimage-rdesktop-web image by linuxserver.io
2022-09-20 02:41:18 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-baseimage-rdesktop-web
2022-09-20 02:41:18 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2022-09-20 02:41:18 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=933d2bb3ed8c6672e7609269ee93e33014313c44
2022-09-20 02:41:19 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=933d2bb3ed8c6672e7609269ee93e33014313c44
2022-09-20 02:41:19 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-baseimage-rdesktop-web
2022-09-20 02:41:19 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Baseimage-rdesktop-web
2022-09-20 02:41:19 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-baseimage-rdesktop-web/packages
2022-09-20 02:41:19 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2022-09-20 02:41:19 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=ffd95a9f-ls38
2022-09-20 03:03:46 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2022-09-20 03:03:46 UTC/bin/sh -c #(nop) ARG VERSION
2022-09-20 03:03:46 UTC/bin/sh -c #(nop) ARG CALIBRE_RELEASE
2022-09-20 03:03:47 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- v6.5.0-ls182 Build-date:- 2022-09-20T05:02:10+02:00
2022-09-20 03:03:47 UTC/bin/sh -c #(nop) LABEL maintainer=aptalca
2022-09-20 03:03:47 UTC/bin/sh -c #(nop) ENV CUSTOM_PORT=8080 GUIAUTOSTART=true HOME=/config
2022-09-20 03:04:29 UTC|3 BUILD_DATE=2022-09-20T05:02:10+02:00 CALIBRE_RELEASE=v6.5.0 VERSION=v6.5.0-ls182 /bin/sh -c echo "**** install runtime packages ****" && apt-get update && apt-get install -y --no-install-recommends dbus fcitx-rime fonts-wqy-microhei jq libnss3 libopengl0 libqpdf28 libxkbcommon-x11-0 libxcb-icccm4 libxcb-image0 libxcb-keysyms1 libxcb-randr0 libxcb-render-util0 libxcb-xinerama0 poppler-utils python3 python3-xdg ttf-wqy-zenhei wget xz-utils && apt-get install -y speech-dispatcher && echo "**** install calibre ****" && mkdir -p /opt/calibre && if [ -z ${CALIBRE_RELEASE+x} ]; then CALIBRE_RELEASE=$(curl -sX GET "https://api.github.com/repos/kovidgoyal/calibre/releases/latest" | jq -r .tag_name); fi && CALIBRE_VERSION="$(echo ${CALIBRE_RELEASE} | cut -c2-)" && CALIBRE_URL="https://download.calibre-ebook.com/${CALIBRE_VERSION}/calibre-${CALIBRE_VERSION}-arm64.txz" && curl -o /tmp/calibre-tarball.txz -L "$CALIBRE_URL" && tar xvf /tmp/calibre-tarball.txz -C /opt/calibre && /opt/calibre/calibre_postinstall && dbus-uuidgen > /etc/machine-id && echo "**** grab websocat ****" && WEBSOCAT_RELEASE=$(curl -sX GET "https://api.github.com/repos/vi/websocat/releases/latest" | awk '/tag_name/{print $4;exit}' FS='[""]'); curl -o /usr/bin/websocat -fL "https://github.com/vi/websocat/releases/download/${WEBSOCAT_RELEASE}/websocat.aarch64-unknown-linux-musl" && chmod +x /usr/bin/websocat && echo "**** cleanup ****" && apt-get clean && rm -rf /tmp/* /var/lib/apt/lists/* /var/tmp/*
2022-09-20 03:04:37 UTC/bin/sh -c #(nop) COPY dir:78d2388458328b553b91be2fea532da89357164b26fb59e3e06b56ff339535b0 in /
2022-09-20 03:04:38 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2022-09-20 03:04:38 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-09-20T05:02:10+02:00
2022-09-20 03:04:38 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-09-20 03:04:38 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-calibre
2022-09-20 03:04:38 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2022-09-20 03:04:38 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=e79e62ea21a72672b0d4089e47c0f48b206da090
2022-09-20 03:04:38 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=e79e62ea21a72672b0d4089e47c0f48b206da090
2022-09-20 03:04:39 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-calibre
2022-09-20 03:04:39 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Calibre
2022-09-20 03:04:39 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-calibre/packages
2022-09-20 03:04:39 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2022-09-20 03:04:39 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=v6.5.0-ls182
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.