Near Zero CVE Node JS base image.
6.8K
This is a hardened, multi-architecture Java runtime built on Wolfi, the community-driven Linux undistro designed for security. Curated by NetShield, it provides a minimal attack surface for enterprise SecOps.
apko on Wolfi to minimize CVEs.linux/amd64 and linux/arm64 (Apple Silicon compatible).To verify the integrity and origin of this image, ensure you have Cosign installed and run the following command. This check confirms the image was built by our official GitHub automation.
cosign verify \
--certificate-identity-regexp "https://github.com/Ekene95/secops-base-images/.*" \
--certificate-oidc-issuer "https://token.actions.githubusercontent.com" \
kenzman/ns-wolfi-node:latest
Pull the latest hardened version:
docker pull kenzman/ns-wolfi-node:latest
Use as a base in your Dockerfile:
FROM kenzman/ns-wolfi-node:latest
WORKDIR /app
COPY . .
CMD ["node", "index.js"]
Content type
Image
Digest
sha256:1545b96b1…
Size
53 MB
Last updated
25 days ago
docker pull kenzman/ns-wolfi-node:24