sha256:ef12856624068fef96fa0e6dc7b7ca4c12a1f7c543e9a78eb3ee47f4d459eba0
OS/ARCH
linux/amd64
Compressed size
115.4 MB
Last pushed
8 months by pdftoolsadmin
Type
Image
Manifest digest
sha256:28ef29c5ae9b33d38703a5aeff775188ba2c0fbb23f3c818f140cd6530eb8ae5
Image Layers
1# debian.sh --arch 'amd64' out/26.92 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.2 KB5ENV DOTNET_VERSION=8.0.230 B6COPY /dotnet /usr/share/dotnet # buildkit30.76 MB7RUN /bin/sh -c ln -s154 B8ENV ASPNET_VERSION=8.0.230 B9COPY /dotnet /usr/share/dotnet # buildkit10.58 MB10WORKDIR /app93 B11EXPOSE map[13034/tcp:{}]0 B12LABEL maintainer=PDF Tools AG0 B13LABEL description=PDF Tools ConnectorService -0 B14ENV ASPNETCORE_ENVIRONMENT=Linux0 B15WORKDIR /app32 B16RUN /bin/sh -c addgroup --system1.22 KB17RUN /bin/sh -c apt-get update2.17 MB18COPY /app/publish/Connections.xml ./config/Connections.xml # buildkit1.12 KB19COPY /app/publish . # buildkit27.1 MB20RUN /bin/sh -c rm -f140 B21COPY ConnectorService/entrypoint.sh ./entrypoint.sh # buildkit533 B22RUN /bin/sh -c chmod +x530 B23HEALTHCHECK &{["CMD-SHELL" "curl -f http://localhost:13034/healthz0 B24USER appuser0 B25ENTRYPOINT ["./entrypoint.sh"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1768176000'