2021-10-17 06:04:39 UTC
293 MB
/root
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PS1$(whoami)@$(hostname):$(pwd)\$
TERMxterm
[#000] sha256:a53f7c10b30f9a11abfa127562c2345cac8542bace0b2c5d83fe806f1630f9e9 - 0.92% (2.7 MB)
[#001] sha256:2903ddcb581f689f11fcbe8e7518583d5533a3f13043c4f61a633e0e8e2ab5ec - 0.73% (2.15 MB)
[#002] sha256:129898ded911e242886976b24d8cf89df867f7ef192a09b11e26ad5383725bee - 0.72% (2.1 MB)
[#003] sha256:5e5168a4de562dcc3e8c6bbd2c08414a6c903bdf3f6b7f521b76bbdac4cff9ad - 0.0% (411 Bytes)
[#004] sha256:115344e6ed7fe03f4455d65f76c4774ba8aeb7689f1fd61dea2d00d335e5cb30 - 1.6% (4.68 MB)
[#005] sha256:c9b4bb32cb5470bb0ef98e862c533d500488af45965b57b60f76a498c42d944e - 0.0% (2.85 KB)
[#006] sha256:e2b8f10dd16efffd804fdd67fa6b6da35f3a4645854169dd9d3c6e193cc9dffd - 0.02% (62.6 KB)
[#007] sha256:b2c036cc0b236e5fb0901e433e41a4a3b225234f97a1f9804cc0d608a755ac2f - 3.53% (10.3 MB)
[#008] sha256:6bf6e4e3fc3b78d41ca2f876a4e0554c8d6ea4182bc8c7944a4be2c7b86951fe - 31.26% (91.6 MB)
[#009] sha256:174a326de3f57107da2143ecb0a0095cf191f1aff5dc008609a08f8dfa9f15e9 - 0.0% (1.09 KB)
[#010] sha256:78401758c5030fe65ecf6290ecd14bf5c45a83df01f58485ec8cbf87b3fda9a2 - 18.31% (53.6 MB)
[#011] sha256:1bd19f821f90c56f88f42ba29b129c734c0b9d07ad3f12530ab03039ce0aafe0 - 1.19% (3.48 MB)
[#012] sha256:357a9bae6c086b03bcb50ac10e907fa15bb38c6639a86bfe30bdf8942940ff12 - 12.87% (37.7 MB)
[#013] sha256:68c88efa765d8796a67fec9ff3e4afdff4fbb8c5cbe5803664b58b2ee3ae69b4 - 0.0% (1.03 KB)
[#014] sha256:d3fcad70269af1ac473c94ddc43e5af707dcef1918bf9d6d0ebdbb1368da5759 - 28.84% (84.5 MB)
[#015] sha256:f1ab23e152aa0d0e5569f8231e0fa7dfcd68c6692a694016a2231dd2ef83fd61 - 0.0% (146 Bytes)
/bin/sh -c #(nop) COPY dir:5a561d83936d3fe5d495aef5a0d57ba074242ad47902afa484f0186719a0dcf8 in /
2021-10-05 06:36:21 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2021-10-05 06:36:22 UTC/bin/sh -c #(nop) ARG VERSION
2021-10-05 06:36:23 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- d26d8518-ls8 Build-date:- 2021-10-05T08:34:57+02:00
2021-10-05 06:36:24 UTC/bin/sh -c #(nop) LABEL maintainer=TheLamer
2021-10-05 06:36:25 UTC/bin/sh -c #(nop) ARG OVERLAY_VERSION=v2.2.0.3
2021-10-05 06:36:26 UTC/bin/sh -c #(nop) ARG OVERLAY_ARCH=aarch64
2021-10-05 06:36:28 UTC/bin/sh -c #(nop) ADD fe393366cedf1fae03f3abe8da9c363fe176b7fde62c195119a98ec6cedced59 in /tmp/
2021-10-05 06:36:29 UTC|4 BUILD_DATE=2021-10-05T08:34:57+02:00 OVERLAY_ARCH=aarch64 OVERLAY_VERSION=v2.2.0.3 VERSION=d26d8518-ls8 /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-05 06:36:31 UTC/bin/sh -c #(nop) COPY dir:946d679880d0fb0651159e9c7af5c1409fedf29f47438b8e25b84b89e523faac in /tmp/patch
2021-10-05 06:36:31 UTC/bin/sh -c #(nop) ENV PS1=$(whoami)@$(hostname):$(pwd)\$ HOME=/root TERM=xterm
2021-10-05 06:36:41 UTC|4 BUILD_DATE=2021-10-05T08:34:57+02:00 OVERLAY_ARCH=aarch64 OVERLAY_VERSION=v2.2.0.3 VERSION=d26d8518-ls8 /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-05 06:36:42 UTC/bin/sh -c #(nop) COPY dir:00690d36fb1a1d49e825642054741b02b89477fe1c4c9061328eff8ad64efca7 in /
2021-10-05 06:36:42 UTC/bin/sh -c #(nop) ENTRYPOINT ["/init"]
2021-10-05 06:36:43 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2021-10-05 06:36:44 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-10-05T08:34:57+02:00
2021-10-05 06:36:45 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.description=baseimage-alpine image by linuxserver.io
2021-10-05 06:36:46 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-baseimage-alpine
2021-10-05 06:36:47 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2021-10-05 06:36:48 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=13e918675af210cc00d38bc0db7c9bcdf94de431
2021-10-05 06:36:49 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=13e918675af210cc00d38bc0db7c9bcdf94de431
2021-10-05 06:36:50 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-baseimage-alpine
2021-10-05 06:36:51 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Baseimage-alpine
2021-10-05 06:36:52 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-baseimage-alpine/packages
2021-10-05 06:36:53 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2021-10-05 06:36:54 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=d26d8518-ls8
2021-10-07 06:36:33 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2021-10-07 06:36:34 UTC/bin/sh -c #(nop) ARG VERSION
2021-10-07 06:36:35 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 0736cd16-ls23 Build-date:- 2021-10-07T06:30:38+00:00
2021-10-07 06:36:36 UTC/bin/sh -c #(nop) LABEL maintainer=thelamer
2021-10-07 06:36:38 UTC/bin/sh -c #(nop) COPY dir:a058e12590f10fb85db545e2310c74087f3de5539a7a222d934f322f3765f9fa in /
2021-10-07 06:36:39 UTC/bin/sh -c #(nop) COPY file:9485bc16747695216f44b3ccabfbdedd684dc06e5cedf508717eb50b79d3a4dc in /usr/local/bin/docker-compose
2021-10-07 06:37:00 UTC|2 BUILD_DATE=2021-10-07T06:30:38+00:00 VERSION=0736cd16-ls23 /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-07 06:37:01 UTC/bin/sh -c #(nop) COPY dir:d62131fa2161bbda8e11bcbd3ddbbd28a78caa3b173038145f6fed2ba3dba13f in /
2021-10-07 06:37:01 UTC/bin/sh -c #(nop) EXPOSE 3389
2021-10-07 06:37:02 UTC/bin/sh -c #(nop) VOLUME [/config]
2021-10-07 06:37:03 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2021-10-07 06:37:04 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-10-07T06:30:38+00:00
2021-10-07 06:37:05 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.description=baseimage-rdesktop image by linuxserver.io
2021-10-07 06:37:06 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-baseimage-rdesktop
2021-10-07 06:37:07 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2021-10-07 06:37:08 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=f9c8ce2159ba2d601e247a57ad553ee173a0acac
2021-10-07 06:37:09 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=f9c8ce2159ba2d601e247a57ad553ee173a0acac
2021-10-07 06:37:10 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-baseimage-rdesktop
2021-10-07 06:37:11 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Baseimage-rdesktop
2021-10-07 06:37:12 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-baseimage-rdesktop/packages
2021-10-07 06:37:13 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2021-10-07 06:37:14 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=0736cd16-ls23
2021-10-10 16:04:02 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2021-10-10 16:04:03 UTC/bin/sh -c #(nop) ARG VERSION
2021-10-10 16:04:04 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 0.1.2-ls26 Build-date:- 2021-10-10T17:59:04+02:00
2021-10-10 16:04:05 UTC/bin/sh -c #(nop) LABEL maintainer=thelamer
2021-10-10 16:04:29 UTC/bin/sh -c #(nop) COPY dir:6eb4ae2dc3c5f815828bf68c68ebe05908dfe2c5b7acf157ac385c5f750a59c0 in /gclient
2021-10-10 16:04:32 UTC/bin/sh -c #(nop) COPY dir:916b726c934838feeab382fa438c4100f06ba408d40ce8f237db9d1b09d64c2a in /
2021-10-10 16:04:42 UTC|2 BUILD_DATE=2021-10-10T17:59:04+02:00 VERSION=0.1.2-ls26 /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-10 16:04:44 UTC/bin/sh -c #(nop) COPY dir:0bc3883f5d026b87d495bbfe1df62bf7632ec09355467365ab92ba80ceb9b1a6 in /
2021-10-10 16:04:45 UTC/bin/sh -c #(nop) EXPOSE 3000
2021-10-10 16:04:48 UTC/bin/sh -c #(nop) VOLUME [/config]
2021-10-10 16:04:49 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2021-10-10 16:04:51 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-10-10T17:59:04+02:00
2021-10-10 16:04:52 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.description=baseimage-rdesktop-web image by linuxserver.io
2021-10-10 16:04:54 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-baseimage-rdesktop-web
2021-10-10 16:04:55 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2021-10-10 16:04:57 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=7b6743a121317211921382c604824822d8620d07
2021-10-10 16:04:59 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=7b6743a121317211921382c604824822d8620d07
2021-10-10 16:05:00 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-baseimage-rdesktop-web
2021-10-10 16:05:02 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Baseimage-rdesktop-web
2021-10-10 16:05:03 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-baseimage-rdesktop-web/packages
2021-10-10 16:05:05 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2021-10-10 16:05:07 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=0.1.2-ls26
2021-10-17 06:03:56 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2021-10-17 06:03:58 UTC/bin/sh -c #(nop) ARG VERSION
2021-10-17 06:04:00 UTC/bin/sh -c #(nop) ARG FIREFOX_VERSION
2021-10-17 06:04:01 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 78.13.0-r0-ls24 Build-date:- 2021-10-17T08:01:56+02:00
2021-10-17 06:04:03 UTC/bin/sh -c #(nop) LABEL maintainer=thelamer
2021-10-17 06:04:15 UTC|3 BUILD_DATE=2021-10-17T08:01:56+02:00 FIREFOX_VERSION=78.13.0-r0 VERSION=78.13.0-r0-ls24 /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-17 06:04:17 UTC/bin/sh -c #(nop) COPY dir:5b8bab62ee14c04c6c8e0670ae464b49bc7f41f4229e3f41219b371ef280496c in /
2021-10-17 06:04:18 UTC/bin/sh -c #(nop) EXPOSE 3000
2021-10-17 06:04:20 UTC/bin/sh -c #(nop) VOLUME [/config]
2021-10-17 06:04:22 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2021-10-17 06:04:23 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-10-17T08:01:56+02:00
2021-10-17 06:04:25 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-17 06:04:26 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-firefox
2021-10-17 06:04:28 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2021-10-17 06:04:30 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=e31bca3c2ef7b581daa0972478579499fc15ed16
2021-10-17 06:04:31 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=e31bca3c2ef7b581daa0972478579499fc15ed16
2021-10-17 06:04:33 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-firefox
2021-10-17 06:04:34 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Firefox
2021-10-17 06:04:36 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-firefox/packages
2021-10-17 06:04:37 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2021-10-17 06:04:39 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=78.13.0-r0-ls24