sha256:f9b658bc3a834b51fbf3ce4c8571bdae6a043b38fe6501fc668c6b897431b6eb
OS/ARCH
Compressed size
177.44 MB
Last pushed
2 days by vibenl
Type
Image
Manifest digest
sha256:e781eea6ebf598f1d832123d3fa31ca5bb3021aa32a7484ef67de78e1d840e57
Image Layers
1ARG RELEASE0 B2ARG LAUNCHPAD_BUILD_ARCH0 B3LABEL org.opencontainers.image.version=24.040 B4ADD file ... in / 28.39 MB5CMD ["/bin/bash"]0 B6ENV APP_UID=1654 ASPNETCORE_HTTP_PORTS=8080 DOTNET_RUNNING_IN_CONTAINER=true0 B7RUN /bin/sh -c apt-get update16 MB8RUN /bin/sh -c groupadd 3.48 KB9ENV DOTNET_VERSION=10.0.120 B10COPY /dotnet /usr/share/dotnet # buildkit34.91 MB11RUN /bin/sh -c ln -s154 B12ENV ASPNET_VERSION=10.0.120 B13COPY /dotnet /usr/share/dotnet # buildkit12.15 MB14WORKDIR /app93 B15RUN /bin/sh -c apt-get update13.17 MB16COPY /app/publish ./ # buildkit6.29 MB17COPY /app/publish-wasm/wwwroot ./wwwroot # buildkit60.95 MB18COPY /app/publish-sidekick ./ # buildkit5.59 MB19COPY supervisord.conf /etc/supervisor/conf.d/supervisord.conf # buildkit344 B20COPY certs/aspnetapp.pfx /https/aspnetapp.pfx # buildkit2.71 KB21ENV ASPNETCORE_URLS=http://+:80;https://+:4430 B22ENV ASPNETCORE_Kestrel__Certificates__Default__Path=/https/aspnetapp.pfx0 B23ENV ASPNETCORE_Kestrel__Certificates__Default__Password=YourPasswordHere0 B24EXPOSE [80/tcp]0 B25EXPOSE [443/tcp]0 B26CMD ["supervisord" "-c" "/etc/supervisor/conf.d/supervisord.conf"]0 BCommand
ARG RELEASE