Sign inSign up

wechaty/onbuild:1.20

Multi-platform
Index digest

sha256:75c1eb13258bd52b48924e4dc1506ecf2a7733d69542bbc806f23fa79eaf0a9b

OS/ARCH

Compressed size

737.26 MB

Last pushed

about 3 years by zixia

Type

Image

Manifest digest

sha256:1456997427efbf17fd3d9047f6945ddfe4abc9d8a3e4c5f080daa885cd211ffc

Image Layers

1ADD file ... in / 47.89 MB
2CMD ["bash"]0 B
3LABEL maintainer=Huan LI (李卓桓) <[email protected]>0 B
4ENV DEBIAN_FRONTEND=noninteractive0 B
5ENV WECHATY_DOCKER=10 B
6ENV LC_ALL=C.UTF-80 B
7ENV NODE_ENV=0 B
8ENV NPM_CONFIG_LOGLEVEL=warn0 B
9RUN /bin/sh -c apt-get update392.37 MB
10RUN /bin/sh -c curl -sL45.4 MB
11WORKDIR /wechaty97 B
12COPY package.json . # buildkit2.12 KB
13RUN /bin/sh -c npm install87.13 MB
14COPY . . # buildkit779.93 KB
15RUN /bin/sh -c ./scripts/generate-package-json.sh &&2.32 KB
16RUN /bin/sh -c npm test1000.14 KB
17RUN /bin/sh -c npm run162.71 MB
18RUN /bin/sh -c echo '{"type":129 B
19RUN /bin/sh -c mkdir /node_modules17.79 KB
20WORKDIR /bot93 B
21ENTRYPOINT ["/wechaty/bin/entrypoint.sh"]0 B
22CMD [""]0 B
23LABEL org.label-schema.license=Apache-2.0 org.label-schema.build-date=$(date -u +'%Y-%m-%dT%H:%M:%SZ')0 B
24CMD ["npm" "start"]0 B

Command

ADD file:3014d2ee0e0e882151b5295faeb81a24b4d6f9e0f92f3ba969ccffb2bd8a6d76 in /