sha256:62ebb1273d4d3033db1e3c875efd4d04fb876b1167e2ca450f8d5fb073c7b319
OS/ARCH
Compressed size
279.35 MB
Last pushed
4 months by garrardkitchen
Type
Image
Manifest digest
sha256:7680dc87c20d23c54379e189d801552d5220678ec1fe41872f2de84f2be23010
Image Layers
1ARG RELEASE0 B2ARG LAUNCHPAD_BUILD_ARCH0 B3LABEL org.opencontainers.image.version=24.040 B4ADD file ... in / 28.36 MB5CMD ["/bin/bash"]0 B6ENV APP_UID=1654 ASPNETCORE_HTTP_PORTS=8080 DOTNET_RUNNING_IN_CONTAINER=true0 B7RUN /bin/sh -c apt-get update16.04 MB8RUN /bin/sh -c groupadd 3.48 KB9ENV DOTNET_VERSION=10.0.80 B10COPY /dotnet /usr/share/dotnet # buildkit34.9 MB11RUN /bin/sh -c ln -s154 B12ENV ASPNET_VERSION=10.0.80 B13COPY /dotnet /usr/share/dotnet # buildkit12.13 MB14WORKDIR /app92 B15ARG APP_VERSION=0.4.70 B16ARG TARGETARCH=amd640 B17ENV AppMetadata__Version=0.4.70 B18ENV DEVTUNNELS__ExecutablePath=/usr/local/bin/devtunnel0 B19RUN |2 APP_VERSION=0.4.7 TARGETARCH=amd64 /bin/sh167.77 MB20COPY /app/api ./api # buildkit14.94 MB21COPY /app/gateway ./gateway # buildkit5.2 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