Sign inSign up

wechaty/onbuild:1.20

Multi-platform
Index digest

sha256:75c1eb13258bd52b48924e4dc1506ecf2a7733d69542bbc806f23fa79eaf0a9b

OS/ARCH

Compressed size

841.26 MB

Last pushed

about 3 years by zixia

Type

Image

Manifest digest

sha256:c3a1c22aedc2baf4aa36a7e6ec0c4de791b6069a46273ac74d4d2afc29dd53a3

Image Layers

1ADD file ... in / 52.51 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 update453.48 MB
10RUN /bin/sh -c curl -sL48.64 MB
11WORKDIR /wechaty97 B
12COPY package.json . # buildkit2.12 KB
13RUN /bin/sh -c npm install110.54 MB
14COPY . . # buildkit779.93 KB
15RUN /bin/sh -c ./scripts/generate-package-json.sh &&2.32 KB
16RUN /bin/sh -c npm test999.71 KB
17RUN /bin/sh -c npm run174.34 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:b493776b6d91132ce50735e2d82076620774a1e0a690cf96777ddd6b85f513ef in /