2024-05-15 06:42:10 UTC
1 GB
8181
CUSTOM_PORT8080
DISPLAY:1
GOMP_SPINCOUNT0
HOME/config
LANGen_US.UTF-8
LANGUAGEen_US.UTF-8
LSIO_FIRST_PARTYtrue
NVIDIA_DRIVER_CAPABILITIESall
OMP_WAIT_POLICYPASSIVE
PATH/lsiopy/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PERL5LIB/usr/local/bin
PULSE_RUNTIME_PATH/defaults
QTWEBENGINE_DISABLE_SANDBOX1
S6_CMD_WAIT_FOR_SERVICES_MAXTIME0
S6_STAGE2_HOOK/docker-mods
S6_VERBOSITY1
START_DOCKERtrue
TERMxterm
TITLECalibre
VIRTUAL_ENV/lsiopy
[#000] sha256:f934993994866ca1ecebda00fa9c3bc344dfee1dc8bb0100f6b5274325a3c344 - 3.03% (31.2 MB)
[#001] sha256:1c50a76b3d41e4eea9da166c662fba6142a9b75e71f8dbb3bf078607729143be - 0.0% (5.46 KB)
[#002] sha256:e5f2d2c19a22364032bb5b9d597a8595d3873235dcb342a46bab759b0bfc536c - 0.0% (1.32 KB)
[#003] sha256:05c0873f5f9b0bb5a1e038f2bc1b2c43140fb682cea70ef277e39858ff45562a - 0.0% (274 Bytes)
[#004] sha256:890c01e4d892ae150c685819994108dbd8b5ff2cd2f03ca06a86efcde2b71858 - 3.36% (34.5 MB)
[#005] sha256:419777eb2f31f185badc8d23c60850c3e34f72a0af371b8a4ef442a4fa4bf9ae - 0.0% (3.91 KB)
[#006] sha256:7eed0f52e849f58cc505d01f9b489d229160d61d00915e29bb4e0a35e587f457 - 0.23% (2.35 MB)
[#007] sha256:0bdb2f8175977dbac96fef5e5c84f05736885f0eef761557905cded6ff848a9b - 2.06% (21.2 MB)
[#008] sha256:3d17d73951acf0fe154f5b80c969bc987fed768473e5f16cbf6f1d9aa5ba86fa - 66.81% (687 MB)
[#009] sha256:6e932a71c38d6512c591bf4fee1f2e98252c9365ec7b11843048cf5bdce2f970 - 0.0% (13.1 KB)
[#010] sha256:48b9714767a0c96531fb5215c3bc1e583b5231e12b5b9caeecb37c0213d313f6 - 24.5% (252 MB)
[#011] sha256:a84078dfa384b8b4da06ff1e2358a27bc978e16a5669b74c9c102f476b96c616 - 0.0% (962 Bytes)
COPY /root-out/ / # buildkit
2024-05-08 18:55:55 UTC (buildkit.dockerfile.v0)ARG BUILD_DATE
2024-05-08 18:55:55 UTC (buildkit.dockerfile.v0)ARG VERSION
2024-05-08 18:55:55 UTC (buildkit.dockerfile.v0)ARG MODS_VERSION=v3
2024-05-08 18:55:55 UTC (buildkit.dockerfile.v0)ARG PKG_INST_VERSION=v1
2024-05-08 18:55:55 UTC (buildkit.dockerfile.v0)LABEL build_version=Linuxserver.io version:- 930ccd94-ls105 Build-date:- 2024-05-08T18:54:36+00:00
2024-05-08 18:55:55 UTC (buildkit.dockerfile.v0)LABEL maintainer=TheLamer
2024-05-08 18:55:55 UTC (buildkit.dockerfile.v0)ADD --chmod=744 https://raw.githubusercontent.com/linuxserver/docker-mods/mod-scripts/docker-mods.v3 /docker-mods # buildkit
2024-05-08 18:55:55 UTC (buildkit.dockerfile.v0)ADD --chmod=744 https://raw.githubusercontent.com/linuxserver/docker-mods/mod-scripts/package-install.v1 /etc/s6-overlay/s6-rc.d/init-mods-package-install/run # buildkit
2024-05-08 18:55:55 UTC (buildkit.dockerfile.v0)ARG DEBIAN_FRONTEND=noninteractive
2024-05-08 18:55:55 UTC (buildkit.dockerfile.v0)ENV HOME=/root LANGUAGE=en_US.UTF-8 LANG=en_US.UTF-8 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
2024-05-08 18:55:55 UTC (buildkit.dockerfile.v0)COPY sources.list /etc/apt/ # buildkit
2024-05-08 18:56:39 UTC (buildkit.dockerfile.v0)RUN |5 BUILD_DATE=2024-05-08T18:54:36+00:00 VERSION=930ccd94-ls105 MODS_VERSION=v3 PKG_INST_VERSION=v1 DEBIAN_FRONTEND=noninteractive /bin/sh -c echo "**** Ripped from Ubuntu Docker Logic ****" && set -xe && echo '#!/bin/sh' > /usr/sbin/policy-rc.d && echo 'exit 101' >> /usr/sbin/policy-rc.d && chmod +x /usr/sbin/policy-rc.d && dpkg-divert --local --rename --add /sbin/initctl && cp -a /usr/sbin/policy-rc.d /sbin/initctl && sed -i 's/^exit.*/exit 0/' /sbin/initctl && echo 'force-unsafe-io' > /etc/dpkg/dpkg.cfg.d/docker-apt-speedup && echo 'DPkg::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };' > /etc/apt/apt.conf.d/docker-clean && echo 'APT::Update::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };' >> /etc/apt/apt.conf.d/docker-clean && echo 'Dir::Cache::pkgcache ""; Dir::Cache::srcpkgcache "";' >> /etc/apt/apt.conf.d/docker-clean && echo 'Acquire::Languages "none";' > /etc/apt/apt.conf.d/docker-no-languages && echo 'Acquire::GzipIndexes "true"; Acquire::CompressionTypes::Order:: "gz";' > /etc/apt/apt.conf.d/docker-gzip-indexes && echo 'Apt::AutoRemove::SuggestsImportant "false";' > /etc/apt/apt.conf.d/docker-autoremove-suggests && mkdir -p /run/systemd && echo 'docker' > /run/systemd/container && echo "**** install apt-utils and locales ****" && apt-get update && apt-get upgrade -y && apt-get install -y apt-utils locales && echo "**** install packages ****" && apt-get install -y catatonit cron curl gnupg jq netcat tzdata && echo "**** generate locale ****" && locale-gen en_US.UTF-8 && echo "**** create abc user and make our folders ****" && useradd -u 911 -U -d /config -s /bin/false abc && usermod -G users abc && mkdir -p /app /config /defaults /lsiopy && echo "**** cleanup ****" && apt-get autoremove && apt-get clean && rm -rf /tmp/* /var/lib/apt/lists/* /var/tmp/* /var/log/* # buildkit
2024-05-08 18:56:39 UTC (buildkit.dockerfile.v0)COPY root/ / # buildkit
2024-05-08 18:56:39 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["/init"]
2024-05-11 18:51:39 UTC (buildkit.dockerfile.v0)ARG BUILD_DATE
2024-05-11 18:51:39 UTC (buildkit.dockerfile.v0)ARG VERSION
2024-05-11 18:51:39 UTC (buildkit.dockerfile.v0)ARG KASMBINS_RELEASE=1.15.0
2024-05-11 18:51:39 UTC (buildkit.dockerfile.v0)LABEL build_version=Linuxserver.io version:- c050bfea-ls90 Build-date:- 2024-05-11T18:47:36+00:00
2024-05-11 18:51:39 UTC (buildkit.dockerfile.v0)LABEL maintainer=thelamer
2024-05-11 18:51:39 UTC (buildkit.dockerfile.v0)LABEL com.kasmweb.image=true
2024-05-11 18:51:39 UTC (buildkit.dockerfile.v0)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
2024-05-11 18:51:39 UTC (buildkit.dockerfile.v0)COPY /kclient /kclient # buildkit
2024-05-11 18:59:12 UTC (buildkit.dockerfile.v0)COPY /build-out/ / # buildkit
2024-05-11 19:11:06 UTC (buildkit.dockerfile.v0)RUN |3 BUILD_DATE=2024-05-11T18:47:36+00:00 VERSION=c050bfea-ls90 KASMBINS_RELEASE=1.15.0 /bin/sh -c echo "**** enable locales ****" && sed -i '/locale/d' /etc/dpkg/dpkg.cfg.d/excludes && echo "**** install deps ****" && apt-get update && apt-get install -y gnupg && curl -fsSL https://download.docker.com/linux/ubuntu/gpg | apt-key add - && echo "deb [arch=amd64] https://download.docker.com/linux/ubuntu jammy stable" > /etc/apt/sources.list.d/docker.list && curl -s https://deb.nodesource.com/gpgkey/nodesource.gpg.key | apt-key add - && echo 'deb https://deb.nodesource.com/node_18.x jammy main' > /etc/apt/sources.list.d/nodesource.list && apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends -y ca-certificates containerd.io cups cups-client cups-pdf docker-ce docker-ce-cli docker-compose-plugin dbus-x11 ffmpeg file fonts-noto-color-emoji fonts-noto-core fuse-overlayfs intel-media-va-driver libdatetime-perl libfontenc1 libfreetype6 libgbm1 libgcrypt20 libgl1-mesa-dri libglu1-mesa libgnutls30 libgomp1 libhash-merge-simple-perl libjpeg-turbo8 liblist-moreutils-perl libp11-kit0 libpam0g libpixman-1-0 libscalar-list-utils-perl libswitch-perl libtasn1-6 libtry-tiny-perl libwebp7 libx11-6 libxau6 libxcb1 libxcursor1 libxdmcp6 libxext6 libxfixes3 libxfont2 libxinerama1 libxshmfence1 libxtst6 libyaml-tiny-perl locales-all mesa-va-drivers nginx nodejs openbox openssh-client openssl pciutils perl procps pulseaudio pulseaudio-utils python3 software-properties-common ssl-cert sudo tar util-linux x11-apps x11-common x11-utils x11-xkb-utils x11-xkb-utils x11-xserver-utils xauth xdg-utils xfonts-base xkb-data xserver-common xserver-xorg-core xserver-xorg-video-amdgpu xserver-xorg-video-ati xserver-xorg-video-intel xserver-xorg-video-nouveau xserver-xorg-video-qxl xterm xutils zlib1g && echo "**** printer config ****" && sed -i -r -e "s:^(Out\s).*:\1/home/kasm-user/PDF:" /etc/cups/cups-pdf.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 '/debian-menu/d' -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 ****" && sed -e 's/%sudo ALL=(ALL:ALL) ALL/%sudo ALL=(ALL:ALL) NOPASSWD: ALL/g' -i /etc/sudoers && echo "abc:abc" | chpasswd && usermod -s /bin/bash abc && usermod -aG sudo abc && echo "**** proot-apps ****" && mkdir /proot-apps/ && PAPPS_RELEASE=$(curl -sX GET "https://api.github.com/repos/linuxserver/proot-apps/releases/latest" | awk '/tag_name/{print $4;exit}' FS='[""]') && curl -L https://github.com/linuxserver/proot-apps/releases/download/${PAPPS_RELEASE}/proot-apps-x86_64.tar.gz | tar -xzf - -C /proot-apps/ && echo "${PAPPS_RELEASE}" > /proot-apps/pversion && echo "**** kasm support ****" && useradd -u 1000 -U -d /home/kasm-user -s /bin/bash kasm-user && echo "kasm-user:kasm" | chpasswd && usermod -aG sudo kasm-user && 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 ****" && useradd -U dockremap && usermod -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 && echo 'hosts: files dns' > /etc/nsswitch.conf && usermod -aG docker abc && echo "**** locales ****" && for LOCALE in $(curl -sL https://raw.githubusercontent.com/thelamer/lang-stash/master/langs); do localedef -i $LOCALE -f UTF-8 $LOCALE.UTF-8; done && 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 ****" && apt-get autoclean && rm -rf /var/lib/apt/lists/* /var/tmp/* /tmp/* # buildkit
2024-05-11 19:11:07 UTC (buildkit.dockerfile.v0)COPY /root / # buildkit
2024-05-11 19:11:07 UTC (buildkit.dockerfile.v0)EXPOSE map[3000/tcp:{} 3001/tcp:{}]
2024-05-11 19:11:07 UTC (buildkit.dockerfile.v0)VOLUME [/config]
2024-05-15 06:42:10 UTC (buildkit.dockerfile.v0)ENV LSIO_FIRST_PARTY=true
2024-05-15 06:42:10 UTC (buildkit.dockerfile.v0)ARG BUILD_DATE
2024-05-15 06:42:10 UTC (buildkit.dockerfile.v0)ARG VERSION
2024-05-15 06:42:10 UTC (buildkit.dockerfile.v0)ARG CALIBRE_RELEASE
2024-05-15 06:42:10 UTC (buildkit.dockerfile.v0)LABEL build_version=Linuxserver.io version:- v7.10.0-ls281 Build-date:- 2024-05-15T06:37:34+00:00
2024-05-15 06:42:10 UTC (buildkit.dockerfile.v0)LABEL maintainer=aptalca
2024-05-15 06:42:10 UTC (buildkit.dockerfile.v0)ENV CUSTOM_PORT=8080 CUSTOM_HTTPS_PORT=8181 HOME=/config TITLE=Calibre QTWEBENGINE_DISABLE_SANDBOX=1
2024-05-15 06:42:10 UTC (buildkit.dockerfile.v0)RUN |3 BUILD_DATE=2024-05-15T06:37:34+00:00 VERSION=v7.10.0-ls281 CALIBRE_RELEASE=v7.10.0 /bin/sh -c echo "**** add icon ****" && curl -o /kclient/public/icon.png https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/calibre-icon.png && echo "**** install runtime packages ****" && apt-get update && apt-get install -y --no-install-recommends dbus fcitx-rime fonts-wqy-microhei libnss3 libopengl0 libqpdf28 libxkbcommon-x11-0 libxcb-cursor0 libxcb-icccm4 libxcb-image0 libxcb-keysyms1 libxcb-randr0 libxcb-render-util0 libxcb-xinerama0 poppler-utils python3 python3-xdg ttf-wqy-zenhei wget xz-utils && apt-get install -y speech-dispatcher && echo "**** install calibre ****" && mkdir -p /opt/calibre && if [ -z ${CALIBRE_RELEASE+x} ]; then CALIBRE_RELEASE=$(curl -sX GET "https://api.github.com/repos/kovidgoyal/calibre/releases/latest" | jq -r .tag_name); fi && CALIBRE_VERSION="$(echo ${CALIBRE_RELEASE} | cut -c2-)" && CALIBRE_URL="https://download.calibre-ebook.com/${CALIBRE_VERSION}/calibre-${CALIBRE_VERSION}-x86_64.txz" && curl -o /tmp/calibre-tarball.txz -L "$CALIBRE_URL" && tar xvf /tmp/calibre-tarball.txz -C /opt/calibre && /opt/calibre/calibre_postinstall && dbus-uuidgen > /etc/machine-id && echo "**** cleanup ****" && apt-get clean && rm -rf /tmp/* /var/lib/apt/lists/* /var/tmp/* # buildkit
2024-05-15 06:42:10 UTC (buildkit.dockerfile.v0)COPY root/ / # buildkit
2024-05-15 07:41:29 +0100
951 MB
8181
CUSTOM_PORT8080
DISPLAY:1
GOMP_SPINCOUNT0
HOME/config
LANGen_US.UTF-8
LANGUAGEen_US.UTF-8
LSIO_FIRST_PARTYtrue
NVIDIA_DRIVER_CAPABILITIESall
OMP_WAIT_POLICYPASSIVE
PATH/lsiopy/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PERL5LIB/usr/local/bin
PULSE_RUNTIME_PATH/defaults
QTWEBENGINE_DISABLE_SANDBOX1
S6_CMD_WAIT_FOR_SERVICES_MAXTIME0
S6_STAGE2_HOOK/docker-mods
S6_VERBOSITY1
START_DOCKERtrue
TERMxterm
TITLECalibre
VIRTUAL_ENV/lsiopy
[#000] sha256:c89b02fcf7febe9b45c4a4c0e9a8ed394faf7e8ce571e8ea889eb801ea3d3818 - 3.13% (29.7 MB)
[#001] sha256:1c50a76b3d41e4eea9da166c662fba6142a9b75e71f8dbb3bf078607729143be - 0.0% (5.46 KB)
[#002] sha256:835cf8592c97706917eab4083c0247e24ecfc75e4552b5ff2b397e6f24eec615 - 0.0% (1.32 KB)
[#003] sha256:9b79f8a8a466624444d7a29587daa627cd17c6702042b7637dc965cfd0ded86a - 0.0% (272 Bytes)
[#004] sha256:5f8d166bf3ce006675012925598fc971feea965d3bef0cfb8460c803c69d6f26 - 3.6% (34.2 MB)
[#005] sha256:3ee0b67109e18b7a918ce27f15141d6ac2368ac4e40fbac9ebf03ddb13160406 - 0.0% (3.91 KB)
[#006] sha256:7bc68b94018de159154e9b736268a19007a277b0f0094a04a99f530a4f1a00c0 - 0.25% (2.35 MB)
[#007] sha256:38d07ada90b6557d9fa7385283d930fd3be696eca8f8de6991874eba19612b26 - 2.1% (19.9 MB)
[#008] sha256:a2bedd28b5bda33f59aa3dae207f0f107c9d423b5007cd7387a352e5384c5fae - 65.19% (620 MB)
[#009] sha256:602a4bc937fa0a51847fccc3de4af8e9f2d5e176775d5a427b29c1901bd7f2af - 0.0% (13.1 KB)
[#010] sha256:2f8a578b4a4ddffe2236fcd69a622b7dc59905395bb08c5d176db9b0792d575c - 25.74% (245 MB)
[#011] sha256:9f34e2c43c13917426e64551f5b0210461c4d3f885561fb666f6008d6fa845bc - 0.0% (962 Bytes)
COPY /root-out/ / # buildkit
2024-05-08 18:55:56 UTC (buildkit.dockerfile.v0)ARG BUILD_DATE
2024-05-08 18:55:56 UTC (buildkit.dockerfile.v0)ARG VERSION
2024-05-08 18:55:56 UTC (buildkit.dockerfile.v0)ARG MODS_VERSION=v3
2024-05-08 18:55:56 UTC (buildkit.dockerfile.v0)ARG PKG_INST_VERSION=v1
2024-05-08 18:55:56 UTC (buildkit.dockerfile.v0)LABEL build_version=Linuxserver.io version:- 930ccd94-ls105 Build-date:- 2024-05-08T18:54:36+00:00
2024-05-08 18:55:56 UTC (buildkit.dockerfile.v0)LABEL maintainer=TheLamer
2024-05-08 18:55:56 UTC (buildkit.dockerfile.v0)ADD --chmod=744 https://raw.githubusercontent.com/linuxserver/docker-mods/mod-scripts/docker-mods.v3 /docker-mods # buildkit
2024-05-08 18:55:56 UTC (buildkit.dockerfile.v0)ADD --chmod=744 https://raw.githubusercontent.com/linuxserver/docker-mods/mod-scripts/package-install.v1 /etc/s6-overlay/s6-rc.d/init-mods-package-install/run # buildkit
2024-05-08 18:55:56 UTC (buildkit.dockerfile.v0)ARG DEBIAN_FRONTEND=noninteractive
2024-05-08 18:55:56 UTC (buildkit.dockerfile.v0)ENV HOME=/root LANGUAGE=en_US.UTF-8 LANG=en_US.UTF-8 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
2024-05-08 18:55:56 UTC (buildkit.dockerfile.v0)COPY sources.list.arm /etc/apt/sources.list # buildkit
2024-05-08 18:56:29 UTC (buildkit.dockerfile.v0)RUN |5 BUILD_DATE=2024-05-08T18:54:36+00:00 VERSION=930ccd94-ls105 MODS_VERSION=v3 PKG_INST_VERSION=v1 DEBIAN_FRONTEND=noninteractive /bin/sh -c echo "**** Ripped from Ubuntu Docker Logic ****" && set -xe && echo '#!/bin/sh' > /usr/sbin/policy-rc.d && echo 'exit 101' >> /usr/sbin/policy-rc.d && chmod +x /usr/sbin/policy-rc.d && dpkg-divert --local --rename --add /sbin/initctl && cp -a /usr/sbin/policy-rc.d /sbin/initctl && sed -i 's/^exit.*/exit 0/' /sbin/initctl && echo 'force-unsafe-io' > /etc/dpkg/dpkg.cfg.d/docker-apt-speedup && echo 'DPkg::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };' > /etc/apt/apt.conf.d/docker-clean && echo 'APT::Update::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };' >> /etc/apt/apt.conf.d/docker-clean && echo 'Dir::Cache::pkgcache ""; Dir::Cache::srcpkgcache "";' >> /etc/apt/apt.conf.d/docker-clean && echo 'Acquire::Languages "none";' > /etc/apt/apt.conf.d/docker-no-languages && echo 'Acquire::GzipIndexes "true"; Acquire::CompressionTypes::Order:: "gz";' > /etc/apt/apt.conf.d/docker-gzip-indexes && echo 'Apt::AutoRemove::SuggestsImportant "false";' > /etc/apt/apt.conf.d/docker-autoremove-suggests && mkdir -p /run/systemd && echo 'docker' > /run/systemd/container && echo "**** install apt-utils and locales ****" && apt-get update && apt-get upgrade -y && apt-get install -y apt-utils locales && echo "**** install packages ****" && apt-get install -y catatonit cron curl gnupg jq netcat tzdata && echo "**** generate locale ****" && locale-gen en_US.UTF-8 && echo "**** create abc user and make our folders ****" && useradd -u 911 -U -d /config -s /bin/false abc && usermod -G users abc && mkdir -p /app /config /defaults /lsiopy && 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 ****" && apt-get autoremove && apt-get clean && rm -rf /tmp/* /var/lib/apt/lists/* /var/tmp/* /var/log/* # buildkit
2024-05-08 18:56:29 UTC (buildkit.dockerfile.v0)COPY root/ / # buildkit
2024-05-08 18:56:29 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["/init"]
2024-05-11 19:51:24 +0100 (buildkit.dockerfile.v0)ARG BUILD_DATE
2024-05-11 19:51:24 +0100 (buildkit.dockerfile.v0)ARG VERSION
2024-05-11 19:51:24 +0100 (buildkit.dockerfile.v0)ARG KASMBINS_RELEASE=1.15.0
2024-05-11 19:51:24 +0100 (buildkit.dockerfile.v0)LABEL build_version=Linuxserver.io version:- c050bfea-ls90 Build-date:- 2024-05-11T18:47:36+00:00
2024-05-11 19:51:24 +0100 (buildkit.dockerfile.v0)LABEL maintainer=thelamer
2024-05-11 19:51:24 +0100 (buildkit.dockerfile.v0)LABEL com.kasmweb.image=true
2024-05-11 19:51:24 +0100 (buildkit.dockerfile.v0)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
2024-05-11 19:51:24 +0100 (buildkit.dockerfile.v0)COPY /kclient /kclient # buildkit
2024-05-11 19:57:29 +0100 (buildkit.dockerfile.v0)COPY /build-out/ / # buildkit
2024-05-11 20:07:22 +0100 (buildkit.dockerfile.v0)RUN |3 BUILD_DATE=2024-05-11T18:47:36+00:00 VERSION=c050bfea-ls90 KASMBINS_RELEASE=1.15.0 /bin/sh -c echo "**** enable locales ****" && sed -i '/locale/d' /etc/dpkg/dpkg.cfg.d/excludes && echo "**** install deps ****" && apt-get update && apt-get install -y gnupg && curl -fsSL https://download.docker.com/linux/ubuntu/gpg | apt-key add - && echo "deb [arch=arm64] https://download.docker.com/linux/ubuntu jammy stable" > /etc/apt/sources.list.d/docker.list && curl -s https://deb.nodesource.com/gpgkey/nodesource.gpg.key | apt-key add - && echo 'deb https://deb.nodesource.com/node_18.x jammy main' > /etc/apt/sources.list.d/nodesource.list && apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends -y ca-certificates containerd.io cups cups-client cups-pdf docker-ce docker-ce-cli docker-compose-plugin dbus-x11 ffmpeg file fonts-noto-color-emoji fonts-noto-core fuse-overlayfs libdatetime-perl libfontenc1 libfreetype6 libgbm1 libgcrypt20 libgl1-mesa-dri libglu1-mesa libgnutls30 libgomp1 libhash-merge-simple-perl libjpeg-turbo8 liblist-moreutils-perl libp11-kit0 libpam0g libpixman-1-0 libscalar-list-utils-perl libswitch-perl libtasn1-6 libtry-tiny-perl libwebp7 libx11-6 libxau6 libxcb1 libxcursor1 libxdmcp6 libxext6 libxfixes3 libxfont2 libxinerama1 libxshmfence1 libxtst6 libyaml-tiny-perl locales-all mesa-va-drivers nginx nodejs openbox openssh-client openssl pciutils perl procps pulseaudio pulseaudio-utils python3 software-properties-common ssl-cert sudo tar util-linux x11-apps x11-common x11-utils x11-xkb-utils x11-xkb-utils x11-xserver-utils xauth xdg-utils xfonts-base xkb-data xserver-common xserver-xorg-core xserver-xorg-video-amdgpu xserver-xorg-video-ati xserver-xorg-video-nouveau xserver-xorg-video-qxl xterm xutils zlib1g && echo "**** printer config ****" && sed -i -r -e "s:^(Out\s).*:\1/home/kasm-user/PDF:" /etc/cups/cups-pdf.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 '/debian-menu/d' -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 ****" && sed -e 's/%sudo ALL=(ALL:ALL) ALL/%sudo ALL=(ALL:ALL) NOPASSWD: ALL/g' -i /etc/sudoers && echo "abc:abc" | chpasswd && usermod -s /bin/bash abc && usermod -aG sudo abc && echo "**** proot-apps ****" && mkdir /proot-apps/ && PAPPS_RELEASE=$(curl -sX GET "https://api.github.com/repos/linuxserver/proot-apps/releases/latest" | awk '/tag_name/{print $4;exit}' FS='[""]') && curl -L https://github.com/linuxserver/proot-apps/releases/download/${PAPPS_RELEASE}/proot-apps-aarch64.tar.gz | tar -xzf - -C /proot-apps/ && echo "${PAPPS_RELEASE}" > /proot-apps/pversion && echo "**** kasm support ****" && useradd -u 1000 -U -d /home/kasm-user -s /bin/bash kasm-user && echo "kasm-user:kasm" | chpasswd && usermod -aG sudo kasm-user && 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-arm64-${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 ****" && useradd -U dockremap && usermod -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 && echo 'hosts: files dns' > /etc/nsswitch.conf && usermod -aG docker abc && echo "**** locales ****" && for LOCALE in $(curl -sL https://raw.githubusercontent.com/thelamer/lang-stash/master/langs); do localedef -i $LOCALE -f UTF-8 $LOCALE.UTF-8; done && 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 ****" && apt-get autoclean && rm -rf /var/lib/apt/lists/* /var/tmp/* /tmp/* # buildkit
2024-05-11 20:07:22 +0100 (buildkit.dockerfile.v0)COPY /root / # buildkit
2024-05-11 20:07:22 +0100 (buildkit.dockerfile.v0)EXPOSE map[3000/tcp:{} 3001/tcp:{}]
2024-05-11 20:07:22 +0100 (buildkit.dockerfile.v0)VOLUME [/config]
2024-05-15 07:41:29 +0100 (buildkit.dockerfile.v0)ENV LSIO_FIRST_PARTY=true
2024-05-15 07:41:29 +0100 (buildkit.dockerfile.v0)ARG BUILD_DATE
2024-05-15 07:41:29 +0100 (buildkit.dockerfile.v0)ARG VERSION
2024-05-15 07:41:29 +0100 (buildkit.dockerfile.v0)ARG CALIBRE_RELEASE
2024-05-15 07:41:29 +0100 (buildkit.dockerfile.v0)LABEL build_version=Linuxserver.io version:- v7.10.0-ls281 Build-date:- 2024-05-15T06:37:34+00:00
2024-05-15 07:41:29 +0100 (buildkit.dockerfile.v0)LABEL maintainer=aptalca
2024-05-15 07:41:29 +0100 (buildkit.dockerfile.v0)ENV CUSTOM_PORT=8080 CUSTOM_HTTPS_PORT=8181 HOME=/config TITLE=Calibre QTWEBENGINE_DISABLE_SANDBOX=1
2024-05-15 07:41:29 +0100 (buildkit.dockerfile.v0)RUN |3 BUILD_DATE=2024-05-15T06:37:34+00:00 VERSION=v7.10.0-ls281 CALIBRE_RELEASE=v7.10.0 /bin/sh -c echo "**** add icon ****" && curl -o /kclient/public/icon.png https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/calibre-icon.png && echo "**** install runtime packages ****" && apt-get update && apt-get install -y --no-install-recommends dbus fcitx-rime fonts-wqy-microhei libnss3 libopengl0 libqpdf28 libxkbcommon-x11-0 libxcb-cursor0 libxcb-icccm4 libxcb-image0 libxcb-keysyms1 libxcb-randr0 libxcb-render-util0 libxcb-xinerama0 libxdamage1 poppler-utils python3 python3-xdg ttf-wqy-zenhei wget xz-utils && apt-get install -y speech-dispatcher && echo "**** install calibre ****" && mkdir -p /opt/calibre && if [ -z ${CALIBRE_RELEASE+x} ]; then CALIBRE_RELEASE=$(curl -sX GET "https://api.github.com/repos/kovidgoyal/calibre/releases/latest" | jq -r .tag_name); fi && CALIBRE_VERSION="$(echo ${CALIBRE_RELEASE} | cut -c2-)" && CALIBRE_URL="https://download.calibre-ebook.com/${CALIBRE_VERSION}/calibre-${CALIBRE_VERSION}-arm64.txz" && curl -o /tmp/calibre-tarball.txz -L "$CALIBRE_URL" && tar xvf /tmp/calibre-tarball.txz -C /opt/calibre && /opt/calibre/calibre_postinstall && dbus-uuidgen > /etc/machine-id && echo "**** cleanup ****" && apt-get clean && rm -rf /tmp/* /var/lib/apt/lists/* /var/tmp/* # buildkit
2024-05-15 07:41:29 +0100 (buildkit.dockerfile.v0)COPY root/ / # buildkit
Please be careful as this will not just delete the reference but also the actual content!
For example when you have latest and v1.2.3 both pointing to the same image
the deletion of latest will also permanently remove v1.2.3.