sha256:2e0ad15f107fbaef7102ef6f6b5c039ef15f9a7d9569af4ce94f4bf2969f4145
OS/ARCH
linux/amd64
Compressed size
135.74 MB
Last pushed
8 days by richy1989
Type
Image
Manifest digest
sha256:9c913e9f1977f60a8c5621da1e3f9d2e6d010a615b59c80f227385db721b6b5e
Image Layers
1ARG RELEASE0 B2ARG LAUNCHPAD_BUILD_ARCH0 B3LABEL org.opencontainers.image.version=24.040 B4ADD file ... in / 28.38 MB5CMD ["/bin/bash"]0 B6ENV APP_UID=1654 ASPNETCORE_HTTP_PORTS=8080 DOTNET_RUNNING_IN_CONTAINER=true0 B7RUN /bin/sh -c apt-get update16 MB8RUN /bin/sh -c groupadd 3.48 KB9ENV DOTNET_VERSION=10.0.120 B10COPY /dotnet /usr/share/dotnet # buildkit34.91 MB11RUN /bin/sh -c ln -s153 B12ENV ASPNET_VERSION=10.0.120 B13COPY /dotnet /usr/share/dotnet # buildkit12.15 MB14RUN /bin/sh -c apt-get update2.48 MB15WORKDIR /app93 B16COPY /app/publish ./ # buildkit41.64 MB17COPY /web/dist /usr/share/nginx/html # buildkit177.49 KB18COPY deploy/nginx.conf /etc/nginx/conf.d/default.conf # buildkit1.52 KB19COPY deploy/entrypoint.sh /entrypoint.sh # buildkit526 B20RUN /bin/sh -c chmod +x529 B21ENV ASPNETCORE_HTTP_PORTS=8080 App__DataRoot=/data ASPNETCORE_ENVIRONMENT=Production Auth__RefreshCookie__Secure=false0 B22EXPOSE [80/tcp]0 B23VOLUME [/data]0 B24ENTRYPOINT ["/entrypoint.sh"]0 BCommand
ARG RELEASE