Sign inSign up

pdftoolsag/license-gateway:1.3.1222

Networking
Integration & delivery
Developer tools
Index digest

sha256:46849cda24fdbf6cb9c8dd33dec0b32c89c989d6f8063e824af68ab8e8cf139c

OS/ARCH

linux/amd64

Compressed size

193.43 MB

Last pushed

4 months by pdftoolsadmin

Type

Image

Manifest digest

sha256:e21b3c93b2048a1fe2f67cd99c3ecf3689282aa7e1db50f5df8bf109d93c0fc9

Image Layers

1# debian.sh --arch 'amd64' out/26.93 MB
2ENV APP_UID=1654 ASPNETCORE_HTTP_PORTS=8080 DOTNET_RUNNING_IN_CONTAINER=true0 B
3RUN /bin/sh -c apt-get update17.88 MB
4RUN /bin/sh -c groupadd 3.26 KB
5ENV DOTNET_VERSION=8.0.270 B
6COPY /dotnet /usr/share/dotnet # buildkit30.76 MB
7RUN /bin/sh -c ln -s168 B
8ENV ASPNET_VERSION=8.0.270 B
9COPY /dotnet /usr/share/dotnet # buildkit10.58 MB
10RUN /bin/sh -c apt-get update2.17 MB
11WORKDIR /app92 B
12COPY --chown=app:app /app/publish . #105.12 MB
13RUN /bin/sh -c chmod +x1.36 KB
14USER app0 B
15EXPOSE [9999/tcp]0 B
16ENV ASPNETCORE_ENVIRONMENT=Docker0 B
17ENV LICENSE_KEYS=0 B
18HEALTHCHECK {Test:[CMD-SHELL curl -f http://localhost:9999/healthz0 B
19ENTRYPOINT ["./entrypoint.sh"]0 B

Command

# debian.sh --arch 'amd64' out/ 'bookworm' '@1779062400'