sha256:756e44e00b78d687d215afcb96a1e4b2f94ada344ed28ab6d952db8fb2dce0fb
OS/ARCH
Compressed size
120.83 MB
Last pushed
5 months by garrardkitchen
Type
Image
Manifest digest
sha256:6be10cd2b282fb3dcd7805efd1b0c7ea6752154774519550a16c70f559ce636e
Image Layers
1ARG RELEASE0 B2ARG LAUNCHPAD_BUILD_ARCH0 B3LABEL org.opencontainers.image.version=24.040 B4ADD file ... in / 27.54 MB5CMD ["/bin/bash"]0 B6ENV APP_UID=1654 ASPNETCORE_HTTP_PORTS=8080 DOTNET_RUNNING_IN_CONTAINER=true0 B7RUN /bin/sh -c apt-get update16.02 MB8RUN /bin/sh -c groupadd 3.48 KB9ENV DOTNET_VERSION=10.0.50 B10COPY /dotnet /usr/share/dotnet # buildkit32.89 MB11RUN /bin/sh -c ln -s153 B12ENV ASPNET_VERSION=10.0.50 B13COPY /dotnet /usr/share/dotnet # buildkit11.69 MB14WORKDIR /app93 B15ARG APP_VERSION=0.4.10 B16ENV AppMetadata__Version=0.4.10 B17RUN |1 APP_VERSION=0.4.1 /bin/sh -c13.03 MB18COPY /app/api ./api # buildkit14.88 MB19COPY /app/gateway ./gateway # buildkit4.78 MB20COPY docker/supervisord.conf /etc/supervisor/conf.d/mcp-explorer.conf # buildkit419 B21EXPOSE [8080/tcp]0 B22ENTRYPOINT ["supervisord" "-n" "-c" "/etc/supervisor/conf.d/mcp-explorer.conf"]0 BCommand
ARG RELEASE