wechat-robot (20250402)

Published 2025-04-02 15:12:07 +08:00 by 李寻欢 in lxh/wechat-robot

Installation

docker pull gitee.ltd/lxh/wechat-robot:20250402
sha256:d81db87291bb9a00c766675e13d2cc82789e6392ebf6afb51a7111d8f4fa0a26

About this package

微信机器人

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-02T07:10:16.989Z
org.opencontainers.image.description 微信机器人
org.opencontainers.image.licenses
org.opencontainers.image.revision f3d8e73ab49037b9cd0d9c3c0e3c6d3bd9affe4e
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 20250402
version 1.0.0
Details
Container
2025-04-02 15:12:07 +08:00
2
OCI / Docker
linux/amd64
20 MiB
Versions (6) View all
latest 2025-04-09
20250409 2025-04-09
20250408 2025-04-08
20250407 2025-04-07
20250403 2025-04-03