sha256:7dbafeae17178bf1bf256e1ea965902a9072b05783e436857b516bf0914c910e
OS/ARCH
linux/amd64
Compressed size
945.12 MB
Last pushed
almost 5 years by zixia
Type
Image
Manifest digest
sha256:7dbafeae17178bf1bf256e1ea965902a9072b05783e436857b516bf0914c910e
Image Layers
1ADD file ... in / 48.1 MB2CMD ["bash"]0 B3LABEL maintainer=Huan LI (李卓桓)0 B4ENV DEBIAN_FRONTEND=noninteractive0 B5ENV WECHATY_DOCKER=10 B6ENV LC_ALL=C.UTF-80 B7ENV NODE_ENV=0 B8ENV NPM_CONFIG_LOGLEVEL=warn0 B9/bin/sh -c apt-get update 283.88 MB10/bin/sh -c curl -sL https://deb.nodesource.com/setup_14.x46.19 MB11/bin/sh -c wget -q -O38.37 MB12WORKDIR /wechaty96 B13COPY file:837b456fad92d2cff5bf82a30718c8c8c26e503caed0f67337aa66efa06b228d in . 2.01 KB14/bin/sh -c npm install 70.11 MB15COPY dir:192f5bc6087a7ccb58bfecdc484d2712e00b94c95cc83baa8ecf9ed71413ab32 in . 1.1 MB16/bin/sh -c ./scripts/generate-version.sh && rm492 B17/bin/sh -c npm test 4.13 MB18/bin/sh -c npm run puppet-install453.21 MB19/bin/sh -c mkdir /node_modules 17.32 KB20WORKDIR /bot92 B21ENTRYPOINT ["/wechaty/bin/entrypoint.sh"]0 B22CMD [""]0 B23LABEL org.label-schema.license=Apache-2.0 org.label-schema.build-date=$(date -u0 B24ONBUILD ARG NODE_ENV0 B25ONBUILD ENV NODE_ENV $NODE_ENV0 B26ONBUILD WORKDIR /bot0 B27ONBUILD COPY package.json .0 B28ONBUILD RUN jq 'del(.dependencies.wechaty)'0 B29ONBUILD COPY . .0 B30ONBUILD RUN npm run0 B31CMD ["npm" "start"]0 BCommand
ADD file:cb5ed7070880d4c0177fbe6dd278adb7926e38cd73e6abd582fd8d67e4bbf06c in /