sha256:c2b6ec5663ab6d6b4c361d3cfc97340a427aacb0803cb9f77805285606d648d7
OS/ARCH
Compressed size
178.38 MB
Last pushed
2 months by vibenl
Type
Image
Manifest digest
sha256:1a3786932092f6d9a249e8b3b8e3ee80d5974bc48fcc7d76c0c77f3974936359
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 MB8RUN /bin/sh -c groupadd 3.48 KB9ENV DOTNET_VERSION=10.0.90 B10COPY /dotnet /usr/share/dotnet # buildkit34.89 MB11RUN /bin/sh -c ln -s153 B12ENV ASPNET_VERSION=10.0.90 B13COPY /dotnet /usr/share/dotnet # buildkit12.13 MB14WORKDIR /app91 B15RUN /bin/sh -c apt-get update13.19 MB16COPY /app/publish ./ # buildkit6.25 MB17COPY /app/publish-wasm/wwwroot ./wwwroot # buildkit61.06 MB18COPY /app/publish-sidekick ./ # buildkit6.49 MB19COPY supervisord.conf /etc/supervisor/conf.d/supervisord.conf # buildkit346 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