Sign inSign up

wechaty/onbuild:1.20

Multi-platform
Index digest

sha256:75c1eb13258bd52b48924e4dc1506ecf2a7733d69542bbc806f23fa79eaf0a9b

OS/ARCH

Compressed size

665.36 MB

Last pushed

about 3 years by zixia

Type

Image

Manifest digest

sha256:8f4641f17059dc42b4ddae49cdfee3fb4745a7ec034cac8311f8cfb7d25e146e

Image Layers

1ADD file ... in / 51.22 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 update429.63 MB
10RUN /bin/sh -c curl -sL48.94 MB
11WORKDIR /wechaty97 B
12COPY package.json . # buildkit2.12 KB
13RUN /bin/sh -c npm install108.89 MB
14COPY . . # buildkit779.93 KB
15RUN /bin/sh -c ./scripts/generate-package-json.sh &&2.32 KB
16RUN /bin/sh -c npm test1001.05 KB
17RUN /bin/sh -c npm run24.92 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:a0144d077c2c6b73bbb5f7e7b8e6b58e4127de2a5faf907cd4e83e4d83437fad in /