Block a user
wechat-ocr-server (latest)
Installation
docker pull git.furtherverse.com/imbytecat/wechat-ocr-server:latestsha256:7340f88bd3fa43d61bc5e81dfcc0a8b1840bb2b43aefd5c27bb1a44d1d1dac53
Images
| Digest | OS / Arch | Size |
|---|---|---|
| 0200130b7d | linux/amd64 | 1.1 GiB |
Image Layers ( linux/amd64)
| LABEL org.opencontainers.image.title="Arch Linux base-devel Image" |
| LABEL org.opencontainers.image.description="Official containerd image of Arch Linux, a simple, lightweight Linux distribution aimed for flexibility." |
| LABEL org.opencontainers.image.authors="Santiago Torres-Arias <santiago@archlinux.org> (@SantiagoTorres), Christian Rebischke <Chris.Rebischke@archlinux.org> (@shibumi), Justin Kromlinger <hashworks@archlinux.org> (@hashworks)" |
| LABEL org.opencontainers.image.url="https://gitlab.archlinux.org/archlinux/archlinux-docker/-/blob/master/README.md" |
| LABEL org.opencontainers.image.documentation="https://wiki.archlinux.org/title/Docker#Arch_Linux" |
| LABEL org.opencontainers.image.source="https://gitlab.archlinux.org/archlinux/archlinux-docker" |
| LABEL org.opencontainers.image.licenses="GPL-3.0-or-later" |
| LABEL org.opencontainers.image.version="20250713.0.382768" |
| LABEL org.opencontainers.image.revision="744b1c5c6a7f999c9a8b3daa5897c922e86563ee" |
| LABEL org.opencontainers.image.created="2025-07-13T00:07:31+00:00" |
| COPY dir:d42b06e265a8f79b3eaf1a1dfccce8944f65402f81ea4c777a1175d50a7206a9 in / |
| /bin/sh -c ldconfig && sed -i '/BUILD_ID/a VERSION_ID=20250713.0.382768' /etc/os-release |
| ENV LANG=C.UTF-8 |
| CMD ["/usr/bin/bash"] |
| ADD https://raw.githubusercontent.com/greyltc/docker-archlinux/master/get-new-mirrors.sh /usr/bin/get-new-mirrors # buildkit |
| RUN /bin/sh -c chmod +x /usr/bin/get-new-mirrors # buildkit |
| RUN /bin/sh -c get-new-mirrors # buildkit |
| ARG AUR_USER=ab |
| ARG HELPER=yay |
| ADD add-aur.sh /root # buildkit |
| RUN |2 AUR_USER=ab HELPER=yay /bin/sh -c bash /root/add-aur.sh "${AUR_USER}" "${HELPER}" # buildkit |
| WORKDIR /app |
| COPY . . # buildkit |
| COPY /src/wcocr/build/libwcocr.so . # buildkit |
| ADD https://raw.githubusercontent.com/greyltc/docker-archlinux/master/get-new-mirrors.sh /usr/bin/get-new-mirrors # buildkit |
| RUN /bin/sh -c chmod +x /usr/bin/get-new-mirrors && get-new-mirrors # buildkit |
| RUN /bin/sh -c aur-install bun-bin wechat-bin && bun install --frozen-lockfile # buildkit |
| EXPOSE map[3000/tcp:{}] |
| CMD ["bun" "src/index.ts"] |
Labels
| Key | Value |
|---|---|
| io.buildah.version | 1.40.1 |
| org.opencontainers.image.authors | Santiago Torres-Arias <santiago@archlinux.org> (@SantiagoTorres), Christian Rebischke <Chris.Rebischke@archlinux.org> (@shibumi), Justin Kromlinger <hashworks@archlinux.org> (@hashworks) |
| org.opencontainers.image.created | 2025-07-13T00:07:31+00:00 |
| org.opencontainers.image.description | Official containerd image of Arch Linux, a simple, lightweight Linux distribution aimed for flexibility. |
| org.opencontainers.image.documentation | https://wiki.archlinux.org/title/Docker#Arch_Linux |
| org.opencontainers.image.licenses | GPL-3.0-or-later |
| org.opencontainers.image.revision | 744b1c5c6a7f999c9a8b3daa5897c922e86563ee |
| org.opencontainers.image.source | https://gitlab.archlinux.org/archlinux/archlinux-docker |
| org.opencontainers.image.title | Arch Linux base-devel Image |
| org.opencontainers.image.url | https://gitlab.archlinux.org/archlinux/archlinux-docker/-/blob/master/README.md |
| org.opencontainers.image.version | 20250713.0.382768 |