Sign inSign up

actiwareio/io-module-s3:2.0.2

Index digest

sha256:fc4487227fb93bd65e8c0def69c8851a0de64034d169fcff02d2578d5cf51be1

OS/ARCH

linux/amd64

Compressed size

142.05 MB

Last pushed

9 months by actiwaredevelopment

Type

Image

Manifest digest

sha256:06f788565ce072a0184c33619cda8b230ef8ea62487a5a219613eaed16a699d9

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.2 KB
5ENV DOTNET_VERSION=8.0.220 B
6COPY /dotnet /usr/share/dotnet # buildkit30.76 MB
7RUN /bin/sh -c ln -s154 B
8ENV ASPNET_VERSION=8.0.220 B
9COPY /dotnet /usr/share/dotnet # buildkit10.58 MB
10RUN /bin/sh -c apt-get update14.52 MB
11RUN /bin/sh -c update-ca-certificates #121.37 KB
12ENV DEFAULT_PORT=301220 B
13WORKDIR /app93 B
14COPY ./out /app # buildkit25.78 MB
15COPY ./src/configuration /app/ClientApp # buildkit15.46 MB
16COPY ./s3.zip /app # buildkit24.25 KB
17COPY ./module-definition/info.json /app # buildkit2.86 KB
18COPY ./src/configuration/build/locales/language/module/de.json /app/languages/de-DE.json # buildkit5.36 KB
19COPY ./src/configuration/build/locales/language/module/en.json /app/languages/en-US.json # buildkit4.71 KB
20EXPOSE [30122/tcp]0 B
21ENTRYPOINT ["dotnet" "io2-module-s3-service.dll"]0 B

Command

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