sha256:858f80195e6838345a28be68d1774cf55d9b64cc806d066f1a5d4cd1de74d43b
OS/ARCH
Compressed size
94.79 MB
Last pushed
9 months by garrardkitchen
Type
Image
Manifest digest
sha256:6555d036be0198a4bfbb550d03a229b83f40073ea90a73a1431041535fb6ff6d
Image Layers
1ARG RELEASE0 B2ARG LAUNCHPAD_BUILD_ARCH0 B3LABEL org.opencontainers.image.ref.name=ubuntu0 B4LABEL org.opencontainers.image.version=24.040 B5ADD file ... in / 28.35 MB6CMD ["/bin/bash"]0 B7ENV APP_UID=1654 ASPNETCORE_HTTP_PORTS=8080 DOTNET_RUNNING_IN_CONTAINER=true0 B8RUN /bin/sh -c apt-get update16.04 MB9RUN /bin/sh -c groupadd 3.45 KB10ENV DOTNET_VERSION=10.0.10 B11COPY /dotnet /usr/share/dotnet # buildkit34.93 MB12RUN /bin/sh -c ln -s155 B13ENV ASPNET_VERSION=10.0.10 B14COPY /dotnet /usr/share/dotnet # buildkit12.17 MB15WORKDIR /app93 B16COPY /app/publish . # buildkit3.29 MB17EXPOSE [8080/tcp]0 B18ENV ASPNETCORE_URLS=http://+:80800 B19ENTRYPOINT ["dotnet" "mcp-server-example.dll"]0 BCommand
ARG RELEASE