Sign inSign up

fatihun/db-migrator:0.8.0

Developer tools
Databases & storage
Index digest

sha256:5f9131a0df2e3f4e26e992bff90c73c2b649a96a87603e6aa72312d0f149c4dc

OS/ARCH

linux/amd64

Compressed size

120.19 MB

Last pushed

about 2 months by fatihun

Type

Image

Manifest digest

sha256:916e084497463aa77fc1d98b43e069656ac6d2b8efbbb011249941506b75ea4d

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=9.0.180 B
6COPY /dotnet /usr/share/dotnet # buildkit32.97 MB
7RUN /bin/sh -c ln -s165 B
8ENV ASPNET_VERSION=9.0.180 B
9COPY /dotnet /usr/share/dotnet # buildkit10.8 MB
10WORKDIR /app93 B
11RUN /bin/sh -c apt-get update2.4 MB
12COPY /publish . # buildkit28.97 MB
13COPY /src/frontend/dist ./wwwroot # buildkit248.62 KB
14EXPOSE [5000/tcp]0 B
15ENTRYPOINT ["dotnet" "DbMigrator.Api.dll"]0 B

Command

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