All Templates / Starters
Node.js Distroless
A dockerized Node.js app using Google distroless container image.
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
nodejs-distroless
alphasecio/nodejs-distrolessDetails
alphasec
Created on Mar 17, 2023
56 total projects
44 active projects
JavaScript, Dockerfile
Starters
More templates in this category
New
Django Monolith
A Django app connected to a Postgres database with Celery and Celery Beat.
Prosper Otemuyiwa
TanStack + React Starter
A barebones TypeScript React starter with TanStack Router & Query setup
Kyle Gill
21
Scala Play
A simple Play framework app connected to a Postgres database.
Prosper Otemuyiwa