sha256:70e126274c9aac376b3523a27435445d6892ed58f8ef3f5f53a8e9a0fbe6d294
OS/ARCH
Compressed size
169.43 MB
Last pushed
3 months by mostlydev
Type
Image
Manifest digest
sha256:9acb3481ef5931d3ba49db89cefd2efce4e97d110f6ffd968c9f0a46de57df1a
Image Layers
1ARG RELEASE0 B2ARG LAUNCHPAD_BUILD_ARCH0 B3LABEL org.opencontainers.image.version=24.040 B4ADD file ... in / 28.36 MB5CMD ["/bin/bash"]0 B6ENV APP_UID=1654 ASPNETCORE_HTTP_PORTS=8080 DOTNET_RUNNING_IN_CONTAINER=true0 B7RUN /bin/sh -c apt-get update16.04 MB8RUN /bin/sh -c groupadd 3.49 KB9ENV DOTNET_VERSION=10.0.80 B10COPY /dotnet /usr/share/dotnet # buildkit34.9 MB11RUN /bin/sh -c ln -s156 B12ENV ASPNET_VERSION=10.0.80 B13COPY /dotnet /usr/share/dotnet # buildkit12.13 MB14WORKDIR /app93 B15LABEL org.opencontainers.image.title=DICOM Capacitor org.opencontainers.image.description=DICOM store-forward0 B16RUN /bin/sh -c apt-get update10.42 MB17COPY /app/publish . # buildkit67.58 MB18COPY LICENSE.md /app/LICENSE.md # buildkit5.39 KB19RUN /bin/sh -c mkdir -p109 B20EXPOSE map[1040/tcp:{} 1080/tcp:{}]0 B21VOLUME [/data /cache]0 B22ENTRYPOINT ["dotnet" "DICOMCapacitorService.dll" "--path=/data" "--config.cachePath=/cache"0 BCommand
ARG RELEASE