sha256:76c5070004dd23fcdd3ec7bce393f1a8b687a4555848f8a0f4202ed5a9798d52
OS/ARCH
Compressed size
74.15 MB
Last pushed
almost 3 years by openim
Type
Image
Manifest digest
sha256:87cc53803544bad4fcd2220932e2bbcf9a2a94e99d54f6b51b5290e7b48116f4
Image Layers
1ARG RELEASE0 B2ARG LAUNCHPAD_BUILD_ARCH0 B3LABEL org.opencontainers.image.ref.name=ubuntu0 B4LABEL org.opencontainers.image.version=22.040 B5ADD file ... in / 28.17 MB6CMD ["/bin/bash"]0 B7LABEL [email protected] org.opencontainers.image.source=https://github.com/openim-sigs/openim-base-image org.opencontainers.image.description=OpenIM Sigs0 B8ARG GO111MODULE=on0 B9ARG GOPROXY=https://goproxy.cn,direct0 B10ENV GO111MODULE=on GOPROXY=https://goproxy.cn,direct SERVER_WORKDIR=/openim/openim-server CHAT_WORKDIR=/openim/openim-chat0 B11ENV OPENIM_SERVER_CONFIG_NAME=/openim/openim-server/config OPENIM_SERVER_CMDDIR=/openim/openim-server/scripts OPENIM_SERVER_LOGDIR=/openim/openim-server/logs OPENIM_SERVER_BINDIR=/openim/openim-server/_output/bin0 B12WORKDIR /openim96 B13RUN |2 GO111MODULE=on GOPROXY=https://goproxy.cn,direct /bin/sh34.07 MB14COPY ./README.md ./LICENSE ./ #2.35 KB15COPY get_os.sh get_arch.sh source.sh /openim/tools/518 B16RUN |2 GO111MODULE=on GOPROXY=https://goproxy.cn,direct /bin/sh842 B17VOLUME [/openim /openim/openim-server/logs /openim/openim-server/config /openim/openim-server/scripts0 B18WORKDIR /openim32 B19RUN /bin/sh -c OS=$(get_os) &&32 B20WORKDIR /openim/openim-server32 B21COPY /openim/openim-server/_output/bin/tools /openim/openim-server/_output/bin/tools/ # buildkit1.99 MB22COPY /openim/openim-server/dist /openim/openim-server/dist # buildkit7.93 MB23ENV PORT=110010 B24ENV DISTPATH=/openim/openim-server/dist0 B25EXPOSE map[11001/tcp:{}]0 B26RUN /bin/sh -c mv ${OPENIM_SERVER_BINDIR}/tools/$(get_os)/$(get_arch)/openim-web1.99 MB27ENTRYPOINT ["bash" "-c" "openim-web -port0 BCommand
ARG RELEASE