Sign inSign up

actiwareio/io-module-dataconnect:prerelease-2.0.13

Index digest

sha256:31fbc718f1f785c99aab4fbe3120ec8392f766fed60679cdee7bac1fe6aedc0a

OS/ARCH

linux/amd64

Compressed size

114.24 MB

Last pushed

15 days by actiwaredevelopment

Type

Image

Manifest digest

sha256:66a49c99d5b3c011a738963a52897783a803a420f9de93ffc96b85f366ae4bb0

Image Layers

1# debian.sh --arch 'amd64' out/26.92 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.26 KB
5ENV DOTNET_VERSION=8.0.300 B
6COPY /dotnet /usr/share/dotnet # buildkit30.77 MB
7RUN /bin/sh -c ln -s165 B
8ENV ASPNET_VERSION=8.0.300 B
9COPY /dotnet /usr/share/dotnet # buildkit10.58 MB
10RUN /bin/sh -c apt-get update14.59 MB
11RUN /bin/sh -c update-ca-certificates #126.47 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.53 KB
17COPY ./module-definition/info.json /app # buildkit5.53 KB
18EXPOSE [30108/tcp]0 B
19ENTRYPOINT ["dotnet" "/app/IO.Module.DataConnect.Service.dll"]0 B

Command

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