sha256:53a0cf0e4572dc7a41f6585ccb0992512fa76f3c80bb98e1075a30d0f6a246e1
OS/ARCH
linux/amd64
Compressed size
537.43 MB
Last pushed
5 days by minkyuk
Type
Image
Manifest digest
sha256:53a0cf0e4572dc7a41f6585ccb0992512fa76f3c80bb98e1075a30d0f6a246e1
Image Layers
1# debian.sh --arch 'amd64' out/27.8 MB2ENV APP_UID=1654 ASPNETCORE_HTTP_PORTS=8080 DOTNET_RUNNING_IN_CONTAINER=true0 B3RUN /bin/sh -c apt-get update17.87 MB4RUN /bin/sh -c groupadd 3.26 KB5ENV DOTNET_VERSION=8.0.310 B6COPY /dotnet /usr/share/dotnet # buildkit30.77 MB7RUN /bin/sh -c ln -s164 B8ENV ASPNET_VERSION=8.0.310 B9COPY /dotnet /usr/share/dotnet # buildkit10.58 MB10ARG serviceName=nou_api0 B11ARG userpath=/home/c2m0 B12ARG writableAppDir=Log App_Dir0 B13RUN |3 serviceName=nou_api userpath=/home/c2m writableAppDir=Log137.88 MB14COPY cert/*.crt /usr/local/share/ca-certificates/ # buildkit2.04 KB15RUN |3 serviceName=nou_api userpath=/home/c2m writableAppDir=Log128.24 KB16RUN |3 serviceName=nou_api userpath=/home/c2m writableAppDir=Log1.17 KB17WORKDIR /home/c2m32 B18COPY nou_api . # buildkit156.19 MB19ARG SOURCE_IMAGE0 B20RUN |4 serviceName=nou_api userpath=/home/c2m writableAppDir=Log93 B21COPY /home/c2m . # buildkit118 B22COPY script . # buildkit269 B23RUN |4 serviceName=nou_api userpath=/home/c2m writableAppDir=Log284 B24ENV ELASTIC_APM_SERVICE_NAME=nou_api0 B25RUN |4 serviceName=nou_api userpath=/home/c2m writableAppDir=Log156.19 MB26USER c2m0 B27VOLUME [/tmp /home/c2m/Log /home/c2m/App_Dir]0 B28ENTRYPOINT ["/bin/bash" "-c" "./start.sh $serviceName"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1787529600'