sha256:c8a7a9564080c82ad8ae4bdfc5cc3082352ad6f54c71817976a80452beecf128
OS/ARCH
Compressed size
268.69 MB
Last pushed
2 months by garrardkitchen
Type
Image
Manifest digest
sha256:fe593ba9568fa99cf1fd015c95ebe13fe670e876a203839041e8dd01a27cdd1a
Image Layers
1ARG RELEASE0 B2ARG LAUNCHPAD_BUILD_ARCH0 B3LABEL org.opencontainers.image.version=24.040 B4ADD file ... in / 27.55 MB5CMD ["/bin/bash"]0 B6ENV APP_UID=1654 ASPNETCORE_HTTP_PORTS=8080 DOTNET_RUNNING_IN_CONTAINER=true0 B7RUN /bin/sh -c apt-get update15.98 MB8RUN /bin/sh -c groupadd 3.47 KB9ENV DOTNET_VERSION=10.0.90 B10COPY /dotnet /usr/share/dotnet # buildkit32.83 MB11RUN /bin/sh -c ln -s154 B12ENV ASPNET_VERSION=10.0.90 B13COPY /dotnet /usr/share/dotnet # buildkit11.64 MB14WORKDIR /app93 B15ARG APP_VERSION=0.4.90 B16ARG TARGETARCH=arm640 B17ENV AppMetadata__Version=0.4.90 B18ENV DEVTUNNELS__ExecutablePath=/usr/local/bin/devtunnel0 B19RUN |2 APP_VERSION=0.4.9 TARGETARCH=arm64 /bin/sh146.59 MB20COPY /app/api ./api # buildkit15.84 MB21COPY /app/gateway ./gateway # buildkit18.26 MB22COPY docker/supervisord.conf /etc/supervisor/conf.d/mcp-explorer.conf # buildkit434 B23EXPOSE [8080/tcp]0 B24ENTRYPOINT ["supervisord" "-n" "-c" "/etc/supervisor/conf.d/mcp-explorer.conf"]0 BCommand
ARG RELEASE