2021-06-20 06:09:45 UTC
292 MB
/root
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PS1$(whoami)@$(hostname):$(pwd)\$
TERMxterm
[#000] sha256:1e1177cb520c46723969514204e27ad5d5bcf96e9290580dd9ed9ea13172f5db - 0.93% (2.7 MB)
[#001] sha256:281f22ea8d3241463b5fa65a7119d6b6cce8f2050f56ef3d830a75dea5457133 - 0.73% (2.15 MB)
[#002] sha256:f7bbaf86fd6cea4542e7ebb55ce5cff6d21e94fa349a568769cb3e093e9ca9c1 - 0.72% (2.1 MB)
[#003] sha256:c568bafd306b9f9a2b672a623579db994e943ea31727c29ffa75902b63392683 - 0.0% (440 Bytes)
[#004] sha256:0652067ee655c174e0e5a128b0aba28f0836c3415e0f1ab69ed4a162cee22e27 - 1.59% (4.65 MB)
[#005] sha256:fd175b9b918eaed7c89e4b97e8e92da0564fe7ed7346ff06fe62ce6f141a4045 - 0.0% (2.76 KB)
[#006] sha256:47daa7f38eae34f035d0dec60559768ef325a5df0cfd7e200d30fba8053af55b - 0.02% (62.6 KB)
[#007] sha256:10e3f0e97e9d331d5db25b4d7b18c094fc2d8f2a0759f70ca2950bca00ee0c49 - 3.54% (10.3 MB)
[#008] sha256:1d6db14572c71ceb3d7d01821f44db57bb2fd0b036d6340d18df1c09baf56727 - 31.51% (92.1 MB)
[#009] sha256:613d9aa794e82c6a7361c32c4ef9a9b4554b43514449f665a3c5780e281e2159 - 0.0% (1.05 KB)
[#010] sha256:fffc3a9a46b9b2b41a391272499f78e1dd131d34660e8b52239ebb2b9c7679c2 - 17.77% (51.9 MB)
[#011] sha256:df61e4974ecd4052e2cba2916d859e0a93c6aa8a483b04000d279f4f60157b25 - 1.19% (3.47 MB)
[#012] sha256:e7c401654a1161a1160efe808a1b6b6b45cb8ffaa64683abbf705154d141b4bf - 12.97% (37.9 MB)
[#013] sha256:2965bec35f6837b76e0e815a98cf3f85a42d7c2631d3089aad222cfdc76a4c6c - 0.0% (1.04 KB)
[#014] sha256:197a9d85ba6a11a0effc827ada9ef012b2b5c26ee66e020be1221f40aa60ab01 - 29.03% (84.8 MB)
[#015] sha256:1585590c4e7ba66ed55420df50a41a87cae14ebf467ae0a165c3fb091ed40970 - 0.0% (146 Bytes)
/bin/sh -c #(nop) COPY dir:cb53b1527166dc73fe0f07acff615d5adb178adbc8d393ec696c920dddc56ec8 in /
2021-06-08 06:50:38 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2021-06-08 06:50:39 UTC/bin/sh -c #(nop) ARG VERSION
2021-06-08 06:50:39 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- ad3ea322-ls14 Build-date:- 2021-06-08T06:49:01+00:00
2021-06-08 06:50:40 UTC/bin/sh -c #(nop) LABEL maintainer=TheLamer
2021-06-08 06:50:40 UTC/bin/sh -c #(nop) ARG OVERLAY_VERSION=v2.2.0.3
2021-06-08 06:50:41 UTC/bin/sh -c #(nop) ARG OVERLAY_ARCH=aarch64
2021-06-08 06:50:43 UTC/bin/sh -c #(nop) ADD fe393366cedf1fae03f3abe8da9c363fe176b7fde62c195119a98ec6cedced59 in /tmp/
2021-06-08 06:50:47 UTC|4 BUILD_DATE=2021-06-08T06:49:01+00:00 OVERLAY_ARCH=aarch64 OVERLAY_VERSION=v2.2.0.3 VERSION=ad3ea322-ls14 /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-06-08 06:50:48 UTC/bin/sh -c #(nop) COPY dir:946d679880d0fb0651159e9c7af5c1409fedf29f47438b8e25b84b89e523faac in /tmp/patch
2021-06-08 06:50:49 UTC/bin/sh -c #(nop) ENV PS1=$(whoami)@$(hostname):$(pwd)\$ HOME=/root TERM=xterm
2021-06-08 06:51:17 UTC|4 BUILD_DATE=2021-06-08T06:49:01+00:00 OVERLAY_ARCH=aarch64 OVERLAY_VERSION=v2.2.0.3 VERSION=ad3ea322-ls14 /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-06-08 06:51:19 UTC/bin/sh -c #(nop) COPY dir:2acaa64c1c274cc83826425e27192cb5b2ebbcd4c2336082299743053faeda14 in /
2021-06-08 06:51:19 UTC/bin/sh -c #(nop) ENTRYPOINT ["/init"]
2021-06-08 06:51:20 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2021-06-08 06:51:21 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-06-08T06:49:01+00:00
2021-06-08 06:51:21 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.description=baseimage-alpine image by linuxserver.io
2021-06-08 06:51:22 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-baseimage-alpine
2021-06-08 06:51:22 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2021-06-08 06:51:23 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=fb2ef8fb857463f22d1c385ce7b1ae7f211296b1
2021-06-08 06:51:24 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=fb2ef8fb857463f22d1c385ce7b1ae7f211296b1
2021-06-08 06:51:24 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-baseimage-alpine
2021-06-08 06:51:25 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Baseimage-alpine
2021-06-08 06:51:25 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-baseimage-alpine/packages
2021-06-08 06:51:26 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2021-06-08 06:51:26 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=ad3ea322-ls14
2021-06-10 07:00:50 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2021-06-10 07:00:51 UTC/bin/sh -c #(nop) ARG VERSION
2021-06-10 07:00:53 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 6d9f25b4-ls8 Build-date:- 2021-06-10T02:51:01-04:00
2021-06-10 07:00:55 UTC/bin/sh -c #(nop) LABEL maintainer=thelamer
2021-06-10 07:00:56 UTC/bin/sh -c #(nop) COPY dir:43c52f1eb87c04c24fa20fc4f1f4df207920632d7202e377ca98e8584a789879 in /
2021-06-10 07:00:59 UTC/bin/sh -c #(nop) COPY file:7f84814a73e149d2e9c32174594b23411b14819d77acfbf517a518e70cac2e2b in /usr/local/bin/docker-compose
2021-06-10 07:02:31 UTC|2 BUILD_DATE=2021-06-10T02:51:01-04:00 VERSION=6d9f25b4-ls8 /bin/sh -c echo "**** install deps ****" && apk add --no-cache dbus-x11 docker libpulse openssh-client openssl pavucontrol pulseaudio sudo xterm && apk add --no-cache --repository=http://dl-cdn.alpinelinux.org/alpine/edge/community xorg-server xorgxrdp xrdp && 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-06-10 07:02:47 UTC/bin/sh -c #(nop) COPY dir:3927565b6d5ad439a38f4f45c3b00298afc5cbbeb19ad5766cb1cae6a800f181 in /
2021-06-10 07:02:48 UTC/bin/sh -c #(nop) EXPOSE 3389
2021-06-10 07:02:50 UTC/bin/sh -c #(nop) VOLUME [/config]
2021-06-10 07:02:52 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2021-06-10 07:02:54 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-06-10T02:51:01-04:00
2021-06-10 07:02:57 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.description=baseimage-rdesktop image by linuxserver.io
2021-06-10 07:03:02 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-baseimage-rdesktop
2021-06-10 07:03:04 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2021-06-10 07:03:06 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=494d9b43f2bdd7d3ee79a5eda671a324756bc992
2021-06-10 07:03:08 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=494d9b43f2bdd7d3ee79a5eda671a324756bc992
2021-06-10 07:03:11 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-baseimage-rdesktop
2021-06-10 07:03:13 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Baseimage-rdesktop
2021-06-10 07:03:14 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-baseimage-rdesktop/packages
2021-06-10 07:03:16 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2021-06-10 07:03:19 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=6d9f25b4-ls8
2021-06-13 16:43:28 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2021-06-13 16:43:29 UTC/bin/sh -c #(nop) ARG VERSION
2021-06-13 16:43:31 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 0.1.0-ls7 Build-date:- 2021-06-13T17:22:52+01:00
2021-06-13 16:43:33 UTC/bin/sh -c #(nop) LABEL maintainer=thelamer
2021-06-13 16:46:46 UTC/bin/sh -c #(nop) COPY dir:cb46b22d6ea032c3f3d13c602d081c326a8149faee2849c9588af0314619fd58 in /gclient
2021-06-13 16:47:38 UTC/bin/sh -c #(nop) COPY dir:319d71f2e5ad9fa65d2def32304e76dd35e4d44ec1bf2d23d93584fbca6f94d4 in /
2021-06-13 16:48:15 UTC|2 BUILD_DATE=2021-06-13T17:22:52+01:00 VERSION=0.1.0-ls7 /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 websocat && echo "**** openbox tweaks ****" && sed -i 's/NLIMC/NLMC/g' /etc/xdg/openbox/rc.xml && echo "**** cleanup ****" && rm -rf /tmp/*
2021-06-13 16:48:27 UTC/bin/sh -c #(nop) COPY dir:76e1cea7ac7e5844825a0abe695b4b86b9ac18b37d69163f05f02d8b80a5e01a in /
2021-06-13 16:48:28 UTC/bin/sh -c #(nop) EXPOSE 3000
2021-06-13 16:48:30 UTC/bin/sh -c #(nop) VOLUME [/config]
2021-06-13 16:48:31 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2021-06-13 16:48:37 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-06-13T17:22:52+01:00
2021-06-13 16:48:41 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.description=baseimage-rdesktop-web image by linuxserver.io
2021-06-13 16:48:45 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-baseimage-rdesktop-web
2021-06-13 16:48:47 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2021-06-13 16:48:49 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=8555e8f18666803a6e80b40464f7cc91654280e0
2021-06-13 16:48:50 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=8555e8f18666803a6e80b40464f7cc91654280e0
2021-06-13 16:48:51 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-baseimage-rdesktop-web
2021-06-13 16:48:53 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Baseimage-rdesktop-web
2021-06-13 16:48:54 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-baseimage-rdesktop-web/packages
2021-06-13 16:48:55 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2021-06-13 16:48:57 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=0.1.0-ls7
2021-06-20 06:07:58 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2021-06-20 06:07:59 UTC/bin/sh -c #(nop) ARG VERSION
2021-06-20 06:08:01 UTC/bin/sh -c #(nop) ARG FIREFOX_VERSION
2021-06-20 06:08:02 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 78.11.0-r0-ls7 Build-date:- 2021-06-20T02:04:10-04:00
2021-06-20 06:08:03 UTC/bin/sh -c #(nop) LABEL maintainer=thelamer
2021-06-20 06:09:15 UTC|3 BUILD_DATE=2021-06-20T02:04:10-04:00 FIREFOX_VERSION=78.11.0-r0 VERSION=78.11.0-r0-ls7 /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.13/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-06-20 06:09:23 UTC/bin/sh -c #(nop) COPY dir:5b8bab62ee14c04c6c8e0670ae464b49bc7f41f4229e3f41219b371ef280496c in /
2021-06-20 06:09:25 UTC/bin/sh -c #(nop) EXPOSE 3000
2021-06-20 06:09:26 UTC/bin/sh -c #(nop) VOLUME [/config]
2021-06-20 06:09:27 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2021-06-20 06:09:29 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-06-20T02:04:10-04:00
2021-06-20 06:09:31 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-06-20 06:09:32 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-firefox
2021-06-20 06:09:34 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2021-06-20 06:09:36 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=31f4749acf8709b03d17d7383998317511f6b60a
2021-06-20 06:09:37 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=31f4749acf8709b03d17d7383998317511f6b60a
2021-06-20 06:09:39 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-firefox
2021-06-20 06:09:40 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Firefox
2021-06-20 06:09:42 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-firefox/packages
2021-06-20 06:09:44 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2021-06-20 06:09:45 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=78.11.0-r0-ls7