Skip to content

pharo-contributions/Docker-Alpine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Docker-Alpine

Objective: Create the smallest possible Docker image for Pharo for running headless, batch and server-side applications.

Approach:

  • Use Alpine Linux as base image for the Pharo VM Docker image. This requires building the Pharo VM to run on Alpine Linux. See vm.build for the howto.

  • Reduce the size of the Pharo VM for Alpine Linux, by removing irrelevant built-in and external plugins.

  • Reduce the size of the application Pharo image, by starting from the minimal Pharo image or making use of new bootstrapping techniques.

About

The smallest possible Docker image for Pharo for running headless, batch and server-side applications

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published