Skip to content

wntrtech/scratch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Rootless Scratch

A minimal, secure Docker base image built from scratch with essential components for running applications as a non-root user.

Features

  • Minimal footprint: Based on Docker's scratch image for maximum security and minimal attack surface
  • Rootless: Runs as non-root user app (UID 1000) by default
  • Timezone support: Pre-configured for Europe/Riga timezone
  • SSL/TLS ready: Includes CA certificates for secure connections
  • Locale support: Configured for Latvian (lv_LV.UTF-8) locale
  • Secure tmp directory: Private /tmp directory with proper permissions

Building

Build the image locally:

docker build -t rootless-scratch:edge .

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors