sha256:a694c784b77474dedb5076a44b93a450eed7d4a9371798f0c163a7f6f44a5b23
OS/ARCH
linux/amd64
Compressed size
151.63 MB
Last pushed
9 months by thiagoguaru
Type
Image
Manifest digest
sha256:a694c784b77474dedb5076a44b93a450eed7d4a9371798f0c163a7f6f44a5b23
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 / 29.18 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 MB15RUN /bin/sh -c apt-get update40.64 MB16USER 16540 B17WORKDIR /app96 B18EXPOSE map[8080/tcp:{}]0 B19EXPOSE map[8081/tcp:{}]0 B20WORKDIR /app32 B21COPY /app/publish . # buildkit18.66 MB22ENTRYPOINT ["dotnet" "APIGatewayOcelot.dll"]0 BCommand
ARG RELEASE