docker.io/nickrunning/wechat-selkies:0.0.5 linux/arm64

docker.io/nickrunning/wechat-selkies:0.0.5 - 国内下载镜像源 浏览次数:26 温馨提示: 这是一个 linux/arm64 系统架构镜像
源镜像 docker.io/nickrunning/wechat-selkies:0.0.5
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/nickrunning/wechat-selkies:0.0.5-linuxarm64
镜像ID sha256:75d60213343442ccd98c058a9959ba11500e6f7cb06869c321df78348cbf2eee
镜像TAG 0.0.5-linuxarm64
大小 3.83GB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD
启动入口 /init
工作目录 /
OS/平台 linux/arm64
浏览量 26 次
贡献者 ai**r@outlook.jp
镜像创建 2025-10-25T04:20:46.966426865Z
同步时间 2025-11-12 21:17
更新时间 2025-11-14 23:02
开放端口
3000/tcp 3001/tcp
目录挂载
/config
环境变量
PATH=/lsiopy/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin HOME=/config 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 DISPLAY=:1 PERL5LIB=/usr/local/bin START_DOCKER=true PULSE_RUNTIME_PATH=/defaults SELKIES_INTERPOSER=/usr/lib/selkies_joystick_interposer.so NVIDIA_DRIVER_CAPABILITIES=all DISABLE_ZINK=false DISABLE_DRI3=false TITLE=WeChat-Selkies TZ=Asia/Shanghai LC_ALL=zh_CN.UTF-8 AUTO_START_WECHAT=true AUTO_START_QQ=false
镜像标签
Linuxserver.io version:- 50541be6-ls109 Build-date:- 2025-10-25T02:27:05+00:00: build_version thelamer: maintainer nickrunning: org.opencontainers.image.authors 2025-10-25T04:13:56.892Z: org.opencontainers.image.created 基于Selkies的Linux网页版微信,支持本地中文输入法,支持AMD64和ARM64。: org.opencontainers.image.description https://github.com/nickrunning/wechat-selkies#readme: org.opencontainers.image.documentation MIT: org.opencontainers.image.licenses e1fc10c91301cb69e3b126f29e79e91fb767c2f8: org.opencontainers.image.ref.name b312ab863cf961ce5500dd3556299cb23791c314: org.opencontainers.image.revision https://github.com/nickrunning/wechat-selkies: org.opencontainers.image.source wechat-selkies: org.opencontainers.image.title https://github.com/nickrunning/wechat-selkies: org.opencontainers.image.url WeChat Selkies Project: org.opencontainers.image.vendor 0.0.5: org.opencontainers.image.version

Docker拉取命令

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/nickrunning/wechat-selkies:0.0.5-linuxarm64
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/nickrunning/wechat-selkies:0.0.5-linuxarm64  docker.io/nickrunning/wechat-selkies:0.0.5

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/nickrunning/wechat-selkies:0.0.5-linuxarm64
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/nickrunning/wechat-selkies:0.0.5-linuxarm64  docker.io/nickrunning/wechat-selkies:0.0.5

Shell快速替换命令

sed -i 's#nickrunning/wechat-selkies:0.0.5#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/nickrunning/wechat-selkies:0.0.5-linuxarm64#' deployment.yaml

Ansible快速分发-Docker

#ansible k8s -m shell -a 'docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/nickrunning/wechat-selkies:0.0.5-linuxarm64 && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/nickrunning/wechat-selkies:0.0.5-linuxarm64  docker.io/nickrunning/wechat-selkies:0.0.5'

Ansible快速分发-Containerd

#ansible k8s -m shell -a 'ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/nickrunning/wechat-selkies:0.0.5-linuxarm64 && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/nickrunning/wechat-selkies:0.0.5-linuxarm64  docker.io/nickrunning/wechat-selkies:0.0.5'

镜像构建历史


# 2025-10-25 12:20:46  17.21KB 复制新文件或目录到容器中
COPY /root / # buildkit
                        
# 2025-10-25 12:20:46  14.17KB 执行命令并创建新的镜像层
RUN |2 TARGETPLATFORM=linux/arm64 BUILDPLATFORM=linux/amd64 /bin/sh -c cp /usr/share/icons/hicolor/128x128/apps/wechat.png /usr/share/selkies/www/icon.png # buildkit
                        
# 2025-10-25 12:20:46  0.00B 设置环境变量 AUTO_START_QQ
ENV AUTO_START_QQ=false
                        
# 2025-10-25 12:20:46  0.00B 设置环境变量 AUTO_START_WECHAT
ENV AUTO_START_WECHAT=true
                        
# 2025-10-25 12:20:46  0.00B 设置环境变量 LC_ALL
ENV LC_ALL=zh_CN.UTF-8
                        
# 2025-10-25 12:20:46  0.00B 设置环境变量 TZ
ENV TZ=Asia/Shanghai
                        
# 2025-10-25 12:20:46  0.00B 设置环境变量 TITLE
ENV TITLE=WeChat-Selkies
                        
# 2025-10-25 12:20:46  24.27KB 执行命令并创建新的镜像层
RUN |2 TARGETPLATFORM=linux/arm64 BUILDPLATFORM=linux/amd64 /bin/sh -c sed -i '/<dock>/,/<\/dock>/s/<noStrut>no<\/noStrut>/<noStrut>yes<\/noStrut>/' /etc/xdg/openbox/rc.xml # buildkit
                        
# 2025-10-25 12:20:46  0.00B 执行命令并创建新的镜像层
RUN |2 TARGETPLATFORM=linux/arm64 BUILDPLATFORM=linux/amd64 /bin/sh -c apt-get autoclean &&     rm -rf         /config/.cache         /config/.npm         /var/lib/apt/lists/*         /var/tmp/*         /tmp/* # buildkit
                        
# 2025-10-25 12:20:30  0.00B 执行命令并创建新的镜像层
RUN |2 TARGETPLATFORM=linux/arm64 BUILDPLATFORM=linux/amd64 /bin/sh -c apt-get purge -y --autoremove # buildkit
                        
# 2025-10-25 12:20:12  560.28MB 执行命令并创建新的镜像层
RUN |2 TARGETPLATFORM=linux/arm64 BUILDPLATFORM=linux/amd64 /bin/sh -c case "$TARGETPLATFORM" in     "linux/amd64")         QQ_URL="https://dldir1v6.qq.com/qqfile/qq/QQNT/Linux/QQ_3.2.19_250904_amd64_01.deb";         QQ_ARCH="x86_64" ;;     "linux/arm64")         QQ_URL="https://dldir1v6.qq.com/qqfile/qq/QQNT/Linux/QQ_3.2.19_250904_arm64_01.deb";         QQ_ARCH="arm64" ;;     *)         echo "❌ Unsupported platform: $TARGETPLATFORM" >&2;         echo "Supported platforms: linux/amd64, linux/arm64" >&2;         exit 1 ;;     esac &&     echo "📦 Downloading QQ for $QQ_ARCH architecture..." &&     curl -fsSL -o qq.deb "$QQ_URL" &&     echo "🔧 Installing QQ..." &&     (dpkg -i qq.deb || (apt-get update && apt-get install -f -y && dpkg -i qq.deb)) &&     rm -f qq.deb &&     echo "✅ QQ installation completed for $QQ_ARCH" # buildkit
                        
# 2025-10-25 12:17:22  711.60MB 执行命令并创建新的镜像层
RUN |2 TARGETPLATFORM=linux/arm64 BUILDPLATFORM=linux/amd64 /bin/sh -c case "$TARGETPLATFORM" in     "linux/amd64")         WECHAT_URL="https://dldir1v6.qq.com/weixin/Universal/Linux/WeChatLinux_x86_64.deb";         WECHAT_ARCH="x86_64" ;;     "linux/arm64")         WECHAT_URL="https://dldir1v6.qq.com/weixin/Universal/Linux/WeChatLinux_arm64.deb";         WECHAT_ARCH="arm64" ;;     *)         echo "❌ Unsupported platform: $TARGETPLATFORM" >&2;         echo "Supported platforms: linux/amd64, linux/arm64" >&2;         exit 1 ;;     esac &&     echo "📦 Downloading WeChat for $WECHAT_ARCH architecture..." &&     curl -fsSL -o wechat.deb "$WECHAT_URL" &&     echo "🔧 Installing WeChat..." &&     (dpkg -i wechat.deb || (apt-get update && apt-get install -f -y && dpkg -i wechat.deb)) &&     rm -f wechat.deb &&     echo "✅ WeChat installation completed for $WECHAT_ARCH" # buildkit
                        
# 2025-10-25 12:15:46  0.00B 执行命令并创建新的镜像层
RUN |2 TARGETPLATFORM=linux/arm64 BUILDPLATFORM=linux/amd64 /bin/sh -c pip install --no-cache-dir python-xlib # buildkit
                        
# 2025-10-25 12:15:36  117.16MB 执行命令并创建新的镜像层
RUN |2 TARGETPLATFORM=linux/arm64 BUILDPLATFORM=linux/amd64 /bin/sh -c apt-get update &&     apt-get install -y fonts-noto-cjk libxcb-icccm4 libxcb-image0 libxcb-keysyms1     libxcb-render-util0 libxcb-xkb1 libxkbcommon-x11-0     shared-mime-info desktop-file-utils libxcb1 libxcb-icccm4 libxcb-image0     libxcb-keysyms1 libxcb-randr0 libxcb-render0 libxcb-render-util0 libxcb-shape0     libxcb-shm0 libxcb-sync1 libxcb-util1 libxcb-xfixes0 libxcb-xkb1 libxcb-xinerama0     libxcb-xkb1 libxcb-glx0 libatk1.0-0 libatk-bridge2.0-0 libc6 libcairo2 libcups2     libdbus-1-3 libfontconfig1 libgbm1 libgcc1 libgdk-pixbuf2.0-0 libglib2.0-0     libgtk-3-0 libnspr4 libnss3 libpango-1.0-0 libpangocairo-1.0-0 libstdc++6 libx11-6     libxcomposite1 libxdamage1 libxext6 libxfixes3 libxi6 libxrandr2 libxrender1     libxss1 libxtst6 libatomic1 libxcomposite1 libxrender1 libxrandr2 libxkbcommon-x11-0     libfontconfig1 libdbus-1-3 libnss3 libx11-xcb1 python3-tk stalonetray # buildkit
                        
# 2025-10-25 12:14:32  0.00B 执行命令并创建新的镜像层
RUN |2 TARGETPLATFORM=linux/arm64 BUILDPLATFORM=linux/amd64 /bin/sh -c echo "🏗️ Building WeChat-Selkies on $BUILDPLATFORM, targeting $TARGETPLATFORM" # buildkit
                        
# 2025-10-25 12:14:32  0.00B 定义构建参数
ARG BUILDPLATFORM=linux/amd64
                        
# 2025-10-25 12:14:32  0.00B 定义构建参数
ARG TARGETPLATFORM=linux/arm64
                        
# 2025-10-25 12:14:32  0.00B 添加元数据标签
LABEL org.opencontainers.image.licenses=GPL-3.0-only
                        
# 2025-10-25 12:14:32  0.00B 添加元数据标签
LABEL org.opencontainers.image.vendor=WeChat Selkies Project
                        
# 2025-10-25 12:14:32  0.00B 添加元数据标签
LABEL org.opencontainers.image.documentation=https://github.com/nickrunning/wechat-selkies#readme
                        
# 2025-10-25 12:14:32  0.00B 添加元数据标签
LABEL org.opencontainers.image.source=https://github.com/nickrunning/wechat-selkies
                        
# 2025-10-25 12:14:32  0.00B 添加元数据标签
LABEL org.opencontainers.image.authors=nickrunning
                        
# 2025-10-25 12:14:32  0.00B 添加元数据标签
LABEL org.opencontainers.image.description=WeChat Linux client in browser via Selkies WebRTC
                        
# 2025-10-25 12:14:32  0.00B 添加元数据标签
LABEL org.opencontainers.image.title=WeChat Selkies
                        
# 2025-10-25 10:44:06  0.00B 创建挂载点用于持久化数据或共享数据
VOLUME [/config]
                        
# 2025-10-25 10:44:06  0.00B 声明容器运行时监听的端口
EXPOSE [3000/tcp 3001/tcp]
                        
# 2025-10-25 10:44:06  2.40MB 复制新文件或目录到容器中
COPY / / # buildkit
                        
# 2025-10-25 10:44:06  6.98MB 复制新文件或目录到容器中
COPY /buildout /usr/share/selkies # buildkit
                        
# 2025-10-25 10:44:03  33.75KB 复制新文件或目录到容器中
COPY /root / # buildkit
                        
# 2025-10-25 10:44:03  2.28GB 执行命令并创建新的镜像层
RUN |2 BUILD_DATE=2025-10-25T02:27:05+00:00 VERSION=50541be6-ls109 /bin/sh -c echo "**** dev deps ****" &&   apt-get update &&   DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends -y     python3-dev &&   echo "**** enable locales ****" &&   sed -i     '/locale/d'     /etc/dpkg/dpkg.cfg.d/excludes &&   echo "**** install deps ****" &&   curl -fsSL https://download.docker.com/linux/ubuntu/gpg | tee /usr/share/keyrings/docker.asc >/dev/null &&   echo "deb [arch=arm64 signed-by=/usr/share/keyrings/docker.asc] https://download.docker.com/linux/ubuntu noble stable" > /etc/apt/sources.list.d/docker.list &&   curl -fsSL https://deb.nodesource.com/setup_22.x | bash - &&   apt-get update &&   DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends -y     breeze-cursor-theme     ca-certificates     cmake     console-data     containerd.io     dbus-x11     docker-buildx-plugin     docker-ce     docker-ce-cli     docker-compose-plugin     dunst     file     fonts-noto-cjk     fonts-noto-color-emoji     fonts-noto-core     fuse-overlayfs     g++     gcc     git     kbd     libatk1.0-0     libatk-bridge2.0-0     libev4     libfontenc1     libfreetype6     libgbm1     libgcrypt20     libgirepository-1.0-1     libgl1-mesa-dri     libglu1-mesa     libgnutls30     libgtk-3.0     libjpeg-turbo8     libnginx-mod-http-fancyindex     libnotify-bin     libnss3     libopus0     libp11-kit0     libpam0g     libtasn1-6     libvulkan1     libx11-6     libx264-164     libxau6     libxcb1     libxcb-icccm4     libxcb-image0     libxcb-keysyms1     libxcb-render-util0     libxcursor1     libxdmcp6     libxext6     libxfconf-0-3     libxfixes3     libxfont2     libxinerama1     libxkbcommon-x11-0     libxshmfence1     libxtst6     locales-all     make     mesa-libgallium     mesa-va-drivers     mesa-vulkan-drivers     nginx     openbox     openssh-client     openssl     pciutils     procps     psmisc     pulseaudio     pulseaudio-utils     python3     python3-venv     software-properties-common     ssl-cert     stterm     sudo     tar     util-linux     vulkan-tools     x11-apps     x11-common     x11-utils     x11-xkb-utils     x11-xserver-utils     xauth     xclip     xcvt     xdg-utils     xdotool     xfconf     xfonts-base     xkb-data     xsel     xserver-common     xserver-xorg-core     xserver-xorg-video-amdgpu     xserver-xorg-video-ati     xserver-xorg-video-nouveau     xsettingsd     xterm     xutils     xvfb     zlib1g &&   echo "**** install selkies ****" &&   SELKIES_RELEASE=$(curl -sX GET "https://api.github.com/repos/selkies-project/selkies/releases/latest"     | awk '/tag_name/{print $4;exit}' FS='[""]') &&   curl -o     /tmp/selkies.tar.gz -L     "https://github.com/selkies-project/selkies/archive/fe93efd4c59aed20ede8562b3b9d9e815443f097.tar.gz" &&   cd /tmp &&   tar xf selkies.tar.gz &&   cd selkies-* &&   sed -i '/cryptography/d' pyproject.toml &&   python3     -m venv     --system-site-packages     /lsiopy &&   pip install . &&   pip install setuptools &&   echo "**** install selkies interposer ****" &&   cd addons/js-interposer &&   gcc -shared -fPIC -ldl     -o selkies_joystick_interposer.so     joystick_interposer.c &&   mv     selkies_joystick_interposer.so     /usr/lib/selkies_joystick_interposer.so &&   echo "**** install selkies fake udev ****" &&   cd ../fake-udev &&   make &&   mkdir /opt/lib &&   mv     libudev.so.1.0.0-fake     /opt/lib/ &&   echo "**** add icon ****" &&   mkdir -p     /usr/share/selkies/www &&   curl -o     /usr/share/selkies/www/icon.png     https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/selkies-logo.png &&   curl -o     /usr/share/selkies/www/favicon.ico     https://raw.githubusercontent.com/linuxserver/docker-templates/refs/heads/master/linuxserver.io/img/selkies-icon.ico &&   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>|'     -e 's|<number>4</number>|<number>1</number>|'     /etc/xdg/openbox/rc.xml &&   sed -i     's/--startup/--replace --startup/g'     /usr/bin/openbox-session &&   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 "**** 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 purge -y --autoremove     python3-dev &&   apt-get autoclean &&   rm -rf     /config/.cache     /config/.npm     /var/lib/apt/lists/*     /var/tmp/*     /tmp/* # buildkit
                        
# 2025-10-25 10:44:03  0.00B 设置环境变量 DISPLAY PERL5LIB HOME START_DOCKER PULSE_RUNTIME_PATH SELKIES_INTERPOSER NVIDIA_DRIVER_CAPABILITIES DISABLE_ZINK DISABLE_DRI3 TITLE
ENV DISPLAY=:1 PERL5LIB=/usr/local/bin HOME=/config START_DOCKER=true PULSE_RUNTIME_PATH=/defaults SELKIES_INTERPOSER=/usr/lib/selkies_joystick_interposer.so NVIDIA_DRIVER_CAPABILITIES=all DISABLE_ZINK=false DISABLE_DRI3=false TITLE=Selkies
                        
# 2025-10-25 10:44:03  0.00B 添加元数据标签
LABEL maintainer=thelamer
                        
# 2025-10-25 10:44:03  0.00B 添加元数据标签
LABEL build_version=Linuxserver.io version:- 50541be6-ls109 Build-date:- 2025-10-25T02:27:05+00:00
                        
# 2025-10-25 10:44:03  0.00B 定义构建参数
ARG VERSION=50541be6-ls109
                        
# 2025-10-25 10:44:03  0.00B 定义构建参数
ARG BUILD_DATE=2025-10-25T02:27:05+00:00
                        
# 2025-10-22 07:33:57  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["/init"]
                        
# 2025-10-22 07:33:57  9.44KB 复制新文件或目录到容器中
COPY root/ / # buildkit
                        
# 2025-10-22 07:33:57  40.97MB 执行命令并创建新的镜像层
RUN |7 BUILD_DATE=2025-10-21T23:31:51+00:00 VERSION=36b6b93c-ls52 MODS_VERSION=v3 PKG_INST_VERSION=v1 LSIOWN_VERSION=v1 WITHCONTENV_VERSION=v1 DEBIAN_FRONTEND=noninteractive /bin/sh -c echo "**** Ripped from Ubuntu Docker Logic ****" &&   rm -f /etc/apt/sources.list.d/ubuntu.sources &&   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-openbsd     systemd-standalone-sysusers     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 ****" &&   userdel ubuntu &&   apt-get autoremove &&   apt-get clean &&   rm -rf     /tmp/*     /var/lib/apt/lists/*     /var/tmp/*     /var/log/* # buildkit
                        
# 2025-10-22 07:33:31  884.00B 复制新文件或目录到容器中
COPY sources.list.arm /etc/apt/sources.list # buildkit
                        
# 2025-10-22 07:33:31  0.00B 设置环境变量 HOME LANGUAGE LANG TERM S6_CMD_WAIT_FOR_SERVICES_MAXTIME S6_VERBOSITY S6_STAGE2_HOOK VIRTUAL_ENV PATH
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
                        
# 2025-10-22 07:33:31  0.00B 定义构建参数
ARG DEBIAN_FRONTEND=noninteractive
                        
# 2025-10-22 07:33:31  478.00B 复制文件或目录到容器中
ADD --chmod=755 https://raw.githubusercontent.com/linuxserver/docker-mods/mod-scripts/with-contenv.v1 /usr/bin/with-contenv # buildkit
                        
# 2025-10-22 07:33:31  945.00B 复制文件或目录到容器中
ADD --chmod=755 https://raw.githubusercontent.com/linuxserver/docker-mods/mod-scripts/lsiown.v1 /usr/bin/lsiown # buildkit
                        
# 2025-10-22 07:33:31  4.18KB 复制文件或目录到容器中
ADD --chmod=755 https://raw.githubusercontent.com/linuxserver/docker-mods/mod-scripts/package-install.v1 /etc/s6-overlay/s6-rc.d/init-mods-package-install/run # buildkit
                        
# 2025-10-22 07:33:31  31.19KB 复制文件或目录到容器中
ADD --chmod=755 https://raw.githubusercontent.com/linuxserver/docker-mods/mod-scripts/docker-mods.v3 /docker-mods # buildkit
                        
# 2025-10-22 07:33:31  0.00B 添加元数据标签
LABEL maintainer=TheLamer
                        
# 2025-10-22 07:33:31  0.00B 添加元数据标签
LABEL build_version=Linuxserver.io version:- 36b6b93c-ls52 Build-date:- 2025-10-21T23:31:51+00:00
                        
# 2025-10-22 07:33:31  0.00B 定义构建参数
ARG WITHCONTENV_VERSION=v1
                        
# 2025-10-22 07:33:31  0.00B 定义构建参数
ARG LSIOWN_VERSION=v1
                        
# 2025-10-22 07:33:31  0.00B 定义构建参数
ARG PKG_INST_VERSION=v1
                        
# 2025-10-22 07:33:31  0.00B 定义构建参数
ARG MODS_VERSION=v3
                        
# 2025-10-22 07:33:31  0.00B 定义构建参数
ARG VERSION=36b6b93c-ls52
                        
# 2025-10-22 07:33:31  0.00B 定义构建参数
ARG BUILD_DATE=2025-10-21T23:31:51+00:00
                        
# 2025-10-22 07:33:29  110.28MB 复制新文件或目录到容器中
COPY /root-out/ / # buildkit
                        
                    

镜像信息

{
    "Id": "sha256:75d60213343442ccd98c058a9959ba11500e6f7cb06869c321df78348cbf2eee",
    "RepoTags": [
        "nickrunning/wechat-selkies:0.0.5",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/nickrunning/wechat-selkies:0.0.5-linuxarm64"
    ],
    "RepoDigests": [
        "nickrunning/wechat-selkies@sha256:5d254f66ca1897f1b52319993dd2d7d7c31e56f6727144b4d9776c1c7033af56",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/nickrunning/wechat-selkies@sha256:292d587a39e67697f2ba6b2787233f5b19d3c3575d717cbf0e72ecc15ef08dc1"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2025-10-25T04:20:46.966426865Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "",
    "Author": "",
    "Config": {
        "Hostname": "",
        "Domainname": "",
        "User": "",
        "AttachStdin": false,
        "AttachStdout": false,
        "AttachStderr": false,
        "ExposedPorts": {
            "3000/tcp": {},
            "3001/tcp": {}
        },
        "Tty": false,
        "OpenStdin": false,
        "StdinOnce": false,
        "Env": [
            "PATH=/lsiopy/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "HOME=/config",
            "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",
            "DISPLAY=:1",
            "PERL5LIB=/usr/local/bin",
            "START_DOCKER=true",
            "PULSE_RUNTIME_PATH=/defaults",
            "SELKIES_INTERPOSER=/usr/lib/selkies_joystick_interposer.so",
            "NVIDIA_DRIVER_CAPABILITIES=all",
            "DISABLE_ZINK=false",
            "DISABLE_DRI3=false",
            "TITLE=WeChat-Selkies",
            "TZ=Asia/Shanghai",
            "LC_ALL=zh_CN.UTF-8",
            "AUTO_START_WECHAT=true",
            "AUTO_START_QQ=false"
        ],
        "Cmd": null,
        "Image": "",
        "Volumes": {
            "/config": {}
        },
        "WorkingDir": "/",
        "Entrypoint": [
            "/init"
        ],
        "OnBuild": null,
        "Labels": {
            "build_version": "Linuxserver.io version:- 50541be6-ls109 Build-date:- 2025-10-25T02:27:05+00:00",
            "maintainer": "thelamer",
            "org.opencontainers.image.authors": "nickrunning",
            "org.opencontainers.image.created": "2025-10-25T04:13:56.892Z",
            "org.opencontainers.image.description": "基于Selkies的Linux网页版微信,支持本地中文输入法,支持AMD64和ARM64。",
            "org.opencontainers.image.documentation": "https://github.com/nickrunning/wechat-selkies#readme",
            "org.opencontainers.image.licenses": "MIT",
            "org.opencontainers.image.ref.name": "e1fc10c91301cb69e3b126f29e79e91fb767c2f8",
            "org.opencontainers.image.revision": "b312ab863cf961ce5500dd3556299cb23791c314",
            "org.opencontainers.image.source": "https://github.com/nickrunning/wechat-selkies",
            "org.opencontainers.image.title": "wechat-selkies",
            "org.opencontainers.image.url": "https://github.com/nickrunning/wechat-selkies",
            "org.opencontainers.image.vendor": "WeChat Selkies Project",
            "org.opencontainers.image.version": "0.0.5"
        }
    },
    "Architecture": "arm64",
    "Os": "linux",
    "Size": 3825527215,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/2228828a26c210428963d5968a968eb0bc588e701b9010663aa751a7be2a17cc/diff:/var/lib/docker/overlay2/882e6ee033fd39b8d3082da96d25e355f574c8c776f99f9567d0d69d468cb56a/diff:/var/lib/docker/overlay2/79cbde2f078fb2e0e4a65ccc0f5e149817b5e69ba79a32c9d3a892b214ba52c6/diff:/var/lib/docker/overlay2/5392dab392aef8216fb1570d5ba8d4cfcacd97b2691fa26e5531a6323768481e/diff:/var/lib/docker/overlay2/2557118deef3f83855026f262036f0e517d390a3a773532a931ac723830ce88e/diff:/var/lib/docker/overlay2/016ae9faec6c921cf962b432888dc0a70e485f5c3a0e33acd1458d1b48e5b276/diff:/var/lib/docker/overlay2/da86ff4fbc53eb28b39cb2840742caea947277e936314fdbfa80efdf3d93e49b/diff:/var/lib/docker/overlay2/006c60b17471abfd7e825241eb2aedd074c931b35ff2e37d01f087786516faee/diff:/var/lib/docker/overlay2/9edb73502cd7ab0ced6f5abe5a32af9651f78a6ac17efd2d27ca5a02ca205ee5/diff:/var/lib/docker/overlay2/9faae417a2af6335cf5f6331683174d07762b81a24d26210a78cb3682aed80bb/diff:/var/lib/docker/overlay2/717ed5440c0f0d8bc94ad006de56339c0362ff7e3c070c8398a13233770a20c3/diff:/var/lib/docker/overlay2/60ef367d71ec280e4e08ca349a636861173a3671957258d071acccc0b2463302/diff:/var/lib/docker/overlay2/743209220f38ecdb1ac8af4d9c1136779a6796a7ef072543a7275fc10414030d/diff:/var/lib/docker/overlay2/ec541e99ff1716761c863c9bb96972f33e83f9625d56d10d5859c8245e4d45df/diff:/var/lib/docker/overlay2/e2d4372390e0856f831b2bd7382d340689a366b3b597a21d2c61d063ad799401/diff:/var/lib/docker/overlay2/d3ebecd12ff0747a4f13c99b3ff2d478299098bf097c10a1cb164e38816ea919/diff:/var/lib/docker/overlay2/f3928aa9c2d6f8d74b4f7825f9bb40e5fca7e4adcb6358dc507dfc805dcec522/diff:/var/lib/docker/overlay2/83411a1fca5e3035b196f9411c4c7f2c2c8c966e310e302af4602914f4dfaf0b/diff:/var/lib/docker/overlay2/26c7fb8565bfde2e891d384156cbe7b002fadaa42bb1c579537df3b02274679b/diff:/var/lib/docker/overlay2/5809d2841132ef6fb5e432b4fe42fc3695e52507a3a82a73b6bc4013c09d5a3a/diff:/var/lib/docker/overlay2/689027741e3658183cba439fb4a0bd0c0f6de484538d9cfe8fd4ac415e186379/diff",
            "MergedDir": "/var/lib/docker/overlay2/f2fd8a8a7f24bbc4368e010691b83368fbbd8508339ea6782f7cf5a18d8b4962/merged",
            "UpperDir": "/var/lib/docker/overlay2/f2fd8a8a7f24bbc4368e010691b83368fbbd8508339ea6782f7cf5a18d8b4962/diff",
            "WorkDir": "/var/lib/docker/overlay2/f2fd8a8a7f24bbc4368e010691b83368fbbd8508339ea6782f7cf5a18d8b4962/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:d2948fcbe3ba1a8e99638af4370f3db5fbf12aeabcc7f7008e0d444b2473f414",
            "sha256:4237b4abe0c583f84633de1da55c1e716dbf60660634932965955c149a90929c",
            "sha256:93fab29005f69be5e532fd8a58a4be031f230c0605dfcd2abbb8f2bea7ad638d",
            "sha256:a596f653d0745b425fc2781da8fa27ed85c43f019b45005a666e4a2bf815cdfb",
            "sha256:79f2839e88a75035d3a53e27b916bd3f6b7a547781035f0bc185258606f1b0de",
            "sha256:b6f95b73e2b449d28d0c81cadc1ec189b90af9e1ac0f89e6379b11b8d4a1463d",
            "sha256:0e186923877edcd623a1db5b06724cfaa95d1a0f5b6849c4c70e531884cb8b09",
            "sha256:4fe7ecadb78e47d2d1599a4f4b784650849f6fb2dc024c627adcb6c6f34b668a",
            "sha256:f47ecc26f8a708a2a60b328c7d4ffee31a771bbe77dedcd7c85a9bb9e5cb28e2",
            "sha256:c0fc11e3f7a091ad0420aabff373496070d0c1839273970f345217f135609614",
            "sha256:2c16842e4fc4a24cfd5803ad66f4976edb47d6333f4f4fdab6e061a6ee8f28f6",
            "sha256:39f98b98ea1424e3b3f22fa074d13e4ab4be3085f5cb87e6a60b77144c1907d9",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef",
            "sha256:efc0697b2a6c27ce4d0ff4787a0ba6690090e3064130654f5ed7f50950ecd01c",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef",
            "sha256:87ee1a944622ddd73fff9362f482d3e48c07331b09f4ae91cd4322ff54ae3385",
            "sha256:82cd9e852c26e1b7b7bf66732d6ed82b887c67f752942835615e3a9f59719165",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef",
            "sha256:ef32b2776316a0a1a74499ba50ce1359842ff861b00ddcc7d0110ecd604e1a1a",
            "sha256:130f4cf9f9d0d42fbf823444ad3b8c6c5535264d6cfe7bad245428b791660029",
            "sha256:f2a8621b44c642b7f06bbd0e6b6131ed93ea739f8e8b2cdaed32ad3852470908",
            "sha256:fccb67d0ad47374093190ebdc980a88125ad59e9899c4cb64121a9aad5d69656"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-11-12T21:14:20.751414638+08:00"
    }
}

更多版本

docker.io/nickrunning/wechat-selkies:0.0.5

linux/arm64 docker.io3.83GB2025-11-12 21:17
25