sha256:77ae68719c42425b31c7f5ba128f65c006626c7756dd30519732f06d6465f2f3
OS/ARCH
Compressed size
150.54 MB
Last pushed
6 months by mostlydev
Type
Image
Manifest digest
sha256:a0f5466b6ab92726493978799b15d9a9a1f3dec1f8b75754397fa05a633a0184
Image Layers
1ARG RELEASE0 B2ARG LAUNCHPAD_BUILD_ARCH0 B3LABEL org.opencontainers.image.ref.name=ubuntu0 B4LABEL org.opencontainers.image.version=24.040 B5ADD file ... in / 27.53 MB6CMD ["/bin/bash"]0 B7ENV APP_UID=1654 ASPNETCORE_HTTP_PORTS=8080 DOTNET_RUNNING_IN_CONTAINER=true0 B8RUN /bin/sh -c apt-get update16.02 MB9RUN /bin/sh -c groupadd 3.48 KB10ENV DOTNET_VERSION=10.0.50 B11COPY /dotnet /usr/share/dotnet # buildkit32.89 MB12RUN /bin/sh -c ln -s155 B13ENV ASPNET_VERSION=10.0.50 B14COPY /dotnet /usr/share/dotnet # buildkit11.69 MB15WORKDIR /app93 B16LABEL org.opencontainers.image.title=DICOM Capacitor org.opencontainers.image.description=DICOM store-forward0 B17RUN /bin/sh -c apt-get update9.6 MB18COPY /app/publish . # buildkit52.8 MB19COPY LICENSE.md /app/LICENSE.md # buildkit5.39 KB20RUN /bin/sh -c mkdir -p109 B21EXPOSE map[1040/tcp:{}]0 B22VOLUME [/data /cache]0 B23ENTRYPOINT ["dotnet" "DICOMCapacitorService.dll" "--path=/data" "--config.cachePath=/cache"0 BCommand
ARG RELEASE