metacall / builder

An advanced build system based on Buildkit in order to generate compact Docker images with MetaCall runtime.
Apache License 2.0
4 stars 7 forks source link

refactor merge diff ops #10

Closed skant7 closed 2 years ago

skant7 commented 2 years ago

This PR implements the specifications as defined in #6 , image name and their descriptions

base: debian:bullseye-slim base image devDepsBase: compiled metacall base image with no language dependencies devDepsLang: build dependencies to build language loaders devLangBuild: contains lang_loader.so files only runtimeDeps: contains language runtime deps only finalImg: merge of devLangBuild,devDepsBase and runtimeDeps