2021-05-02 06:09:55 UTC
279 MB
/root
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PS1$(whoami)@$(hostname):$(pwd)\$
TERMxterm
[#000] sha256:cf1a938eff62df474ddaea866f9b27a3698ed89c1275165b1b7a20f66294cb4f - 0.87% (2.41 MB)
[#001] sha256:6f93816f068e9428725a0e2ce544e8519c6c304e08945b10903027bf6d3ad3fd - 0.77% (2.15 MB)
[#002] sha256:7fb400d9abc0be6d14698ffb9a83e411e4f8c4d02a7147b512e7dc6e5aabdcab - 0.75% (2.08 MB)
[#003] sha256:533ba028d63aea86ed55d892c881431a4c00b1fd295a1f7572d50a4707d8a693 - 0.0% (438 Bytes)
[#004] sha256:cbfeb9c6dfd890469a92c58a0a12b23a1e774847d0d2276ed691f62fbc482b4f - 1.48% (4.13 MB)
[#005] sha256:494e7e9e918cdcf4bfbd0ba4bbc2fd5f619a70e8b25c48640494674b9e871808 - 0.0% (2.8 KB)
[#006] sha256:ff247277c54e5a1f0f61a0232843e34c3cc2627b4d46e37efba604609c4e32ed - 0.02% (60.7 KB)
[#007] sha256:fa346c8bbb2103653e7d0d22622d193a5d0503a0a56bf9993946213cfbe6a7ae - 3.49% (9.73 MB)
[#008] sha256:e4c295d7bf65bcf974fe8ebea53b6a7c22441e468fc904b2aee467738c12dbfa - 31.23% (87.1 MB)
[#009] sha256:92238e824308ff2e8a49df594a6b062f2120b7436c4d57c14e28b1c8ba2ccbb0 - 0.0% (1.06 KB)
[#010] sha256:3661d3dfc399444bb8fc5e2647254893443438c7b2cae8b1498cc2e42f1fca93 - 18.93% (52.8 MB)
[#011] sha256:de7544e6a1f3b1b1e4482fbde1b8c7549ca1c7f360dd89d06b13688923bf8b57 - 1.19% (3.31 MB)
[#012] sha256:b27c9f356720c526bedb056f5c6a2df135205f75e10cd7124668aada751bb5d4 - 13.04% (36.3 MB)
[#013] sha256:dec17ee779d7ed2651b24f99cec002cd15ce8d35bc5b7f6cd4866b7d0bf08701 - 0.0% (1.05 KB)
[#014] sha256:d7a0881d969870152bfccadcf009fdd74283802b793c979952f96e5806a6b457 - 28.23% (78.7 MB)
[#015] sha256:6ac03c4df061c81ca2bfed12c61f53d181f25556b137f608551cdb46a7670cc1 - 0.0% (147 Bytes)
/bin/sh -c #(nop) COPY dir:693bfc11dd5d24deb94733720d1df86291e4c136c83f3c2e1ef89f021ef7aa59 in /
2021-04-20 06:43:40 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2021-04-20 06:43:42 UTC/bin/sh -c #(nop) ARG VERSION
2021-04-20 06:43:44 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 0207eeeb-ls12 Build-date:- 2021-04-20T06:41:38+00:00
2021-04-20 06:43:46 UTC/bin/sh -c #(nop) LABEL maintainer=TheLamer
2021-04-20 06:43:48 UTC/bin/sh -c #(nop) ARG OVERLAY_VERSION=v2.2.0.3
2021-04-20 06:43:50 UTC/bin/sh -c #(nop) ARG OVERLAY_ARCH=arm
2021-04-20 06:43:54 UTC/bin/sh -c #(nop) ADD ffd4c4f41dd5b855eda9542d3338699a126cdceb4a4983c2945f990da27dabcd in /tmp/
2021-04-20 06:44:09 UTC|4 BUILD_DATE=2021-04-20T06:41:38+00:00 OVERLAY_ARCH=arm OVERLAY_VERSION=v2.2.0.3 VERSION=0207eeeb-ls12 /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-04-20 06:44:11 UTC/bin/sh -c #(nop) COPY dir:2a0c8eefbc626d88c908270394a871a18b0a99fe7bb3b6afa25450bf16756e80 in /tmp/patch
2021-04-20 06:44:13 UTC/bin/sh -c #(nop) ENV PS1=$(whoami)@$(hostname):$(pwd)\$ HOME=/root TERM=xterm
2021-04-20 06:44:34 UTC|4 BUILD_DATE=2021-04-20T06:41:38+00:00 OVERLAY_ARCH=arm OVERLAY_VERSION=v2.2.0.3 VERSION=0207eeeb-ls12 /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-arm-static -L "https://lsio-ci.ams3.digitaloceanspaces.com/qemu-arm-static" && chmod +x /usr/bin/qemu-arm-static && echo "**** cleanup ****" && apk del --purge build-dependencies && rm -rf /tmp/*
2021-04-20 06:44:41 UTC/bin/sh -c #(nop) COPY dir:44633edc09dc476769b60134dc2b56df8b6160388795005a87e0352fa6d2fc85 in /
2021-04-20 06:44:43 UTC/bin/sh -c #(nop) ENTRYPOINT ["/init"]
2021-04-20 06:44:44 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2021-04-20 06:44:45 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-04-20T06:41:38+00:00
2021-04-20 06:44:47 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.description=baseimage-alpine image by linuxserver.io
2021-04-20 06:44:49 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-baseimage-alpine
2021-04-20 06:44:51 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2021-04-20 06:44:53 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=b7b9c42f775b4659bf631eccd13ae878b7dfc706
2021-04-20 06:44:55 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=b7b9c42f775b4659bf631eccd13ae878b7dfc706
2021-04-20 06:44:57 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-baseimage-alpine
2021-04-20 06:44:59 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Baseimage-alpine
2021-04-20 06:45:01 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-baseimage-alpine/packages
2021-04-20 06:45:03 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2021-04-20 06:45:05 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=0207eeeb-ls12
2021-04-25 04:26:23 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2021-04-25 04:26:23 UTC/bin/sh -c #(nop) ARG VERSION
2021-04-25 04:26:23 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- feb16aab-ls6 Build-date:- 2021-04-25T04:21:58+00:00
2021-04-25 04:26:24 UTC/bin/sh -c #(nop) LABEL maintainer=thelamer
2021-04-25 04:26:24 UTC/bin/sh -c #(nop) COPY dir:a608cf8787a4a9945fe7aa89eb59b92eee9f1d5676b5bd83c983088d0105bc07 in /
2021-04-25 04:26:25 UTC/bin/sh -c #(nop) COPY file:464f9dee3fadd3378bef8a92cdd8599bc45c2fef260e3264d2a12a5d345a659a in /usr/local/bin/docker-compose
2021-04-25 04:27:01 UTC|2 BUILD_DATE=2021-04-25T04:21:58+00:00 VERSION=feb16aab-ls6 /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-04-25 04:27:02 UTC/bin/sh -c #(nop) COPY dir:63d6c526fdfa5bb9152d65e9ec635340ad55056f8b59bea3009cb0dfd54c44aa in /
2021-04-25 04:27:02 UTC/bin/sh -c #(nop) EXPOSE 3389
2021-04-25 04:27:03 UTC/bin/sh -c #(nop) VOLUME [/config]
2021-04-25 04:27:03 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2021-04-25 04:27:03 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-04-25T04:21:58+00:00
2021-04-25 04:27:04 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.description=baseimage-rdesktop image by linuxserver.io
2021-04-25 04:27:04 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-baseimage-rdesktop
2021-04-25 04:27:04 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2021-04-25 04:27:05 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=1a7b19def9dde5605ecfe035a2e5d58860f13491
2021-04-25 04:27:05 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=1a7b19def9dde5605ecfe035a2e5d58860f13491
2021-04-25 04:27:05 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-baseimage-rdesktop
2021-04-25 04:27:05 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Baseimage-rdesktop
2021-04-25 04:27:06 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-baseimage-rdesktop/packages
2021-04-25 04:27:06 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2021-04-25 04:27:06 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=feb16aab-ls6
2021-04-25 22:32:55 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2021-04-25 22:32:55 UTC/bin/sh -c #(nop) ARG VERSION
2021-04-25 22:32:56 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 0.1.0-ls5 Build-date:- 2021-04-25T23:25:44+01:00
2021-04-25 22:32:56 UTC/bin/sh -c #(nop) LABEL maintainer=thelamer
2021-04-25 22:33:51 UTC/bin/sh -c #(nop) COPY dir:29ee313e536fd670edf3ec7bc1211d97e84d000e1c6f062e7725d8e934ac68be in /gclient
2021-04-25 22:33:56 UTC/bin/sh -c #(nop) COPY dir:19e3a983331002b400938d493a23ec5c6191ec72315a9a683a536e6cba2b3062 in /
2021-04-25 22:34:12 UTC|2 BUILD_DATE=2021-04-25T23:25:44+01:00 VERSION=0.1.0-ls5 /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-04-25 22:34:13 UTC/bin/sh -c #(nop) COPY dir:ff51eb8f1acd71f0e2b7354a8d4ca50019b913a3f0f27e27797272dafba1b310 in /
2021-04-25 22:34:13 UTC/bin/sh -c #(nop) EXPOSE 3000
2021-04-25 22:34:13 UTC/bin/sh -c #(nop) VOLUME [/config]
2021-04-25 22:34:14 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2021-04-25 22:34:14 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-04-25T23:25:44+01:00
2021-04-25 22:34:14 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.description=baseimage-rdesktop-web image by linuxserver.io
2021-04-25 22:34:14 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-baseimage-rdesktop-web
2021-04-25 22:34:15 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2021-04-25 22:34:15 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=85e2c7ba1e392f126305b7f24ee94bbe51c36e9c
2021-04-25 22:34:15 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=85e2c7ba1e392f126305b7f24ee94bbe51c36e9c
2021-04-25 22:34:16 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-baseimage-rdesktop-web
2021-04-25 22:34:16 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Baseimage-rdesktop-web
2021-04-25 22:34:16 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-baseimage-rdesktop-web/packages
2021-04-25 22:34:17 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2021-04-25 22:34:17 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=0.1.0-ls5
2021-05-02 06:09:24 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2021-05-02 06:09:25 UTC/bin/sh -c #(nop) ARG VERSION
2021-05-02 06:09:25 UTC/bin/sh -c #(nop) ARG FIREFOX_VERSION
2021-05-02 06:09:25 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 78.10.0-r0-ls3 Build-date:- 2021-05-02T06:08:13+00:00
2021-05-02 06:09:25 UTC/bin/sh -c #(nop) LABEL maintainer=thelamer
2021-05-02 06:09:50 UTC|3 BUILD_DATE=2021-05-02T06:08:13+00:00 FIREFOX_VERSION=78.10.0-r0 VERSION=78.10.0-r0-ls3 /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-05-02 06:09:51 UTC/bin/sh -c #(nop) COPY dir:188636a4ae339cdc7350d5e80445d44c357bd82daef211ecc56aa8a8d2d6c18f in /
2021-05-02 06:09:51 UTC/bin/sh -c #(nop) EXPOSE 3000
2021-05-02 06:09:51 UTC/bin/sh -c #(nop) VOLUME [/config]
2021-05-02 06:09:52 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2021-05-02 06:09:52 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-05-02T06:08:13+00:00
2021-05-02 06:09:52 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-05-02 06:09:53 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-firefox
2021-05-02 06:09:53 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2021-05-02 06:09:53 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=12bb0cec739ee0b7a765838dcbef8aacb50344c9
2021-05-02 06:09:54 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=12bb0cec739ee0b7a765838dcbef8aacb50344c9
2021-05-02 06:09:54 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-firefox
2021-05-02 06:09:54 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Firefox
2021-05-02 06:09:55 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-firefox/packages
2021-05-02 06:09:55 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2021-05-02 06:09:55 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=78.10.0-r0-ls3