wechat-robot (20250424)

Published 2025-04-24 17:23:44 +08:00 by 李寻欢 in lxh/wechat-robot

Installation

docker pull gitee.ltd/lxh/wechat-robot:20250424
sha256:8a659c06c611cb3e06109126bcef9e22dae415f84a1aeb67b4fbb2b25a31430b

About this package

用AI糊的一个微信机器人

Image Layers

ADD alpine-minirootfs-3.21.3-x86_64.tar.gz / # buildkit
CMD ["/bin/sh"]
ENV IS_DOCKER=true TZ=Asia/Shanghai
RUN /bin/sh -c apk add --no-cache ca-certificates tzdata curl uv && mkdir -p /app/data /app/logs && adduser -D -H -h /app appuser && chown -R appuser:appuser /app # buildkit
WORKDIR /app
COPY /build/docker/bin/bun /usr/local/bin/bun # buildkit
COPY /build/app ./ # buildkit
COPY /build/configs ./configs # buildkit
COPY /build/internal/view ./internal/view # buildkit
COPY /build/public ./public # buildkit
RUN /bin/sh -c chmod +x ./app && chown -R appuser:appuser /app # buildkit
USER appuser
EXPOSE map[9000/tcp:{}]
HEALTHCHECK &{["CMD-SHELL" "curl -f http://localhost:9000/health || exit 1"] "30s" "10s" "5s" "0s" '\x03'}
VOLUME [/app/data /app/logs]
LABEL maintainer=lxh@cxh.cn description=Wechat Robot Management System version=1.0.0
CMD ["./app"]

Labels

Key Value
description Wechat Robot Management System
maintainer lxh@cxh.cn
org.opencontainers.image.created 2025-04-24T09:21:35.006Z
org.opencontainers.image.description 用AI糊的一个微信机器人
org.opencontainers.image.licenses
org.opencontainers.image.revision c320e8951fa451d5d60620753f509961d6513e64
org.opencontainers.image.source https://gitee.ltd/lxh/wechat-robot
org.opencontainers.image.title wechat-robot
org.opencontainers.image.url https://gitee.ltd/lxh/wechat-robot
org.opencontainers.image.version 20250424
version 1.0.0
Details
Container
2025-04-24 17:23:44 +08:00
4
OCI / Docker
linux/amd64
62 MiB
Versions (11) View all
latest 2025-04-25
20250425 2025-04-25
20250424 2025-04-24
20250423 2025-04-23
20250422 2025-04-22