sha256:dc4fdb92906afbcedaebce3a4ab4ae1a581530d7502f70da047ea5527fa1404d
OS/ARCH
Compressed size
278.65 MB
Last pushed
8 months by kdump
Type
Image
Manifest digest
sha256:97487be71fab84d5ea190c064267fb2c03d155c7a5ece3c0895ef5a1b05fcb4f
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 / 26.09 MB6CMD ["/bin/bash"]0 B7ENV TZ=UTC0 B8ENV DEBIAN_FRONTEND=noninteractive0 B9RUN /bin/sh -c sed -i724 B10RUN /bin/sh -c apt-get update45.4 MB11RUN /bin/sh -c sed -i719 B12RUN /bin/sh -c apt-get update53.81 MB13RUN /bin/sh -c curl -fsSL55.08 MB14RUN /bin/sh -c python3 -m17.27 MB15RUN /bin/sh -c apt-get clean750 B16WORKDIR /app93 B17CMD ["bash"]0 B18ARG PIP_INDEX_URL=https://mirrors.aliyun.com/pypi/simple0 B19ARG UV_DEFAULT_INDEX=https://mirrors.aliyun.com/pypi/simple0 B20ARG NPM_CONFIG_REGISTRY=https://registry.npmmirror.com0 B21ARG pnpm_config_registry=https://registry.npmmirror.com0 B22ENV PIP_INDEX_URL=https://mirrors.aliyun.com/pypi/simple UV_DEFAULT_INDEX=https://mirrors.aliyun.com/pypi/simple NPM_CONFIG_REGISTRY=https://registry.npmmirror.com pnpm_config_registry=https://registry.npmmirror.com0 B23RUN |4 PIP_INDEX_URL=https://mirrors.aliyun.com/pypi/simple UV_DEFAULT_INDEX=https://mirrors.aliyun.com/pypi/simple NPM_CONFIG_REGISTRY=https://registry.npmmirror.com8.72 MB24COPY deploy/docker/allinone/supervisord.conf /etc/supervisor/conf.d/ # buildkit401 B25COPY deploy/docker/allinone/nginx.conf /etc/nginx/nginx.conf # buildkit672 B26RUN |4 PIP_INDEX_URL=https://mirrors.aliyun.com/pypi/simple UV_DEFAULT_INDEX=https://mirrors.aliyun.com/pypi/simple NPM_CONFIG_REGISTRY=https://registry.npmmirror.com111 B27COPY configs/apiserver.yaml /etc/unla/ # buildkit1.88 KB28COPY configs/mcp-gateway.yaml /etc/unla/ # buildkit2.66 KB29COPY configs/i18n /etc/unla/i18n # buildkit3.38 KB30COPY /app/bin/mcp-gateway /usr/local/bin/ # buildkit27.87 MB31COPY /app/bin/mock-server /usr/local/bin/ # buildkit14.56 MB32COPY /app/bin/apiserver /usr/local/bin/ # buildkit28.04 MB33COPY /app/assets /app/assets # buildkit16.91 KB34COPY /app/web/dist /usr/share/nginx/html # buildkit1.78 MB35EXPOSE [80/tcp]0 B36CMD ["/usr/bin/supervisord" "-n" "-c" "/etc/supervisor/conf.d/supervisord.conf"]0 BCommand
ARG RELEASE