sha256:7fb1d28aaf358b39d1d8dc46ee8098bd0e0d27b471d42481e9f919d50d600228
OS/ARCH
linux/amd64
Compressed size
114.14 MB
Last pushed
8 months by actiwaredevelopment
Type
Image
Manifest digest
sha256:e2e35ca2211846ddedabd3ac9ca046939a03ca16582a79c7d6d176cafe8e92d6
Image Layers
1# debian.sh --arch 'amd64' out/26.92 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.230 B6COPY /dotnet /usr/share/dotnet # buildkit30.76 MB7RUN /bin/sh -c ln -s154 B8ENV ASPNET_VERSION=8.0.230 B9COPY /dotnet /usr/share/dotnet # buildkit10.58 MB10RUN /bin/sh -c apt-get update14.53 MB11RUN /bin/sh -c update-ca-certificates #121.38 KB12ENV DEFAULT_PORT=301080 B13WORKDIR /app93 B14COPY ./out /app # buildkit9.11 MB15COPY ./src/configuration /app/ClientApp # buildkit4.23 MB16COPY ./dataconnect.zip /app # buildkit22.46 KB17COPY ./module-definition/info.json /app # buildkit5.46 KB18EXPOSE [30108/tcp]0 B19ENTRYPOINT ["dotnet" "/app/IO.Module.DataConnect.Service.dll"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1769990400'