sha256:857f5438120706f383462d0f2f757c958a6de14f543b8699da81d14c8abf9e70
OS/ARCH
linux/amd64
Compressed size
405.06 MB
Last pushed
7 months by frodehus
Type
Image
Manifest digest
sha256:dab2afee8667a3f5adbe668be5e9dca36dcbb77b1e57a692c2938c7cbd50ef8a
Image Layers
1# debian.sh --arch 'amd64' out/26.93 MB2ENV APP_UID=1654 ASPNETCORE_HTTP_PORTS=8080 DOTNET_RUNNING_IN_CONTAINER=true0 B3RUN /bin/sh -c apt-get update17.87 MB4RUN /bin/sh -c groupadd 3.2 KB5ENV DOTNET_VERSION=8.0.240 B6COPY /dotnet /usr/share/dotnet # buildkit30.76 MB7RUN /bin/sh -c ln -s154 B8ENV ASPNET_VERSION=8.0.240 B9COPY /dotnet /usr/share/dotnet # buildkit10.58 MB10ARG HOST_VERSION0 B11ARG DOCKER_REVISION0 B12ENV AzureWebJobsScriptRoot=/home/site/wwwroot HOME=/home DOTNET_USE_POLLING_FILE_WATCHER=true HOST_VERSION=4.1046.100.20 B13COPY /azure-functions-host /azure-functions-host # buildkit105.4 MB14COPY /FuncExtensionBundles /FuncExtensionBundles # buildkit130.13 MB15COPY /ca_certificates/* /usr/local/share/ca-certificates/ # buildkit3.85 KB16RUN |2 HOST_VERSION=4.1046.100.2 DOCKER_REVISION=2 /bin/sh124.71 KB17COPY components/install_ca_certificates.sh components/start_nonappservice.sh /opt/startup/ #667 B18RUN |2 HOST_VERSION=4.1046.100.2 DOCKER_REVISION=2 /bin/sh625 B19RUN |2 HOST_VERSION=4.1046.100.2 DOCKER_REVISION=2 /bin/sh144 B20RUN |2 HOST_VERSION=4.1046.100.2 DOCKER_REVISION=2 /bin/sh14.54 MB21ENV FUNCTIONS_WORKER_RUNTIME=dotnet-isolated ASPNETCORE_URLS=http://+:80 FUNCTIONS_WORKER_RUNTIME_VERSION=9.0 ASPNETCORE_CONTENTROOT=/azure-functions-host0 B22RUN /bin/sh -c [ -d90 B23COPY /usr/share/dotnet /usr/share/dotnet # buildkit43.74 MB24EXPOSE map[80/tcp:{}]0 B25RUN /bin/sh -c apt-get update21.55 MB26CMD ["/opt/startup/start_nonappservice.sh"]0 B27WORKDIR /home/site/wwwroot32 B28EXPOSE [8080/tcp]0 B29WORKDIR /home/site/wwwroot32 B30COPY /app/publish . # buildkit3.45 MB31ENV AzureWebJobsScriptRoot=/home/site/wwwroot AzureFunctionsJobHost__Logging__Console__IsEnabled=true0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1771804800'