Skip to content
/ tito Public

A small container with basic runtime features and security management providing a reliable base image for high-available microservices.

Notifications You must be signed in to change notification settings

torresmvl/tito

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

tito

A small container with basic runtime features and security management providing a reliable base image for high-available microservices.

Usage

tito uses GitHub's Container Registry and can be pulled:

docker pull ghcr.io/torresmvl/tito:tag

Or directly on Dockerfile:

FROM ghcr.io/torresmvl/tito:tag AS yourApp

tito is based on Alpine Linux and targets to be a minimal footprint for other applications that lacks of a containerized packaging. It has many flavors that describes it's tags, i.e:

TAG Description Alpine Version
node A NodeJS v14.15.4 + NPM v6.14.10 environment. It comes with pm2 globally installed v3.13
base It's the base image for all others tags, it simply setup the alpine environment with one passwordless user, tito and tini as entrypoint v3.13

Links

For changelog, and a more in-depth guides, read the docs

About

A small container with basic runtime features and security management providing a reliable base image for high-available microservices.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages