Node.js Distroless

Node.js Distroless

A dockerized Node.js app using Google distroless container image.

Deploy Node.js Distroless

nodejs-distroless

alphasecio/nodejs-distroless

Just deployed

##Overview Google's Distroless container images are minimal Docker images designed for running applications. These images are built from scratch, signed using Sigstore Cosign, and contain only the minimal set of libraries and packages needed to run an application, making them smaller and more secure than other images like Debian or Alpine. Distroless images do not contain package managers, shells or other similar programs; since they have a smaller attack surface, they are also less vulnerable to security exploits.

##Template This template dockerizes a Node.js application using a Google distroless container image for better security, performance, and manageability.

##Learn More


Template Content

More templates in this category

View Template
mellow-vue

mellow-vue

A full-stack Vue app with The Boring JavaScript Stack.


View Template
.NET8 Web API

.NET8 Web API

A basic ASP.NET Core Web API template (.NET 8)


View Template
Django Monolith

Django Monolith

A Django app connected to a Postgres database with Celery and Celery Beat.