2022-11-27 06:02:44 UTC
283 MB
/root
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PS1$(whoami)@$(hostname):$(pwd)\$
S6_CMD_WAIT_FOR_SERVICES_MAXTIME0
S6_STAGE2_HOOK/docker-mods
S6_VERBOSITY1
TERMxterm
[#000] sha256:4d3188136ee34a3320e8081e2c638b3ef1f8b9b9b9959c89128e89a1c575a80a - 1.81% (5.11 MB)
[#001] sha256:55b1bff96c0837f146f7f0b720f04b15d0cc8c6c2f0b7261097f869e3c41dfe3 - 0.0% (3.16 KB)
[#002] sha256:2b8a4c14412428b7facef3af8e38bddea69d6a22b7d5db192f7c7c60179acbde - 1.84% (5.2 MB)
[#003] sha256:dc05e0297a673cf27e46cda316b9d611762b5e88fd91e2699241c3fd76e37773 - 0.0% (4.47 KB)
[#004] sha256:6be684ccd1646cd9694100d93bd5baae718e83b39571e49a213fdb66900c4b2a - 0.02% (64.8 KB)
[#005] sha256:574b3b0fc4387555039a22f24b11d1d39e98a931fb87a304c4d3b85fb07eae72 - 3.42% (9.68 MB)
[#006] sha256:ba2c960ac44ce4ad95587b7db7f38021eb56bd68b02520408b70573686d0d75b - 49.07% (139 MB)
[#007] sha256:80d139ea91b14693b750da6b7873a97883dcf4901d1f50ee6bd0ed580720ff39 - 0.0% (2.38 KB)
[#008] sha256:cd567fc4229dd2781967e7b9449ecd8fd2ca0c2e8d0e13b21d84b62e8c7f12a3 - 1.32% (3.72 MB)
[#009] sha256:fe219946972fca42224a905a686faacb7b5a3859b78c2c8a95a78b0248316ce0 - 0.14% (411 KB)
[#010] sha256:9e7e6757ab3c0255121be32536c9d66fc332a1371d41880b684a0b0f872d51d3 - 18.74% (53 MB)
[#011] sha256:d809666a980c3a4f0d641759ca5fd3b0f7739eedd375f4cdbfa7b8de7ad8a822 - 0.0% (1.66 KB)
[#012] sha256:2a7dfee48025246fd1a2ed1c26c5e784e8f72c254595b0b5ebee5d4831b39691 - 23.65% (66.9 MB)
[#013] sha256:0b4dc971294dce962e27aa5b014e1d81aa81101bc02b4f3c6ca19bfaf0bdf6a9 - 0.0% (862 Bytes)
COPY /root-out/ / # buildkit
2022-11-15 06:35:51 UTC (buildkit.dockerfile.v0)ARG BUILD_DATE
2022-11-15 06:35:51 UTC (buildkit.dockerfile.v0)ARG VERSION
2022-11-15 06:35:51 UTC (buildkit.dockerfile.v0)ARG MODS_VERSION=v3
2022-11-15 06:35:51 UTC (buildkit.dockerfile.v0)LABEL build_version=Linuxserver.io version:- 16c25840-ls30 Build-date:- 2022-11-15T07:34:27+01:00
2022-11-15 06:35:51 UTC (buildkit.dockerfile.v0)LABEL maintainer=TheLamer
2022-11-15 06:35:51 UTC (buildkit.dockerfile.v0)ADD https://raw.githubusercontent.com/linuxserver/docker-mods/mod-scripts/docker-mods.v3 /docker-mods # buildkit
2022-11-15 06:35:51 UTC (buildkit.dockerfile.v0)ENV PS1=$(whoami)@$(hostname):$(pwd)\$ HOME=/root TERM=xterm S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0 S6_VERBOSITY=1 S6_STAGE2_HOOK=/docker-mods
2022-11-15 06:35:56 UTC (buildkit.dockerfile.v0)RUN |3 BUILD_DATE=2022-11-15T07:34:27+01:00 VERSION=16c25840-ls30 MODS_VERSION=v3 /bin/sh -c echo "**** install runtime packages ****" && apk add --no-cache bash ca-certificates coreutils curl jq 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 && chmod +x /docker-mods && 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 ****" && rm -rf /tmp/* # buildkit
2022-11-15 06:35:56 UTC (buildkit.dockerfile.v0)COPY root/ / # buildkit
2022-11-15 06:35:56 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["/init"]
2022-11-17 06:37:23 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2022-11-17 06:37:24 UTC/bin/sh -c #(nop) ARG VERSION
2022-11-17 06:37:25 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- fc72734f-ls7 Build-date:- 2022-11-17T07:32:31+01:00
2022-11-17 06:37:26 UTC/bin/sh -c #(nop) LABEL maintainer=thelamer
2022-11-17 06:37:28 UTC/bin/sh -c #(nop) COPY dir:4f00e5ff64303d791cacca71ea23c60b0491f307fb6b4ec6f3da9916efba2f53 in /
2022-11-17 06:37:29 UTC/bin/sh -c #(nop) COPY file:eec6d7ccb8ccd890dafb20c3e144ba0276341e8abec2079b151594395173738e in /usr/local/bin/docker-compose
2022-11-17 06:38:20 UTC|2 BUILD_DATE=2022-11-17T07:32:31+01:00 VERSION=fc72734f-ls7 /bin/sh -c echo "**** install deps ****" && apk add --no-cache dbus-x11 docker libpulse mesa openssh-client openssl pavucontrol pciutils-libs pulseaudio sudo xf86-video-ati xf86-video-amdgpu xorg-server xorgxrdp xrdp xterm && VERSION=$(ls -1 /usr/lib/ | awk -F '-' '/pulse-/ {print $2; exit}') && ldconfig -n /usr/lib/pulse-${VERSION}/modules && sed -i 's/ListenAddress/;ListenAddress/' /etc/xrdp/sesman.ini && 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/*
2022-11-17 06:38:22 UTC/bin/sh -c #(nop) COPY dir:8e79a36918d3d81194563317a2864227d8abe01a4400afbf884ea4fec8b0f795 in /
2022-11-17 06:38:23 UTC/bin/sh -c #(nop) EXPOSE 3389
2022-11-17 06:38:24 UTC/bin/sh -c #(nop) VOLUME [/config]
2022-11-17 06:38:26 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2022-11-17 06:38:27 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-11-17T07:32:31+01:00
2022-11-17 06:38:28 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.description=baseimage-rdesktop image by linuxserver.io
2022-11-17 06:38:29 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-baseimage-rdesktop
2022-11-17 06:38:30 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2022-11-17 06:38:31 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=540738e86bc91bc79b620a38c6a61e8a7ccef613
2022-11-17 06:38:33 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=540738e86bc91bc79b620a38c6a61e8a7ccef613
2022-11-17 06:38:34 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-baseimage-rdesktop
2022-11-17 06:38:35 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Baseimage-rdesktop
2022-11-17 06:38:36 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-baseimage-rdesktop/packages
2022-11-17 06:38:37 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2022-11-17 06:38:38 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=fc72734f-ls7
2022-11-20 15:59:40 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2022-11-20 15:59:40 UTC/bin/sh -c #(nop) ARG VERSION
2022-11-20 15:59:40 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 1.2.0-ls8 Build-date:- 2022-11-20T09:56:10-06:00
2022-11-20 15:59:40 UTC/bin/sh -c #(nop) LABEL maintainer=thelamer
2022-11-20 15:59:42 UTC/bin/sh -c #(nop) COPY dir:2085f27dd741cccb4be892ca644dd8c28d3d74232e6f3f4a931f97a7e60738a9 in /gclient
2022-11-20 15:59:43 UTC/bin/sh -c #(nop) COPY dir:787f9e658657d98951c39e5592b5f76aad46032d5d55132fe800b5fdb24ac21f in /
2022-11-20 15:59:50 UTC|2 BUILD_DATE=2022-11-20T09:56:10-06:00 VERSION=1.2.0-ls8 /bin/sh -c echo "**** install packages ****" && apk add --no-cache ca-certificates cairo cunit ffmpeg font-noto freerdp freerdp-libs libjpeg-turbo libpng libssh2 libvncserver libvorbis libwebp libwebsockets nodejs openbox openssl pango perl websocat && apk add --no-cache --repository=http://dl-cdn.alpinelinux.org/alpine/edge/testing ossp-uuid && echo "**** openbox tweaks ****" && sed -i 's/NLIMC/NLMC/g' /etc/xdg/openbox/rc.xml && echo "**** cleanup ****" && rm -rf /tmp/*
2022-11-20 15:59:51 UTC/bin/sh -c #(nop) COPY dir:6ec8e41144e5c1ab6dda898ea4473ce930772e7343f8a028c5ff526c4e70317e in /
2022-11-20 15:59:51 UTC/bin/sh -c #(nop) EXPOSE 3000
2022-11-20 15:59:51 UTC/bin/sh -c #(nop) VOLUME [/config]
2022-11-20 15:59:51 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2022-11-20 15:59:52 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-11-20T09:56:10-06:00
2022-11-20 15:59:52 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.description=baseimage-rdesktop-web image by linuxserver.io
2022-11-20 15:59:52 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-baseimage-rdesktop-web
2022-11-20 15:59:52 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2022-11-20 15:59:52 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=4b1294292890998c9934de3c60c925a7c1ae697b
2022-11-20 15:59:52 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=4b1294292890998c9934de3c60c925a7c1ae697b
2022-11-20 15:59:52 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-baseimage-rdesktop-web
2022-11-20 15:59:52 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Baseimage-rdesktop-web
2022-11-20 15:59:53 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-baseimage-rdesktop-web/packages
2022-11-20 15:59:53 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2022-11-20 15:59:53 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=1.2.0-ls8
2022-11-27 06:02:44 UTC (buildkit.dockerfile.v0)ARG BUILD_DATE
2022-11-27 06:02:44 UTC (buildkit.dockerfile.v0)ARG VERSION
2022-11-27 06:02:44 UTC (buildkit.dockerfile.v0)ARG FIREFOX_VERSION
2022-11-27 06:02:44 UTC (buildkit.dockerfile.v0)LABEL build_version=Linuxserver.io version:- 101.0.1-r0-ls71 Build-date:- 2022-11-27T07:01:28+01:00
2022-11-27 06:02:44 UTC (buildkit.dockerfile.v0)LABEL maintainer=thelamer
2022-11-27 06:02:44 UTC (buildkit.dockerfile.v0)RUN |3 BUILD_DATE=2022-11-27T07:01:28+01:00 VERSION=101.0.1-r0-ls71 FIREFOX_VERSION=101.0.1-r0 /bin/sh -c echo "**** install packages ****" && if [ -z ${FIREFOX_VERSION+x} ]; then FIREFOX_VERSION=$(curl -sL "http://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz" | tar -xz -C /tmp && awk '/^P:firefox$/,/V:/' /tmp/APKINDEX | sed -n 2p | sed 's/^V://'); fi && apk add --no-cache firefox==${FIREFOX_VERSION} && sed -i 's|</applications>| <application title="Mozilla Firefox" type="normal">\n <maximized>yes</maximized>\n </application>\n</applications>|' /etc/xdg/openbox/rc.xml && echo "**** cleanup ****" && rm -rf /tmp/* # buildkit
2022-11-27 06:02:44 UTC (buildkit.dockerfile.v0)COPY /root / # buildkit
2022-11-27 06:02:44 UTC (buildkit.dockerfile.v0)EXPOSE map[3000/tcp:{}]
2022-11-27 06:02:44 UTC (buildkit.dockerfile.v0)VOLUME [/config]