Skip to content
QuenchWorks

pnpm 11.17.0

Runtime · Build tool · standard · v11.17.0

D 15nonrootcosign signedSPDX SBOMSLSA provenanceamd64 · arm64

Node base image with pnpm preinstalled via corepack, used as the build stage for pnpm projects. Lines 10/11.

Version line

The latest line lives at the base page; older lines have their own page so you can pin and verify exactly that version.

Signed
cosign keyless
SBOM
SPDX, on digest
Provenance
SLSA build
Architectures
amd64, arm64
Runs as
nonroot (uid 1001)
Image size
61.4 MB
Last rebuilt
2026-07-26

Security report (Trivy)

D· 0/10015 fixable · rebuild clears them

Vulnerability detail

pnpm 11.17.0 · 12 CVE
CVESeverityPackageInstalledFixed inTitle
CVE-2026-14456HIGHlibcrypto33.6.3-r33.6.3-r5openssl: OpenSSL: Denial of Service via unbounded memory growth in QUIC server
CVE-2026-14456HIGHlibssl33.6.3-r33.6.3-r5openssl: OpenSSL: Denial of Service via unbounded memory growth in QUIC server
CVE-2026-58043HIGHnodejs-2222.23.1-r122.23.2-r0nodejs: Node.js: Unauthorized filesystem access due to Permission Model enforcement flaw
CVE-2026-15157MEDIUMundici6.27.06.28.0, 7.29.0, 8.9.0undici: undici: HTTP header injection via unvalidated blob-like body type property
CVE-2026-16728MEDIUMundici6.27.06.28.0, 7.29.0, 8.9.0undici: undici: Response desynchronization via retry interceptor with mismatched Content-Length
CVE-2026-16729MEDIUMundici6.27.06.28.0, 7.29.0, 8.9.0undici: Undici: Cookie attribute injection allows bypassing security protections
CVE-2026-56847MEDIUMnodejs-2222.23.1-r122.23.2-r0nodejs: Node.js: Permission Model flaw allows trace logs to bypass filesystem write restrictions
CVE-2026-56850MEDIUMnodejs-2222.23.1-r122.23.2-r0nodejs: Node.js: mTLS client identities can be reused due to HTTPS Agent connection flaw
CVE-2026-58055MEDIUMlibnghttp2-141.69.0-r01.70.0-r0nghttp2: nghttp2: HTTP Request/Response Smuggling and Response-Queue Poisoning via ambiguous HTTP/1.1 Upgrade requests
CVE-2026-85091MEDIUMzlib1.3.2-r31.3.3-r0zlib versions 1.3.1.2 through 1.3.2 contain a heap buffer overflow vul ...
CVE-2026-54876LOWlibcrypto33.6.3-r33.6.3-r4openssl: OpenSSL: Memory leak leads to Denial of Service in OCSP response checking
CVE-2026-54876LOWlibssl33.6.3-r33.6.3-r4openssl: OpenSSL: Memory leak leads to Denial of Service in OCSP response checking
0
Critical
3
High
10
Medium
2
Low
0
Unknown

Security report (Trivy) · pnpm 11.17.0

Published versions

14 tags

Each tag is a multi-arch index (amd64 + arm64) pinned by digest. Tagged by version, never :latest.

VersionSizePublishedDigest
11.22.0latest61.3 MB2026-08-26sha256:dada76c73a92…
11.21.060.7 MB2026-08-10sha256:349ca2785aca…
11.19.060.6 MB2026-08-02sha256:5e71ddcd82f2…
11.18.060.8 MB2026-07-30sha256:6651a33a5602…
11.17.061.4 MB2026-07-26sha256:c1672159e7ea…
11.16.064.4 MB2026-07-23sha256:86e9955c2253…
11.15.164.3 MB2026-07-21sha256:1f4da2495d09…
11.13.060.3 MB2026-07-15sha256:406b8ffd5605…
11.12.060.4 MB2026-07-12sha256:7393ab80db39…
11.11.060.3 MB2026-07-09sha256:c6d0616e4093…
11.10.060.3 MB2026-07-05sha256:ac595ece57bf…
11.9.060.3 MB2026-07-04sha256:43e60aeafb92…
10.34.460.4 MB2026-06-28sha256:fae7eaeb4c99…
9.15.959.9 MB2026-06-28sha256:e5ba85caf5cf…

Use it as a base image

Reference it in the FROM line of your Dockerfile. Nonroot, read-only root filesystem, built for amd64 and arm64.

FROM ghcr.io/quenchworks/images/pnpm:11.17.0

Or pull it directly

docker pull ghcr.io/quenchworks/images/pnpm:11.17.0
Version line
11.17.0
Latest line
11.22.0, 11.21.0, 11.19.0, 11.18.0, 11.17.0, 11.16.0, 11.15.1, 11.13.0, 11.12.0, 11.11.0, 11.10.0, 11.9.0, 10.34.4, 9.15.9
Architectures
amd64, arm64
Runs as
nonroot (uid 1001)
Root filesystem
read-only
License
MIT

Verify the supply chain

This image is cosign-signed and carries an SPDX SBOM and a SLSA build-provenance attestation on the same digest. Check all three before you build on it:

# 1. signature — built and signed by QuenchWorks CI
cosign verify ghcr.io/quenchworks/images/pnpm:11.17.0 \
  --certificate-identity-regexp 'https://github.com/quenchworks/.+' \
  --certificate-oidc-issuer https://token.actions.githubusercontent.com

# 2. SLSA build provenance — which workflow built it, from what
cosign verify-attestation --type https://slsa.dev/provenance/v1 ghcr.io/quenchworks/images/pnpm:11.17.0 \
  --certificate-identity-regexp 'https://github.com/quenchworks/.+' \
  --certificate-oidc-issuer https://token.actions.githubusercontent.com

# 3. SPDX SBOM — the package inventory
cosign verify-attestation --type https://spdx.dev/Document/v2.3 ghcr.io/quenchworks/images/pnpm:11.17.0 \
  --certificate-identity-regexp 'https://github.com/quenchworks/.+' \
  --certificate-oidc-issuer https://token.actions.githubusercontent.com

See the SBOM & provenance guide for reading the SBOM and using these checks in CI.

Best-practice Dockerfile for 11.17.0

pnpm leads: enabled here through corepack on the pnpm base, it resolves and locks the dependency set, builds, then a clean node base receives only the production node_modules and the built output.

ghcr.io/quenchworks/images/pnpm:11.17.061.4 MBrebuilt 49 days ago
# Build stage: pnpm resolves, locks, and builds (dev deps included here).
FROM ghcr.io/quenchworks/images/pnpm:11.17.0 AS build
USER root
WORKDIR /app
ENV PNPM_HOME=/tmp/pnpm
COPY package.json pnpm-lock.yaml ./
RUN ["pnpm", "install", "--frozen-lockfile"]
COPY . .
RUN ["pnpm", "run", "build"]
# Re-resolve to production-only for the runtime stage.
RUN ["pnpm", "install", "--prod", "--frozen-lockfile"]
# Runtime stage: prod node_modules + built dist on a slim node base, nonroot.
FROM ghcr.io/quenchworks/images/node:26.7.0 AS runtime
WORKDIR /app
ENV NODE_ENV=production
COPY --from=build /app/node_modules ./node_modules
COPY --from=build /app/dist ./dist
COPY --from=build /app/package.json ./package.json
USER 1001
EXPOSE 3000
CMD ["node", "dist/server.js"]

This Dockerfile is pinned to the 11.17.0 line. For the line-by-line walkthrough and ecosystem variants (npm/Yarn, pip/uv/Poetry, Maven/Gradle), see the Build a Node appguide.

Upstream project: https://pnpm.io