wechat-mp (latest)

Published 2023-11-22 17:05:49 +08:00 by 李寻欢

Installation

docker pull gitee.ltd/lxh/wechat-mp:latest
sha256:233871d78ba054cd5fa1a00b4d248a61b984c837c8e4797e20200ed3b46f9b77

Image Layers

ADD file:8e81116368669ed3dd361bc898d61bff249f524139a239fdaf3ec46869a39921 in /
CMD ["/bin/sh"]
LABEL org.opencontainers.image.authors=lxh@cxh.cn
RUN /bin/sh -c sed -i 's/dl-cdn.alpinelinux.org/mirrors.ustc.edu.cn/g' /etc/apk/repositories && apk add --update --no-cache tzdata # buildkit
ENV TZ=Asia/Shanghai GIN_MODE=release RUN_MODE=prod
LABEL org.opencontainers.image.authors=lxh@cxh.cn
WORKDIR /app
COPY /builder/app ./app # buildkit
CMD ["/bin/sh" "-c" "./app"]

Labels

Key Value
org.opencontainers.image.authors lxh@cxh.cn
Details
Container
2023-11-22 17:05:49 +08:00
8
OCI / Docker
linux/amd64
lxh@cxh.cn
14 MiB
Versions (1) View all
latest 2023-11-22