Sign inSign up

actiwareio/io-module-dataconnect:prerelease-2.0.11

Index digest

sha256:9e69c18802cf849fe2792482196fa71515a97eb18a63042d75d15722be166d8d

OS/ARCH

linux/amd64

Compressed size

114.16 MB

Last pushed

7 months by actiwaredevelopment

Type

Image

Manifest digest

sha256:6cd4a9e641d529309608284c6034785f7406a1994a088a917ac37cee4a5f8703

Image Layers

1# debian.sh --arch 'amd64' out/26.93 MB
2ENV APP_UID=1654 ASPNETCORE_HTTP_PORTS=8080 DOTNET_RUNNING_IN_CONTAINER=true0 B
3RUN /bin/sh -c apt-get update17.87 MB
4RUN /bin/sh -c groupadd 3.2 KB
5ENV DOTNET_VERSION=8.0.240 B
6COPY /dotnet /usr/share/dotnet # buildkit30.76 MB
7RUN /bin/sh -c ln -s154 B
8ENV ASPNET_VERSION=8.0.240 B
9COPY /dotnet /usr/share/dotnet # buildkit10.58 MB
10RUN /bin/sh -c apt-get update14.53 MB
11RUN /bin/sh -c update-ca-certificates #121.38 KB
12ENV DEFAULT_PORT=301080 B
13WORKDIR /app93 B
14COPY ./out /app # buildkit9.11 MB
15COPY ./src/configuration /app/ClientApp # buildkit4.24 MB
16COPY ./dataconnect.zip /app # buildkit22.46 KB
17COPY ./module-definition/info.json /app # buildkit5.46 KB
18EXPOSE [30108/tcp]0 B
19ENTRYPOINT ["dotnet" "/app/IO.Module.DataConnect.Service.dll"]0 B

Command

# debian.sh --arch 'amd64' out/ 'bookworm' '@1771804800'