sha256:95ea53fd92eb4d52e8ee1054e8a64ff95aeac8263e1fbd2179f7b483bf95de5f
OS/ARCH
Compressed size
92.95 MB
Last pushed
4 months by giogdev
Type
Image
Manifest digest
sha256:c77288d5dbefe82be11e914cad80260bf61b2929e5b9e68ce40fa1084d54a70f
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.49 KB9ENV DOTNET_VERSION=10.0.80 B10COPY /dotnet /usr/share/dotnet # buildkit34.9 MB11RUN /bin/sh -c ln -s156 B12ENV ASPNET_VERSION=10.0.80 B13COPY /dotnet /usr/share/dotnet # buildkit12.13 MB14LABEL org.opencontainers.image.title=Weather4Agents org.opencontainers.image.description=Middleware that enables0 B15USER app0 B16WORKDIR /app96 B17EXPOSE [8080/tcp]0 B18WORKDIR /app32 B19COPY /app/publish . # buildkit1.52 MB20ENTRYPOINT ["dotnet" "Weather4Agents.API.dll"]0 BCommand
ARG RELEASE