pocketid-webfinger (latest)
Published 2026-04-27 18:17:38 -07:00 by astra
Installation
docker pull git.gloom.garden/astra/pocketid-webfinger:latestsha256:92ed70858dc7033bcdd6fd7528215a6828b60b6a9eab8ad263faa5000c36c572About this package
Deno Docker image (Distroless)
Image layers
| bazel build @trixie//base-files/amd64:data_statusd |
| bazel build @trixie//netbase/amd64:data_statusd |
| bazel build @trixie//tzdata/amd64:data_statusd |
| bazel build @trixie//tzdata-legacy/amd64:data_statusd |
| bazel build @trixie//media-types/amd64:data_statusd |
| bazel build //common:rootfs |
| bazel build //common:passwd |
| bazel build //common:home |
| bazel build //common:group |
| bazel build //common:tmp |
| bazel build //static:nsswitch |
| bazel build //common:os_release_debian13 |
| bazel build //common:cacerts_debian13_amd64 |
| bazel build @trixie//libc6/amd64:data_statusd |
| bazel build @trixie//libssl3t64/amd64:data_statusd |
| bazel build @trixie//libzstd1/amd64:data_statusd |
| bazel build @trixie//zlib1g/amd64:data_statusd |
| bazel build @trixie//libgomp1/amd64:data_statusd |
| bazel build @trixie//libstdc++6/amd64:data_statusd |
| bazel build @trixie//libgcc-s1/amd64:data_statusd |
| bazel build @trixie//gcc-14-base/amd64:data_statusd |
| ENV DENO_USE_CGROUPS=1 |
| ENV DENO_DIR=/deno-dir/ |
| ENV DENO_INSTALL_ROOT=/usr/local |
| ARG DENO_VERSION=2.7.13 |
| ENV DENO_VERSION=2.7.13 |
| COPY /deno /bin/deno # buildkit |
| COPY /tini /tini # buildkit |
| LABEL org.opencontainers.image.title=Deno org.opencontainers.image.description=Deno Docker image (Distroless) org.opencontainers.image.url=https://github.com/denoland/deno_docker org.opencontainers.image.source=https://github.com/denoland/deno_docker org.opencontainers.image.licenses=MIT org.opencontainers.image.version=2.7.13 |
| ENTRYPOINT ["/tini" "--" "/bin/deno"] |
| CMD ["eval" "console.log('Welcome to Deno!')"] |
| EXPOSE 8000 |
| WORKDIR /app |
| COPY multi:a7ccfb771e8f13166f713cb9d9e248007f7f253616035e83ac177abca6cb6302 in . |
| ENV DENO_USR2_MEMORY_TRIM=1 |
| /bin/sh -c ["deno", "install"] |
| COPY file:dee163b608fc1187efffc128af14dfecdbc0094c5859cfea6ead90b861dc8754 in . |
| COPY file:319fcf31f76bf870a24e6f4115b69cf4b43a82fdade3a32a796da236f36d43b1 in /app/main.ts |
| CMD ["task", "serve"] |
| HEALTHCHECK --interval=30s --timeout=3s CMD deno task healthcheck |
Labels
| Key | Value |
|---|---|
| io.buildah.version | 1.43.1 |
| org.opencontainers.image.description | Deno Docker image (Distroless) |
| org.opencontainers.image.licenses | MIT |
| org.opencontainers.image.source | https://github.com/denoland/deno_docker |
| org.opencontainers.image.title | Deno |
| org.opencontainers.image.url | https://github.com/denoland/deno_docker |
| org.opencontainers.image.version | 2.7.13 |