sha256:d9cfbce386973bb891af4e678ca7d8a81545a8bd47360fc1ef5974df26d13859
OS/ARCH
Compressed size
74.15 MB
Last pushed
almost 3 years by openim
Type
Image
Manifest digest
sha256:c5572901bbc4de7fb5e19a7a1ad3f8d48e1a7e05702348f1df58fd86118bc708
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