webtop (0.0.1)
Published 2024-03-22 17:31:15 -06:00 by calcazar
Installation
docker pull git.dasnuve.com/calcazar/webtop:0.0.1sha256:d254e22111daf1d3e87a1e8fb50388df20f618906481bf8b245bf9cfc7f1414dAbout this package
[Webtop](https://github.com/linuxserver/docker-webtop) - Alpine, Ubuntu, Fedora, and Arch based containers containing full desktop environments in officially supported flavors accessible via any modern web browser.
Image Layers
| COPY /root-out/ / # buildkit |
| ARG BUILD_DATE |
| ARG VERSION |
| ARG MODS_VERSION=v3 |
| ARG PKG_INST_VERSION=v1 |
| LABEL build_version=Linuxserver.io version:- baf769b0-ls10 Build-date:- 2024-03-16T13:27:10+00:00 |
| LABEL maintainer=TheLamer |
| ADD https://raw.githubusercontent.com/linuxserver/docker-mods/mod-scripts/docker-mods.v3 /docker-mods # buildkit |
| ADD https://raw.githubusercontent.com/linuxserver/docker-mods/mod-scripts/package-install.v1 /etc/s6-overlay/s6-rc.d/init-mods-package-install/run # buildkit |
| ENV PS1=$(whoami)@$(hostname):$(pwd)\$ HOME=/root TERM=xterm S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0 S6_VERBOSITY=1 S6_STAGE2_HOOK=/docker-mods VIRTUAL_ENV=/lsiopy PATH=/lsiopy/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin |
| RUN |4 BUILD_DATE=2024-03-16T13:27:10+00:00 VERSION=baf769b0-ls10 MODS_VERSION=v3 PKG_INST_VERSION=v1 /bin/sh -c echo "**** install runtime packages ****" && apk add --no-cache alpine-release bash ca-certificates coreutils curl jq netcat-openbsd procps-ng 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 /lsiopy && echo "**** cleanup ****" && rm -rf /tmp/* # buildkit |
| COPY root/ / # buildkit |
| ENTRYPOINT ["/init"] |
| ARG BUILD_DATE |
| ARG VERSION |
| ARG KASMBINS_RELEASE=1.15.0 |
| LABEL build_version=Linuxserver.io version:- 3d5b1170-ls23 Build-date:- 2024-03-16T18:48:47+00:00 |
| LABEL maintainer=thelamer |
| LABEL com.kasmweb.image=true |
| ENV DISPLAY=:1 PERL5LIB=/usr/local/bin OMP_WAIT_POLICY=PASSIVE GOMP_SPINCOUNT=0 HOME=/config START_DOCKER=true PULSE_RUNTIME_PATH=/defaults NVIDIA_DRIVER_CAPABILITIES=all |
| COPY /kclient /kclient # buildkit |
| COPY /build-out/ / # buildkit |
| RUN |3 BUILD_DATE=2024-03-16T18:48:47+00:00 VERSION=3d5b1170-ls23 KASMBINS_RELEASE=1.15.0 /bin/sh -c echo "**** install deps ****" && apk add --no-cache bash ca-certificates cups cups-client dbus-x11 docker docker-cli-compose ffmpeg font-noto font-noto-emoji fuse-overlayfs gcompat intel-media-driver lang libgcc libgomp libjpeg-turbo libstdc++ libwebp libxfont2 libxshmfence mcookie mesa mesa-dri-gallium mesa-gbm mesa-gl mesa-va-gallium mesa-vulkan-ati mesa-vulkan-intel nginx nodejs openbox openssh-client openssl pciutils-libs perl perl-datetime perl-hash-merge-simple perl-list-moreutils perl-switch perl-try-tiny perl-yaml-tiny pixman pulseaudio pulseaudio-utils py3-xdg python3 setxkbmap sudo tar xauth xf86-video-amdgpu xf86-video-ati xf86-video-intel xf86-video-nouveau xf86-video-qxl xkbcomp xkeyboard-config xterm && apk add --no-cache --repository=http://dl-cdn.alpinelinux.org/alpine/edge/testing/ cups-pdf && echo "**** printer config ****" && sed -i "s:^#Out.*:Out /home/kasm-user/PDF:" /etc/cups/cups-pdf.conf && sed -i 's/^SystemGroup .*/SystemGroup lpadmin root/' /etc/cups/cups-files.conf && echo "**** filesystem setup ****" && ln -s /usr/local/share/kasmvnc /usr/share/kasmvnc && ln -s /usr/local/etc/kasmvnc /etc/kasmvnc && ln -s /usr/local/lib/kasmvnc /usr/lib/kasmvncserver && echo "**** openbox tweaks ****" && sed -i -e 's/NLIMC/NLMC/g' -e 's|</applications>| <application class="*"><maximized>yes</maximized></application>\n</applications>|' -e 's|</keyboard>| <keybind key="C-S-d"><action name="ToggleDecorations"/></keybind>\n</keyboard>|' /etc/xdg/openbox/rc.xml && echo "**** user perms ****" && echo "abc:abc" | chpasswd && usermod -s /bin/bash abc && echo '%wheel ALL=(ALL) NOPASSWD:ALL' > /etc/sudoers.d/wheel && adduser abc wheel && echo "**** kasm support ****" && useradd -u 1000 -U -d /home/kasm-user -s /bin/bash kasm-user && echo "kasm-user:kasm" | chpasswd && adduser kasm-user wheel && mkdir -p /home/kasm-user && chown 1000:1000 /home/kasm-user && mkdir -p /var/run/pulse && chown 1000:root /var/run/pulse && mkdir -p /kasmbins && curl -s https://kasm-ci.s3.amazonaws.com/kasmbins-amd64-${KASMBINS_RELEASE}.tar.gz | tar xzvf - -C /kasmbins/ && chmod +x /kasmbins/* && chown -R 1000:1000 /kasmbins && chown 1000:1000 /usr/share/kasmvnc/www/Downloads && echo "**** dind support ****" && addgroup -S dockremap && adduser -S -G dockremap dockremap && echo 'dockremap:165536:65536' >> /etc/subuid && echo 'dockremap:165536:65536' >> /etc/subgid && curl -o /usr/local/bin/dind -L https://raw.githubusercontent.com/moby/moby/master/hack/dind && chmod +x /usr/local/bin/dind && usermod -aG docker abc && echo 'hosts: files dns' > /etc/nsswitch.conf && echo "**** theme ****" && curl -s https://raw.githubusercontent.com/thelamer/lang-stash/master/theme.tar.gz | tar xzvf - -C /usr/share/themes/Clearlooks/openbox-3/ && echo "**** cleanup ****" && rm -rf /tmp/* # buildkit |
| COPY /root / # buildkit |
| EXPOSE map[3000/tcp:{} 3001/tcp:{}] |
| VOLUME [/config] |
| ENV LSIO_FIRST_PARTY=true |
| ARG BUILD_DATE |
| ARG VERSION |
| ARG XFCE_VERSION |
| LABEL build_version=Linuxserver.io version:- 4266dc6e-ls151 Build-date:- 2024-03-19T03:59:20+00:00 |
| LABEL maintainer=thelamer |
| ENV TITLE=Alpine XFCE |
| RUN |3 BUILD_DATE=2024-03-19T03:59:20+00:00 VERSION=4266dc6e-ls151 XFCE_VERSION=4266dc6e /bin/sh -c echo "**** add icon ****" && curl -o /kclient/public/icon.png https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/webtop-logo.png && echo "**** install packages ****" && apk add --no-cache faenza-icon-theme faenza-icon-theme-xfce4-appfinder faenza-icon-theme-xfce4-panel firefox mousepad ristretto thunar util-linux-misc xfce4 xfce4-terminal && echo "**** cleanup ****" && rm -f /etc/xdg/autostart/xfce4-power-manager.desktop /etc/xdg/autostart/xscreensaver.desktop /usr/share/xfce4/panel/plugins/power-manager-plugin.desktop && rm -rf /config/.cache /tmp/* # buildkit |
| COPY /root / # buildkit |
| EXPOSE map[3000/tcp:{}] |
| VOLUME [/config] |
| /bin/sh -c sudo apk add git |
Labels
| Key | Value |
|---|---|
| build_version | Linuxserver.io version:- 4266dc6e-ls151 Build-date:- 2024-03-19T03:59:20+00:00 |
| com.kasmweb.image | true |
| io.buildah.version | 1.23.1 |
| maintainer | thelamer |
| org.opencontainers.image.authors | linuxserver.io |
| org.opencontainers.image.created | 2024-03-19T03:59:20+00:00 |
| org.opencontainers.image.description | [Webtop](https://github.com/linuxserver/docker-webtop) - Alpine, Ubuntu, Fedora, and Arch based containers containing full desktop environments in officially supported flavors accessible via any modern web browser. |
| org.opencontainers.image.documentation | https://docs.linuxserver.io/images/docker-webtop |
| org.opencontainers.image.licenses | GPL-3.0-only |
| org.opencontainers.image.ref.name | b950d2ec928eb5a91bbb32a08b14cf8ad2f7e325 |
| org.opencontainers.image.revision | b950d2ec928eb5a91bbb32a08b14cf8ad2f7e325 |
| org.opencontainers.image.source | https://github.com/linuxserver/docker-webtop |
| org.opencontainers.image.title | Webtop |
| org.opencontainers.image.url | https://github.com/linuxserver/docker-webtop/packages |
| org.opencontainers.image.vendor | linuxserver.io |
| org.opencontainers.image.version | 4266dc6e-ls151 |