wechat-robot (20250409)
Installation
docker pull gitee.ltd/lxh/wechat-robot:20250409
sha256:82aa8108eb279b51b7ba66bfab7a42bc7c5fba6fd1db566abaed9bd59e6e89a7
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 && mkdir -p /app/data /app/logs && adduser -D -H -h /app appuser && chown -R appuser:appuser /app # buildkit |
WORKDIR /app |
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-09T08:15:33.464Z |
org.opencontainers.image.description | 用AI糊的一个微信机器人 |
org.opencontainers.image.licenses | |
org.opencontainers.image.revision | dc280900647f73f59f1278223d1c68d9c519788e |
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 | 20250409 |
version | 1.0.0 |
Details
2025-04-09 16:17:17 +08:00
Versions (6)
View all
Container
8
OCI / Docker
linux/amd64
22 MiB