2021-10-31 06:04:11 UTC
293 MB
/root
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PS1$(whoami)@$(hostname):$(pwd)\$
TERMxterm
[#000] sha256:5486d032ac2e1a006e2ea974e585bc5c7b60fe0df955ce59898f150a9f81e8e6 - 0.92% (2.71 MB)
[#001] sha256:084cbc739f612d55dd21963b1f00fa8b9b4057c60d0a8908ef3c5897425927d5 - 0.73% (2.15 MB)
[#002] sha256:ecee8068278e6e1e64f04784b579210b8ff7a512678424ee279ce6a4a209b56e - 0.72% (2.1 MB)
[#003] sha256:0fea40e77e427151905aab30ba566cddf851f1717f3abc9a9846172786869997 - 0.0% (411 Bytes)
[#004] sha256:a72b8cb600387a1b0f2bf4f0eaba7ea68cb8efad455419e863d35bc6fe51f464 - 1.6% (4.68 MB)
[#005] sha256:48ea22c043238bc4eba1595e3b967d8ba447d7a2c77a7885faa9efaf48c3ee33 - 0.0% (2.85 KB)
[#006] sha256:8f85e56479ee5ed2c22a4fbcf0aa80b5926bf2acf98b151448734f35df4b61ed - 0.02% (62.6 KB)
[#007] sha256:f0f01c4f69b0db762ebdceef6ca577934700e1af0a4f24fac93aa457e2d9a425 - 3.53% (10.3 MB)
[#008] sha256:a091b862c257009ff9a07442e40b67f4e44d191e7d00a0be5e810a39d2255ee1 - 31.23% (91.6 MB)
[#009] sha256:174a326de3f57107da2143ecb0a0095cf191f1aff5dc008609a08f8dfa9f15e9 - 0.0% (1.09 KB)
[#010] sha256:667e1367de88bcc06fc0fe19f0e400388a77fe2dac3d1e966f224a25f1937739 - 18.34% (53.8 MB)
[#011] sha256:a4321868bd7088b0e3450998c670ed235aa9aa389f64af556dc123f3b50a77a8 - 1.19% (3.48 MB)
[#012] sha256:f9c27f24476bdc5b28f7adbd1081ecc9dcab332ff6b70abea9ef6615b6564cb0 - 12.89% (37.8 MB)
[#013] sha256:68c88efa765d8796a67fec9ff3e4afdff4fbb8c5cbe5803664b58b2ee3ae69b4 - 0.0% (1.03 KB)
[#014] sha256:3271c6e308a8fb6138dfb9d6f326b695faba23b085cfab0ce7f1cdbc5992aa35 - 28.82% (84.5 MB)
[#015] sha256:85e24cabcc14baebd61c07f7851c104d8e2d2cd27f9606f10893bb55f0e5ef3d - 0.0% (147 Bytes)
/bin/sh -c #(nop) COPY dir:92505b77fe539868aeb4051e5c48dec418072928648eb671f9b76501a2726252 in /
2021-10-19 06:30:40 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2021-10-19 06:30:41 UTC/bin/sh -c #(nop) ARG VERSION
2021-10-19 06:30:42 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 81fe1fc5-ls9 Build-date:- 2021-10-19T08:29:37+02:00
2021-10-19 06:30:43 UTC/bin/sh -c #(nop) LABEL maintainer=TheLamer
2021-10-19 06:30:44 UTC/bin/sh -c #(nop) ARG OVERLAY_VERSION=v2.2.0.3
2021-10-19 06:30:45 UTC/bin/sh -c #(nop) ARG OVERLAY_ARCH=aarch64
2021-10-19 06:30:47 UTC/bin/sh -c #(nop) ADD fe393366cedf1fae03f3abe8da9c363fe176b7fde62c195119a98ec6cedced59 in /tmp/
2021-10-19 06:30:47 UTC|4 BUILD_DATE=2021-10-19T08:29:37+02:00 OVERLAY_ARCH=aarch64 OVERLAY_VERSION=v2.2.0.3 VERSION=81fe1fc5-ls9 /bin/sh -c chmod +x /tmp/s6-overlay-${OVERLAY_ARCH}-installer && /tmp/s6-overlay-${OVERLAY_ARCH}-installer / && rm /tmp/s6-overlay-${OVERLAY_ARCH}-installer
2021-10-19 06:30:49 UTC/bin/sh -c #(nop) COPY dir:946d679880d0fb0651159e9c7af5c1409fedf29f47438b8e25b84b89e523faac in /tmp/patch
2021-10-19 06:30:49 UTC/bin/sh -c #(nop) ENV PS1=$(whoami)@$(hostname):$(pwd)\$ HOME=/root TERM=xterm
2021-10-19 06:30:53 UTC|4 BUILD_DATE=2021-10-19T08:29:37+02:00 OVERLAY_ARCH=aarch64 OVERLAY_VERSION=v2.2.0.3 VERSION=81fe1fc5-ls9 /bin/sh -c echo "**** install build packages ****" && apk add --no-cache --virtual=build-dependencies curl patch tar && echo "**** install runtime packages ****" && apk add --no-cache bash ca-certificates coreutils procps shadow tzdata && echo "**** create abc user and make our folders ****" && groupmod -g 1000 users && useradd -u 911 -U -d /config -s /bin/false abc && usermod -G users abc && mkdir -p /app /config /defaults && mv /usr/bin/with-contenv /usr/bin/with-contenvb && patch -u /etc/s6/init/init-stage2 -i /tmp/patch/etc/s6/init/init-stage2.patch && 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 ****" && apk del --purge build-dependencies && rm -rf /tmp/*
2021-10-19 06:30:54 UTC/bin/sh -c #(nop) COPY dir:00690d36fb1a1d49e825642054741b02b89477fe1c4c9061328eff8ad64efca7 in /
2021-10-19 06:30:54 UTC/bin/sh -c #(nop) ENTRYPOINT ["/init"]
2021-10-19 06:30:55 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2021-10-19 06:30:56 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-10-19T08:29:37+02:00
2021-10-19 06:30:57 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.description=baseimage-alpine image by linuxserver.io
2021-10-19 06:30:58 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-baseimage-alpine
2021-10-19 06:30:59 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2021-10-19 06:31:00 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=d01575b674a6e2cfc4ed0f20253ed0ce23934532
2021-10-19 06:31:01 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=d01575b674a6e2cfc4ed0f20253ed0ce23934532
2021-10-19 06:31:02 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-baseimage-alpine
2021-10-19 06:31:03 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Baseimage-alpine
2021-10-19 06:31:04 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-baseimage-alpine/packages
2021-10-19 06:31:05 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2021-10-19 06:31:06 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=81fe1fc5-ls9
2021-10-21 06:31:10 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2021-10-21 06:31:10 UTC/bin/sh -c #(nop) ARG VERSION
2021-10-21 06:31:11 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- c5dd7493-ls24 Build-date:- 2021-10-21T08:28:27+02:00
2021-10-21 06:31:12 UTC/bin/sh -c #(nop) LABEL maintainer=thelamer
2021-10-21 06:31:14 UTC/bin/sh -c #(nop) COPY dir:a058e12590f10fb85db545e2310c74087f3de5539a7a222d934f322f3765f9fa in /
2021-10-21 06:31:15 UTC/bin/sh -c #(nop) COPY file:9485bc16747695216f44b3ccabfbdedd684dc06e5cedf508717eb50b79d3a4dc in /usr/local/bin/docker-compose
2021-10-21 06:31:43 UTC|2 BUILD_DATE=2021-10-21T08:28:27+02:00 VERSION=c5dd7493-ls24 /bin/sh -c echo "**** install deps ****" && apk add --no-cache dbus-x11 docker libpulse openssh-client openssl pavucontrol pulseaudio sudo xorg-server xorgxrdp xrdp xterm && VERSION=$(ls -1 /usr/lib/ | awk -F '-' '/pulse-/ {print $2; exit}') && ldconfig -n /usr/lib/pulse-${VERSION}/modules && echo "**** cleanup and user perms ****" && echo "abc:abc" | chpasswd && usermod -s /bin/bash abc && echo '%wheel ALL=(ALL) NOPASSWD:ALL' > /etc/sudoers.d/wheel && adduser abc wheel && rm -rf /tmp/*
2021-10-21 06:31:44 UTC/bin/sh -c #(nop) COPY dir:d62131fa2161bbda8e11bcbd3ddbbd28a78caa3b173038145f6fed2ba3dba13f in /
2021-10-21 06:31:44 UTC/bin/sh -c #(nop) EXPOSE 3389
2021-10-21 06:31:45 UTC/bin/sh -c #(nop) VOLUME [/config]
2021-10-21 06:31:46 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2021-10-21 06:31:47 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-10-21T08:28:27+02:00
2021-10-21 06:31:48 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.description=baseimage-rdesktop image by linuxserver.io
2021-10-21 06:31:49 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-baseimage-rdesktop
2021-10-21 06:31:50 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2021-10-21 06:31:51 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=d80937208e1bbda1c78c2772fc3c75c2f109a853
2021-10-21 06:31:52 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=d80937208e1bbda1c78c2772fc3c75c2f109a853
2021-10-21 06:31:53 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-baseimage-rdesktop
2021-10-21 06:31:54 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Baseimage-rdesktop
2021-10-21 06:31:55 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-baseimage-rdesktop/packages
2021-10-21 06:31:56 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2021-10-21 06:31:57 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=c5dd7493-ls24
2021-10-24 16:04:00 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2021-10-24 16:04:01 UTC/bin/sh -c #(nop) ARG VERSION
2021-10-24 16:04:02 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 0.1.2-ls28 Build-date:- 2021-10-24T17:59:06+02:00
2021-10-24 16:04:03 UTC/bin/sh -c #(nop) LABEL maintainer=thelamer
2021-10-24 16:04:27 UTC/bin/sh -c #(nop) COPY dir:36e0069f2516a811cffe2e4fc575671f5a0c05f4fb0dcf88a6dac110f57c3976 in /gclient
2021-10-24 16:04:30 UTC/bin/sh -c #(nop) COPY dir:916b726c934838feeab382fa438c4100f06ba408d40ce8f237db9d1b09d64c2a in /
2021-10-24 16:04:42 UTC|2 BUILD_DATE=2021-10-24T17:59:06+02:00 VERSION=0.1.2-ls28 /bin/sh -c echo "**** install packages ****" && apk add --no-cache ca-certificates font-noto freerdp-libs nodejs openbox && apk add --no-cache --repository=http://dl-cdn.alpinelinux.org/alpine/edge/testing ossp-uuid && apk add --no-cache --repository=http://dl-cdn.alpinelinux.org/alpine/edge/community websocat && echo "**** openbox tweaks ****" && sed -i 's/NLIMC/NLMC/g' /etc/xdg/openbox/rc.xml && echo "**** cleanup ****" && rm -rf /tmp/*
2021-10-24 16:04:43 UTC/bin/sh -c #(nop) COPY dir:0bc3883f5d026b87d495bbfe1df62bf7632ec09355467365ab92ba80ceb9b1a6 in /
2021-10-24 16:04:45 UTC/bin/sh -c #(nop) EXPOSE 3000
2021-10-24 16:04:46 UTC/bin/sh -c #(nop) VOLUME [/config]
2021-10-24 16:04:48 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2021-10-24 16:04:50 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-10-24T17:59:06+02:00
2021-10-24 16:04:51 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.description=baseimage-rdesktop-web image by linuxserver.io
2021-10-24 16:04:53 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-baseimage-rdesktop-web
2021-10-24 16:04:54 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2021-10-24 16:04:56 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=debc3c60326ac07952293d39130915efbe34f420
2021-10-24 16:04:58 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=debc3c60326ac07952293d39130915efbe34f420
2021-10-24 16:04:59 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-baseimage-rdesktop-web
2021-10-24 16:05:01 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Baseimage-rdesktop-web
2021-10-24 16:05:02 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-baseimage-rdesktop-web/packages
2021-10-24 16:05:04 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2021-10-24 16:05:05 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=0.1.2-ls28
2021-10-31 06:03:22 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2021-10-31 06:03:24 UTC/bin/sh -c #(nop) ARG VERSION
2021-10-31 06:03:25 UTC/bin/sh -c #(nop) ARG FIREFOX_VERSION
2021-10-31 06:03:27 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 78.13.0-r0-ls26 Build-date:- 2021-10-31T07:01:42+01:00
2021-10-31 06:03:29 UTC/bin/sh -c #(nop) LABEL maintainer=thelamer
2021-10-31 06:03:44 UTC|3 BUILD_DATE=2021-10-31T07:01:42+01:00 FIREFOX_VERSION=78.13.0-r0 VERSION=78.13.0-r0-ls26 /bin/sh -c echo "**** install packages ****" && apk add --no-cache --virtual=build-dependencies curl && if [ -z ${FIREFOX_VERSION+x} ]; then FIREFOX_VERSION=$(curl -sL "http://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz" | tar -xz -C /tmp && awk '/^P:firefox-esr$/,/V:/' /tmp/APKINDEX | sed -n 2p | sed 's/^V://'); fi && apk add --no-cache firefox-esr==${FIREFOX_VERSION} && echo "**** cleanup ****" && apk del --purge build-dependencies && rm -rf /tmp/*
2021-10-31 06:03:46 UTC/bin/sh -c #(nop) COPY dir:5b8bab62ee14c04c6c8e0670ae464b49bc7f41f4229e3f41219b371ef280496c in /
2021-10-31 06:03:48 UTC/bin/sh -c #(nop) EXPOSE 3000
2021-10-31 06:03:49 UTC/bin/sh -c #(nop) VOLUME [/config]
2021-10-31 06:03:51 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2021-10-31 06:03:53 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-10-31T07:01:42+01:00
2021-10-31 06:03:55 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.description=[Firefox](https://www.mozilla.org/en-US/firefox/) Browser, also known as Mozilla Firefox or simply Firefox, is a free and open-source web browser developed by the Mozilla Foundation and its subsidiary, the Mozilla Corporation. Firefox uses the Gecko layout engine to render web pages, which implements current and anticipated web standards.
2021-10-31 06:03:57 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-firefox
2021-10-31 06:03:58 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2021-10-31 06:04:00 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=7f624a2bf3ccae724451f137793df3a998772731
2021-10-31 06:04:02 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=7f624a2bf3ccae724451f137793df3a998772731
2021-10-31 06:04:04 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-firefox
2021-10-31 06:04:06 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Firefox
2021-10-31 06:04:07 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-firefox/packages
2021-10-31 06:04:09 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2021-10-31 06:04:11 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=78.13.0-r0-ls26