Skip to content
/ builder Public
forked from metacall/builder

An advanced build system based on Buildkit in order to generate compact Docker images with MetaCall runtime.

License

Notifications You must be signed in to change notification settings

skant7/builder

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MetaCall Builder

Advanced builder based on Buildkit for selectively build compact Docker images selecting the only required languages.

Build

go build main.go

Run

./main py node rb | buildctl build --output type=docker,name=imagename | docker load

Useful Tools

Dive can be used to analyze each layer of the generated image

dive <your-image-tag>

This opens up a window where in we can see changes in each layer of the image according to preferences.

Ctrl + L : To show only layer changes

Tab : To switch view from layers to current layer contents

About

An advanced build system based on Buildkit in order to generate compact Docker images with MetaCall runtime.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%