kenzman/ns-wolfi-node

By kenzman

Updated 25 days ago

Near Zero CVE Node JS base image.

Image
Security
Web servers
Operating systems
0

6.8K

kenzman/ns-wolfi-node repository overview

Secure Wolfi-Node Base Image

Build Status Signed with Cosign Image Size

Overview

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.

Key Features
  • Zero-Vulnerability Focus: Built using apko on Wolfi to minimize CVEs.
  • Multi-Arch: Native support for linux/amd64 and linux/arm64 (Apple Silicon compatible).
  • Supply Chain Security: Every image is keylessly signed with Cosign.

Security Verification

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

Usage

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"]

Tag summary

Content type

Image

Digest

sha256:1545b96b1

Size

53 MB

Last updated

25 days ago

docker pull kenzman/ns-wolfi-node:24